summaryrefslogtreecommitdiff
path: root/t/t4013
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2006-10-03 21:09:56 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-10-05 22:10:40 (GMT)
commitd7014dc0811eb24f418830a30dacc203c1a580f4 (patch)
tree507c7ecec9c532fad6aed2e82af67c448a9dcca1 /t/t4013
parent51a7c66a73ce74fad3b7b05109ed6ce013202fa5 (diff)
downloadgit-d7014dc0811eb24f418830a30dacc203c1a580f4.zip
git-d7014dc0811eb24f418830a30dacc203c1a580f4.tar.gz
git-d7014dc0811eb24f418830a30dacc203c1a580f4.tar.bz2
Turn on recursive with --summary
This makes "git log/diff --summary" imply recursive behaviour, whose effect is summarized in one test output: --- a/t/t4013/diff.diff-tree_--pretty_--root_--summary_initial +++ b/t/t4013/diff.diff-tree_--pretty_--root_--summary_initial @@ -5,7 +5,7 @@ Date: Mon Jun 26 00:00:00 2006 +0000 Initial - create mode 040000 dir + create mode 100644 dir/sub create mode 100644 file0 create mode 100644 file2 $ When a file is created in a subdirectory, we used to say just the directory name only when that directory also was created, which did not make sense from two reasons. It is not any more significant to create a new file in a new directory than to create a new file in an existing directory, and even if it were, reportinging the new directory name without saying the actual filename is not useful. Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t4013')
-rw-r--r--t/t4013/diff.diff-tree_--pretty_--root_--summary_initial2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4013/diff.diff-tree_--pretty_--root_--summary_initial b/t/t4013/diff.diff-tree_--pretty_--root_--summary_initial
index ea48205..58e5f74 100644
--- a/t/t4013/diff.diff-tree_--pretty_--root_--summary_initial
+++ b/t/t4013/diff.diff-tree_--pretty_--root_--summary_initial
@@ -5,7 +5,7 @@ Date: Mon Jun 26 00:00:00 2006 +0000
Initial
- create mode 040000 dir
+ create mode 100644 dir/sub
create mode 100644 file0
create mode 100644 file2
$