[PATCH 1/3] Human friendly git: accept imperative mood.
From: Sloof Lirpa <hidden>
Date: 2016-06-15 22:43:02
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 <redacted> --- 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