diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-07-22 11:34:25 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-22 11:34:25 -0700 |
commit | 0bde8c0c1e53e2b2001f4ced58d3e66865758cea (patch) | |
tree | 2fe55b27c11430a6a89197748c71abde92c7bee5 /builtin | |
parent | 9c559d5b86389de2449cd3cd5d53afa14936a6df (diff) | |
parent | 117eea7eaaeb5ecb77d9b7cebdb40b4e85f37374 (diff) | |
download | git-0bde8c0c1e53e2b2001f4ced58d3e66865758cea.tar.gz |
Sync with Git 1.8.3.4
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/apply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/apply.c b/builtin/apply.c index 64310cd678..50912c928f 100644 --- a/builtin/apply.c +++ b/builtin/apply.c @@ -473,7 +473,7 @@ static char *find_name_gnu(const char *line, const char *def, int p_value) /* * Proposed "new-style" GNU patch/diff format; see - * http://marc.theaimsgroup.com/?l=git&m=112927316408690&w=2 + * http://marc.info/?l=git&m=112927316408690&w=2 */ if (unquote_c_style(&name, line, NULL)) { strbuf_release(&name); |