diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-11-20 10:32:58 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-11-20 10:32:58 -0800 |
commit | dc998a489a398f51e9fd5e86d23b315a9a7c13b7 (patch) | |
tree | 642a94f672b2f3652782f51907045ed97e143607 /Documentation/technical/index-format.txt | |
parent | Merge branch 'kb/preload-index-more' (diff) | |
parent | Documentation: build html for all files in technical and howto (diff) | |
download | tgif-dc998a489a398f51e9fd5e86d23b315a9a7c13b7.tar.xz |
Merge branch 'ta/doc-cleanup'
* ta/doc-cleanup:
Documentation: build html for all files in technical and howto
Documentation/howto: convert plain text files to asciidoc
Documentation/technical: convert plain text files to asciidoc
Change headline of technical/send-pack-pipeline.txt to not confuse its content with content from git-send-pack.txt
Shorten two over-long lines in git-bisect-lk2009.txt by abbreviating some sha1
Split over-long synopsis in git-fetch-pack.txt into several lines
Diffstat (limited to 'Documentation/technical/index-format.txt')
-rw-r--r-- | Documentation/technical/index-format.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/index-format.txt b/Documentation/technical/index-format.txt index 9d25b30178..57d6f915b1 100644 --- a/Documentation/technical/index-format.txt +++ b/Documentation/technical/index-format.txt @@ -1,7 +1,7 @@ GIT index format ================ -= The git index file has the following format +== The git index file has the following format All binary numbers are in network byte order. Version 2 is described here unless stated otherwise. |