diff options
author | Phil Hord <hordp@cisco.com> | 2013-06-18 13:44:58 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-18 11:05:51 -0700 |
commit | 09b7e2204a8e41307192c800162e438ec09ddd2c (patch) | |
tree | 664db8a93d2dd45b3ef8c66ec2622631917b96bb /Documentation/git-log.txt | |
parent | 04a74b6cfa5ef4870263f84ac94a488d9f2ef14a (diff) | |
download | git-09b7e2204a8e41307192c800162e438ec09ddd2c.tar.gz |
fix "builtin-*" references to be "builtin/*"
Documentation and some comments still refer to files in builtin/
as 'builtin-*.[cho]'. Update these to show the correct location.
Signed-off-by: Phil Hord <hordp@cisco.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Assisted-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 585dac40ba..1d119ec720 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -108,9 +108,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. |