diff options
| author | Junio C Hamano <gitster@pobox.com> | 2013-06-26 15:07:48 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2013-06-26 15:07:48 -0700 |
| commit | 2ddc898bc0d0c3f03b4aeeb34c33f652d95f2807 (patch) | |
| tree | f465d150b6bef7a8e4e9553ba5d69936ab0307e1 /builtin/replace.c | |
| parent | Merge branch 'mm/merge-in-dirty-worktree-doc' (diff) | |
| parent | fix "builtin-*" references to be "builtin/*" (diff) | |
| download | git-2ddc898bc0d0c3f03b4aeeb34c33f652d95f2807.tar.gz 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 'builtin/replace.c')
| -rw-r--r-- | builtin/replace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/replace.c b/builtin/replace.c index 398ccd5eaa..59d31152d0 100644 --- a/builtin/replace.c +++ b/builtin/replace.c @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Christian Couder <chriscool@tuxfamily.org> * - * Based on builtin-tag.c by Kristian Høgsberg <krh@redhat.com> + * Based on builtin/tag.c by Kristian Høgsberg <krh@redhat.com> * and Carlos Rica <jasampler@gmail.com> that was itself based on * git-tag.sh and mktag.c by Linus Torvalds. */ |
