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/technical/api-parse-options.txt | |
parent | fast-export: fix argument name in error messages (diff) | |
download | tgif-09b7e2204a8e41307192c800162e438ec09ddd2c.tar.xz |
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/technical/api-parse-options.txt')
-rw-r--r-- | Documentation/technical/api-parse-options.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/technical/api-parse-options.txt b/Documentation/technical/api-parse-options.txt index 3062389404..ceeace5836 100644 --- a/Documentation/technical/api-parse-options.txt +++ b/Documentation/technical/api-parse-options.txt @@ -269,10 +269,10 @@ Examples -------- See `test-parse-options.c` and -`builtin-add.c`, -`builtin-clone.c`, -`builtin-commit.c`, -`builtin-fetch.c`, -`builtin-fsck.c`, -`builtin-rm.c` +`builtin/add.c`, +`builtin/clone.c`, +`builtin/commit.c`, +`builtin/fetch.c`, +`builtin/fsck.c`, +`builtin/rm.c` for real-world examples. |