Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Mingw: verify both ends of the pipe () call
[gitweb.git]
/
git.c
diff --git
a/git.c
b/git.c
index 42a4ee57843f569fb754121f01bb8c46feee2fd3..fe94066aeebb0d71ea140c3d67ac4ad232db0799 100644
(file)
--- a/
git.c
+++ b/
git.c
@@
-483,6
+483,7
@@
static struct cmd_struct commands[] = {
{ "verify-tag", cmd_verify_tag, RUN_SETUP },
{ "version", cmd_version },
{ "whatchanged", cmd_whatchanged, RUN_SETUP },
+ { "worktree", cmd_worktree, RUN_SETUP },
{ "write-tree", cmd_write_tree, RUN_SETUP },
};