diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-01-10 06:36:36 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-10 08:27:01 -0800 |
commit | 9a0eaf83eab5f53db0ba6a514c4d4cf16e846f30 (patch) | |
tree | a0fdf34b38d51b090dc1180d50d3d7f3f16b1c62 /git.c | |
parent | 8c599c749f2f5aaf477db1327b97461f9fa3f62a (diff) | |
download | git-9a0eaf83eab5f53db0ba6a514c4d4cf16e846f30.tar.gz git-9a0eaf83eab5f53db0ba6a514c4d4cf16e846f30.tar.xz |
Make git-describe a builtin.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -220,6 +220,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "cherry", cmd_cherry, RUN_SETUP }, { "commit-tree", cmd_commit_tree, RUN_SETUP }, { "count-objects", cmd_count_objects, RUN_SETUP }, + { "describe", cmd_describe, RUN_SETUP }, { "diff", cmd_diff, RUN_SETUP | USE_PAGER }, { "diff-files", cmd_diff_files, RUN_SETUP }, { "diff-index", cmd_diff_index, RUN_SETUP }, |