Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-07-22 22:34:25 +0400
committerJunio C Hamano <gitster@pobox.com>2013-07-22 22:34:25 +0400
commit0bde8c0c1e53e2b2001f4ced58d3e66865758cea (patch)
tree2fe55b27c11430a6a89197748c71abde92c7bee5 /builtin/apply.c
parent9c559d5b86389de2449cd3cd5d53afa14936a6df (diff)
parent117eea7eaaeb5ecb77d9b7cebdb40b4e85f37374 (diff)
Sync with Git 1.8.3.4
Diffstat (limited to 'builtin/apply.c')
-rw-r--r--builtin/apply.c2
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);