Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix earlier mismerges.
[gitweb.git]
/
git.c
diff --git
a/git.c
b/git.c
index 10ea934bcf3271797e7087e909978d1b4d3a0ea5..bc463c98eac42125c68a380614ec1779e5e81b93 100644
(file)
--- a/
git.c
+++ b/
git.c
@@
-69,7
+69,8
@@
static void handle_internal_command(int argc, const char **argv, char **envp)
{ "diff-index", cmd_diff_index },
{ "diff-stages", cmd_diff_stages },
{ "diff-tree", cmd_diff_tree },
- { "cat-file", cmd_cat_file }
+ { "cat-file", cmd_cat_file },
+ { "rev-parse", cmd_rev_parse }
};
int i;