diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-10-29 13:59:16 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-29 13:59:16 -0700 |
commit | 73167677c0a0e51b3b6505a4287dd3cbf7f11497 (patch) | |
tree | 83ecead055b4ea5d16f2d2054b7c0dd0b4f1d02e /Documentation/RelNotes | |
parent | Merge branch 'jc/everyday-markup' (diff) | |
parent | Documentation: AsciiDoc spells em-dash as double-dashes, not triple (diff) | |
download | tgif-73167677c0a0e51b3b6505a4287dd3cbf7f11497.tar.xz |
Merge branch 'jc/em-dash-in-doc'
AsciiDoc markup fixes.
* jc/em-dash-in-doc:
Documentation: AsciiDoc spells em-dash as double-dashes, not triple
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/1.7.7.txt | 2 | ||||
-rw-r--r-- | Documentation/RelNotes/1.9.0.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/RelNotes/1.7.7.txt b/Documentation/RelNotes/1.7.7.txt index 7655cccfaa..6eff128c80 100644 --- a/Documentation/RelNotes/1.7.7.txt +++ b/Documentation/RelNotes/1.7.7.txt @@ -84,7 +84,7 @@ Updates since v1.7.6 logic used by "git diff" to determine the hunk header. * Invoking the low-level "git http-fetch" without "-a" option (which - git itself never did---normal users should not have to worry about + git itself never did--normal users should not have to worry about this) is now deprecated. * The "--decorate" option to "git log" and its family learned to diff --git a/Documentation/RelNotes/1.9.0.txt b/Documentation/RelNotes/1.9.0.txt index 752d79127a..4e4b88aa5c 100644 --- a/Documentation/RelNotes/1.9.0.txt +++ b/Documentation/RelNotes/1.9.0.txt @@ -177,7 +177,7 @@ Performance, Internal Implementation, etc. * The naming convention of the packfiles has been updated; it used to be based on the enumeration of names of the objects that are contained in the pack, but now it also depends on how the packed - result is represented---packing the same set of objects using + result is represented--packing the same set of objects using different settings (or delta order) would produce a pack with different name. |