summaryrefslogtreecommitdiff
path: root/rev-parse.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-02-18 01:24:10 -0800
committerLibravatar Junio C Hamano <junkio@cox.net>2006-02-18 01:24:10 -0800
commit62a4417b574ce5120882016fd7803b9bccf68a67 (patch)
tree62f18b3790e16f0be4d822822a48aa808d7f41b8 /rev-parse.c
parentMerge branch 'jc/rebase-limit' (diff)
parenttopo-order: make --date-order optional. (diff)
downloadtgif-62a4417b574ce5120882016fd7803b9bccf68a67.tar.xz
Merge branch 'jc/topo'
* jc/topo: topo-order: make --date-order optional.
Diffstat (limited to 'rev-parse.c')
-rw-r--r--rev-parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rev-parse.c b/rev-parse.c
index b82f294a78..9161faed1e 100644
--- a/rev-parse.c
+++ b/rev-parse.c
@@ -48,6 +48,7 @@ static int is_rev_argument(const char *arg)
"--show-breaks",
"--sparse",
"--topo-order",
+ "--date-order",
"--unpacked",
NULL
};