From: "Lukas Sandström" <lukass@etek•chalmers.se>
To: Junio C Hamano <junkio@cox•net>
Cc: "Lukas Sandström" <lukass@etek•chalmers.se>,
"Git Mailing List" <git@vger•kernel.org>
Subject: [PATCH] Remove the non-builtin git-check-ref-format
Date: Thu, 18 May 2006 14:17:22 +0200 [thread overview]
Message-ID: <446C65D2.7080107@etek.chalmers.se> (raw)
In-Reply-To: <446C657B.7020100@etek.chalmers.se>
Signed-off-by: Lukas Sandström <lukass@etek•chalmers.se>
---
Makefile | 2 +-
check-ref-format.c | 17 -----------------
2 files changed, 1 insertions(+), 18 deletions(-)
delete mode 100644 check-ref-format.c
d459dd88b8b541bbfa03bb3bebfac152d3d1b9e5
diff --git a/Makefile b/Makefile
index b737cb8..ee62ca2 100644
--- a/Makefile
+++ b/Makefile
@@ -164,7 +164,7 @@ PROGRAMS = \
git-ssh-upload$X git-tar-tree$X git-unpack-file$X \
git-unpack-objects$X git-update-index$X git-update-server-info$X \
git-upload-pack$X git-verify-pack$X git-write-tree$X \
- git-update-ref$X git-symbolic-ref$X git-check-ref-format$X \
+ git-update-ref$X git-symbolic-ref$X \
git-name-rev$X git-pack-redundant$X git-repo-config$X git-var$X \
git-describe$X git-merge-tree$X git-blame$X git-imap-send$X
diff --git a/check-ref-format.c b/check-ref-format.c
deleted file mode 100644
index a0adb3d..0000000
--- a/check-ref-format.c
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * GIT - The information manager from hell
- */
-
-#include "cache.h"
-#include "refs.h"
-
-#include <stdio.h>
-
-int main(int ac, char **av)
-{
- if (ac != 2)
- usage("git-check-ref-format refname");
- if (check_ref_format(av[1]))
- exit(1);
- return 0;
-}
--
1.3.2.g3c45-dirty
prev parent reply other threads:[~2006-05-18 12:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-18 12:15 [PATCH] Make git-check-format-ref a builtin Lukas Sandström
2006-05-18 12:17 ` Lukas Sandström [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=446C65D2.7080107@etek.chalmers.se \
--to=lukass@etek$(echo .)chalmers.se \
--cc=git@vger$(echo .)kernel.org \
--cc=junkio@cox$(echo .)net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox