diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-06-27 00:07:48 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-27 00:07:48 +0200 |
commit | 2ddc898bc0d0c3f03b4aeeb34c33f652d95f2807 (patch) | |
tree | f465d150b6bef7a8e4e9553ba5d69936ab0307e1 /Documentation/git-log.txt | |
parent | Merge branch 'mm/merge-in-dirty-worktree-doc' (diff) | |
parent | fix "builtin-*" references to be "builtin/*" (diff) | |
download | git-2ddc898bc0d0c3f03b4aeeb34c33f652d95f2807.tar.xz git-2ddc898bc0d0c3f03b4aeeb34c33f652d95f2807.zip |
Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'
* ph/builtin-srcs-are-in-subdir-these-days:
fix "builtin-*" references to be "builtin/*"
Diffstat (limited to 'Documentation/git-log.txt')
-rw-r--r-- | Documentation/git-log.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index 4687fe8192..2ea79ba168 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -128,9 +128,9 @@ Examples in the "release" branch, along with the list of paths each commit modifies. -`git log --follow builtin-rev-list.c`:: +`git log --follow builtin/rev-list.c`:: - Shows the commits that changed builtin-rev-list.c, including + Shows the commits that changed builtin/rev-list.c, including those commits that occurred before the file was given its present name. |