From b78d259c6eea0930602461f8478f969ae3da0624 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 9 Apr 2008 09:39:08 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.5.5-23-g2a5f --- config.txt | 6 ++++++ git-config.html | 13 ++++++++++++- git-diff-tree.html | 7 ++++++- git-log.html | 7 ++++++- git-rev-list.html | 7 ++++++- git-show.html | 7 ++++++- git-unpack-objects.html | 10 +++++++++- git-unpack-objects.txt | 3 +++ git-whatchanged.html | 7 ++++++- pretty-formats.txt | 1 + 10 files changed, 61 insertions(+), 7 deletions(-) diff --git a/config.txt b/config.txt index 04c01c5fd..fe43b1257 100644 --- a/config.txt +++ b/config.txt @@ -991,6 +991,12 @@ imap:: The configuration variables in the 'imap' section are described in linkgit:git-imap-send[1]. +receive.fsckObjects:: + If it is set to true, git-receive-pack will check all received + objects. It will abort in the case of a malformed object or a + broken link. The result of an abort are only dangling objects. + Defaults to false. + receive.unpackLimit:: If the number of objects received in a push is below this limit then the objects will be unpacked into loose object diff --git a/git-config.html b/git-config.html index 6c98147b8..77f5dd568 100644 --- a/git-config.html +++ b/git-config.html @@ -2343,6 +2343,17 @@ imap

+receive.fsckObjects +
+
+

+ If it is set to true, git-receive-pack will check all received + objects. It will abort in the case of a malformed object or a + broken link. The result of an abort are only dangling objects. + Defaults to false. +

+
+
receive.unpackLimit
@@ -2404,7 +2415,7 @@ web.browser diff --git a/git-diff-tree.html b/git-diff-tree.html index bff915567..5b372e3e8 100644 --- a/git-diff-tree.html +++ b/git-diff-tree.html @@ -1205,6 +1205,11 @@ The title was >>t4119: test autocomputing -p<n> for traditional diff %n: newline

+
  • +

    +%x00: print a byte from a hex code +

    +
  • @@ -1746,7 +1751,7 @@ the pathname, but if that is NUL, the record will show two paths.

    diff --git a/git-log.html b/git-log.html index 949eb1599..5be565831 100644 --- a/git-log.html +++ b/git-log.html @@ -1579,6 +1579,11 @@ The title was >>t4119: test autocomputing -p<n> for traditional diff %n: newline

    +
  • +

    +%x00: print a byte from a hex code +

    +
  • @@ -1910,7 +1915,7 @@ reversible operation.

    diff --git a/git-rev-list.html b/git-rev-list.html index 24ac9fcff..d05c4c405 100644 --- a/git-rev-list.html +++ b/git-rev-list.html @@ -1187,6 +1187,11 @@ The title was >>t4119: test autocomputing -p<n> for traditional diff %n: newline

    +
  • +

    +%x00: print a byte from a hex code +

    +
  • @@ -1206,7 +1211,7 @@ and the git-list <git@vger.kernel.org>.

    diff --git a/git-show.html b/git-show.html index 3673c0814..fdf0ab6c7 100644 --- a/git-show.html +++ b/git-show.html @@ -627,6 +627,11 @@ The title was >>t4119: test autocomputing -p<n> for traditional diff %n: newline

    +
  • +

    +%x00: print a byte from a hex code +

    +
  • @@ -764,7 +769,7 @@ Johannes Schindelin <Johannes.Schindelin@gmx.de>.

    diff --git a/git-unpack-objects.html b/git-unpack-objects.html index 4adbc12a9..2cdd7f8d8 100644 --- a/git-unpack-objects.html +++ b/git-unpack-objects.html @@ -317,6 +317,14 @@ new packs and replace existing ones.

    possible.

    +
    +--strict +
    +
    +

    + Don't write objects with broken content or links. +

    +

    Author

    @@ -333,7 +341,7 @@ new packs and replace existing ones.

    diff --git a/git-unpack-objects.txt b/git-unpack-objects.txt index b79be3fd4..3697896a0 100644 --- a/git-unpack-objects.txt +++ b/git-unpack-objects.txt @@ -40,6 +40,9 @@ OPTIONS and make the best effort to recover as many objects as possible. +--strict:: + Don't write objects with broken content or links. + Author ------ diff --git a/git-whatchanged.html b/git-whatchanged.html index 81c368668..25484b148 100644 --- a/git-whatchanged.html +++ b/git-whatchanged.html @@ -659,6 +659,11 @@ The title was >>t4119: test autocomputing -p<n> for traditional diff %n: newline

    +
  • +

    +%x00: print a byte from a hex code +

    +
  • @@ -702,7 +707,7 @@ Junio C Hamano <junkio@cox.net>

    diff --git a/pretty-formats.txt b/pretty-formats.txt index 0193c3ce5..e8bea3e18 100644 --- a/pretty-formats.txt +++ b/pretty-formats.txt @@ -123,3 +123,4 @@ The placeholders are: - '%Creset': reset color - '%m': left, right or boundary mark - '%n': newline +- '%x00': print a byte from a hex code -- 2.26.2