Skip to content

Commit

Permalink
Sync with Git 1.8.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Jul 22, 2013
2 parents 9c559d5 + 117eea7 commit 0bde8c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Documentation/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ unreleased) version of Git, that is available from 'master'
branch of the `git.git` repository.
Documentation for older releases are available here:

* link:v1.8.3.3/git.html[documentation for release 1.8.3.3]
* link:v1.8.3.4/git.html[documentation for release 1.8.3.4]

* release notes for
link:RelNotes/1.8.3.4.txt[1.8.3.4],
link:RelNotes/1.8.3.3.txt[1.8.3.3],
link:RelNotes/1.8.3.2.txt[1.8.3.2],
link:RelNotes/1.8.3.1.txt[1.8.3.1],
Expand Down
4 changes: 2 additions & 2 deletions Documentation/user-manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4675,5 +4675,5 @@ Write a chapter on using plumbing and writing scripts.
Alternates, clone -reference, etc.

More on recovery from repository corruption. See:
http://marc.theaimsgroup.com/?l=git&m=117263864820799&w=2
http://marc.theaimsgroup.com/?l=git&m=117147855503798&w=2
http://marc.info/?l=git&m=117263864820799&w=2
http://marc.info/?l=git&m=117147855503798&w=2
2 changes: 1 addition & 1 deletion builtin/apply.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion t/t6021-merge-criss-cross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2005 Fredrik Kuivinen
#

# See http://marc.theaimsgroup.com/?l=git&m=111463358500362&w=2 for a
# See http://marc.info/?l=git&m=111463358500362&w=2 for a
# nice description of what this is about.


Expand Down

0 comments on commit 0bde8c0

Please sign in to comment.