Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
checkout: split part of it to new command 'switch'
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 537493822b10e704f541f19129aa64e4f2e78da7..f85f364029cee6c0caea3d4082cb37e56414b948 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-802,6
+802,7
@@
BUILT_INS += git-merge-subtree$X
BUILT_INS += git-show$X
BUILT_INS += git-stage$X
BUILT_INS += git-status$X
+BUILT_INS += git-switch$X
BUILT_INS += git-whatchanged$X
# what 'all' will build and 'install' will install in gitexecdir,