diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-08-31 14:27:41 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-31 14:30:29 -0700 |
commit | bf1dfc31032bf6195be63dd92d0b67906e4ff4f8 (patch) | |
tree | dfbd090fc0ac09ef5014bd422a0f4296bf2728a4 /t/t4013-diff-various.sh | |
parent | f506b8e8b5fb231e63b69668b6b7516f12b32228 (diff) | |
download | git-bf1dfc31032bf6195be63dd92d0b67906e4ff4f8.tar.gz |
diff/log -G<pattern>: tests
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013-diff-various.sh')
-rwxr-xr-x | t/t4013-diff-various.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/t4013-diff-various.sh b/t/t4013-diff-various.sh index 19857f4326..9a66520588 100755 --- a/t/t4013-diff-various.sh +++ b/t/t4013-diff-various.sh @@ -210,6 +210,9 @@ log -m -p master log -SF master log -S F master log -SF -p master +log -GF master +log -GF -p master +log -GF -p --pickaxe-all master log --decorate --all log --decorate=full --all |