diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-10-14 14:30:17 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-14 14:30:18 -0700 |
commit | 8e2b4b29420d8a554c4c4f8166e77c43c11c0372 (patch) | |
tree | ccd1f53e273758b24fff2f08971825723830faa3 /Documentation | |
parent | Merge branch 'tk/typofix-connect-unknown-proto-error' (diff) | |
parent | Documentation: fix section header mark-up (diff) | |
download | tgif-8e2b4b29420d8a554c4c4f8166e77c43c11c0372.tar.xz |
Merge branch 'jk/asciidoctor-section-heading-markup-fix'
* jk/asciidoctor-section-heading-markup-fix:
Documentation: fix section header mark-up
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-bisect-lk2009.txt | 2 | ||||
-rw-r--r-- | Documentation/user-manual.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-bisect-lk2009.txt b/Documentation/git-bisect-lk2009.txt index 0f0c6ff082..c06efbd42a 100644 --- a/Documentation/git-bisect-lk2009.txt +++ b/Documentation/git-bisect-lk2009.txt @@ -1321,7 +1321,7 @@ So git bisect is unconditional goodness - and feel free to quote that _____________ Acknowledgments ----------------- +--------------- Many thanks to Junio Hamano for his help in reviewing this paper, for reviewing the patches I sent to the Git mailing list, for discussing diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 68978f5338..1b7987e737 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -3424,7 +3424,7 @@ just missing one particular blob version. [[the-index]] The index ------------ +--------- The index is a binary file (generally kept in `.git/index`) containing a sorted list of path names, each with permissions and the SHA-1 of a blob |