diff options
| author | Junio C Hamano <gitster@pobox.com> | 2011-06-01 14:02:52 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2011-06-01 14:02:52 -0700 |
| commit | 2dd798469e5ca7792735475fa5844698a02cca70 (patch) | |
| tree | 855da80a8305addacb36bbeb7446d771626dad69 /Documentation/git-diff-tree.txt | |
| parent | 24263cfb54471c4c321f204e45ac3fcfe5485614 (diff) | |
| parent | 62b42d348754231609e07912ac42da6b112008ef (diff) | |
| download | git-2dd798469e5ca7792735475fa5844698a02cca70.tar.xz | |
Merge branch 'jk/maint-docs' into maint
* jk/maint-docs:
docs: fix some antique example output
docs: make sure literal "->" isn't converted to arrow
docs: update status --porcelain format
docs: minor grammar fixes to git-status
Diffstat (limited to 'Documentation/git-diff-tree.txt')
| -rw-r--r-- | Documentation/git-diff-tree.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt index 4e5f127efa..1439486e40 100644 --- a/Documentation/git-diff-tree.txt +++ b/Documentation/git-diff-tree.txt @@ -138,8 +138,8 @@ so it can be used to name subdirectories. An example of normal usage is: - torvalds@ppc970:~/git> git diff-tree 5319e4...... - *100664->100664 blob ac348b.......->a01513....... git-fsck-objects.c + torvalds@ppc970:~/git> git diff-tree --abbrev 5319e4 + :100664 100664 ac348b... a01513... git-fsck-objects.c which tells you that the last commit changed just one file (it's from this one: |
