[PATCH] Fix git-rev-parse --default and --flags handling
authorLinus Torvalds <torvalds@osdl.org>
Tue, 23 Aug 2005 17:47:54 +0000 (10:47 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 23 Aug 2005 19:42:58 +0000 (12:42 -0700)
commit0360e99d06acfbb0fcb72215cf6749591ee53290
treed4005fe4460af08012be3a0cdd844c48aa8b1459
parent7fc9d69fca0ea8afab6709622b694f31662fb2ee
[PATCH] Fix git-rev-parse --default and --flags handling

This makes the argument to --default and any --flags arguments should up
correctly, and makes "--" together with --flags act sanely.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
rev-parse.c