summaryrefslogtreecommitdiff
path: root/builtin/grep.c
diff options
context:
space:
mode:
authorLibravatar Christian Couder <chriscool@tuxfamily.org>2010-07-21 06:25:02 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-07-23 15:07:39 -0700
commit6bc83cdd0b9c7eab365e10d46d1e2acdb769728a (patch)
tree70bfd975c793bc97e08b4deac347538d8161ae05 /builtin/grep.c
parentrevert: improve success message by adding abbreviated commit sha1 (diff)
downloadtgif-6bc83cdd0b9c7eab365e10d46d1e2acdb769728a.tar.xz
t3508: add check_head_differs_from() helper function and use it
In a test like: test "$(git rev-parse --verify HEAD)" != "$(git rev-parse --verify fourth)" the --verify does not accomplish much, since the exit status of git rev-parse is not propagated to test. So it is more robust to define and use the helper functions check_head_differs_from() and check_head_equals() as done by this patch. Suggested-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/grep.c')
0 files changed, 0 insertions, 0 deletions