* [PATCH 1/3] Human friendly git: accept imperative mood.
@ 2007-04-01 0:00 Sloof Lirpa
2007-04-01 8:06 ` Andy Parkins
0 siblings, 1 reply; 2+ messages in thread
From: Sloof Lirpa @ 2007-04-01 0:00 UTC (permalink / raw)
To: Junio C Hamamo; +Cc: git
The traditional syntax in computerese to tell a person to do
something for us is:
> thief, go west
With this patch, you can now say:
$ git, fetch $URL
Signed-off-by: Sloof Lirpa <sitemaster@cox.net>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index b159ffd..2699cff 100644
--- a/Makefile
+++ b/Makefile
@@ -225,7 +225,7 @@ EXTRA_PROGRAMS =
BUILT_INS = \
git-format-patch$X git-show$X git-whatchanged$X git-cherry$X \
git-get-tar-commit-id$X git-init$X git-repo-config$X \
- git-fsck-objects$X git-cherry-pick$X \
+ git-fsck-objects$X git-cherry-pick$X git,$X \
$(patsubst builtin-%.o,git-%$X,$(BUILTIN_OBJS))
# what 'all' will build and 'install' will install, in gitexecdir
--
1.5.1.rc3.26.g4f01
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-01 8:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-01 0:00 [PATCH 1/3] Human friendly git: accept imperative mood Sloof Lirpa
2007-04-01 8:06 ` Andy Parkins
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).