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>
This commit is contained in:

committed by
Junio C Hamano

parent
04a74b6cfa
commit
09b7e2204a
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user