| Commit message (Expand) | Author | Age | Files | Lines |
* | document 'allow-tip-sha1-in-want' capabilityjk/capabilities-doc | Nguyễn Thái Ngọc Duy | 2013-07-26 | 1 | -0/+7 |
* | document 'quiet' receive-pack capability | Jeff King | 2013-07-24 | 1 | -1/+11 |
* | document 'agent' protocol capability | Jeff King | 2013-07-24 | 1 | -1/+16 |
* | docs: note that receive-pack knows side-band-64k capability | Jeff King | 2013-07-24 | 1 | -2/+2 |
* | docs: fix 'report-status' protocol capability thinko | Jeff King | 2013-07-24 | 1 | -1/+1 |
* | Merge branch 'ta/api-index-doc' into maint | Junio C Hamano | 2012-12-22 | 1 | -2/+0 |
|\ |
|
| * | Remove misleading date from api-index-skel.txt | Thomas Ackermann | 2012-12-16 | 1 | -2/+0 |
* | | Merge branch 'nd/index-format-doc' into maint | Junio C Hamano | 2012-12-22 | 1 | -2/+3 |
|\ \ |
|
| * | | index-format.txt: clarify what is "invalid" | Nguyễn Thái Ngọc Duy | 2012-12-13 | 1 | -2/+3 |
* | | | Documentation/technical: convert plain text files to asciidoc | Thomas Ackermann | 2012-10-16 | 5 | -27/+34 |
* | | | Change headline of technical/send-pack-pipeline.txt to not confuse its conten... | Thomas Ackermann | 2012-10-16 | 1 | -2/+2 |
| |/
|/| |
|
* | | Merge branch 'mh/fetch-filter-refs' | Junio C Hamano | 2012-09-21 | 1 | -3/+4 |
|\ \ |
|
| * | | string_list API: document what "sorted" means | Michael Haggerty | 2012-09-18 | 1 | -3/+4 |
* | | | Merge branch 'jc/make-static' | Junio C Hamano | 2012-09-18 | 1 | -3/+0 |
|\ \ \ |
|
| * | | | sha1-array.c: mark a private file-scope symbol as static | Junio C Hamano | 2012-09-15 | 1 | -3/+0 |
* | | | | Sync with 1.7.12.1 | Junio C Hamano | 2012-09-18 | 1 | -2/+4 |
|\ \ \ \ |
|
| * | | | | Doc: Improve shallow depth wording | Philip Oakley | 2012-09-18 | 1 | -2/+4 |
* | | | | | Merge branch 'mh/string-list' | Junio C Hamano | 2012-09-17 | 1 | -5/+63 |
|\ \ \ \ \
| |_|/ / /
|/| | / /
| | |/ /
| |/| | |
|
| * | | | api-string-list.txt: initialize the string_list the easy way | Michael Haggerty | 2012-09-12 | 1 | -2/+1 |
| * | | | string_list: add a function string_list_longest_prefix() | Michael Haggerty | 2012-09-12 | 1 | -0/+8 |
| * | | | string_list: add a new function, string_list_remove_duplicates() | Michael Haggerty | 2012-09-12 | 1 | -0/+9 |
| * | | | string_list: add a new function, filter_string_list() | Michael Haggerty | 2012-09-12 | 1 | -0/+11 |
| * | | | string_list: add two new functions for splitting strings | Michael Haggerty | 2012-09-12 | 1 | -1/+21 |
| * | | | string_list: add function string_list_append_nodup() | Michael Haggerty | 2012-09-12 | 1 | -3/+14 |
| |/ / |
|
* | | | Merge branch 'jk/argv-array' | Junio C Hamano | 2012-09-11 | 1 | -0/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | argv-array: add pop function | Jeff King | 2012-09-02 | 1 | -0/+4 |
* | | | add 'git credential' plumbing command | Javier Roucher Iglesias | 2012-06-25 | 1 | -36/+3 |
* | | | Merge branch 'mm/api-credentials-doc' | Junio C Hamano | 2012-06-12 | 1 | -1/+4 |
|\ \ \ |
|
| * | | | api-credential.txt: document that helpers field is filled-in automatically | Matthieu Moy | 2012-06-12 | 1 | -1/+4 |
* | | | | Merge branch 'mm/api-credentials-doc' | Junio C Hamano | 2012-06-08 | 3 | -5/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | docs: fix cross-directory linkgit references | Jeff King | 2012-06-08 | 3 | -5/+5 |
* | | | | Merge branch 'mm/api-credentials-doc' | Junio C Hamano | 2012-06-07 | 3 | -7/+60 |
|\ \ \ \
| |/ / / |
|
| * | | | api-credentials.txt: add "see also" section | Matthieu Moy | 2012-06-04 | 1 | -0/+7 |
| * | | | api-credentials.txt: mention credential.helper explicitly | Matthieu Moy | 2012-06-04 | 1 | -2/+4 |
| * | | | api-credentials.txt: show the big picture first | Matthieu Moy | 2012-06-04 | 1 | -3/+47 |
| * | | | doc: fix xref link from api docs to manual pages | Junio C Hamano | 2012-06-04 | 2 | -2/+2 |
* | | | | Sync with maint | Junio C Hamano | 2012-05-14 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge branch 'jk/doc-asciidoc-inline-literal' into maint | Junio C Hamano | 2012-05-14 | 2 | -19/+19 |
| |\ \ \ |
|
| * | | | | pack-protocol: fix first-want separator in the examples | Carlos Martín Nieto | 2012-05-14 | 1 | -2/+2 |
* | | | | | Merge branch 'jk/doc-asciidoc-inline-literal' | Junio C Hamano | 2012-05-02 | 2 | -19/+19 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | docs: stop using asciidoc no-inline-literal | Jeff King | 2012-04-26 | 2 | -19/+19 |
* | | | | | Merge branch 'jc/index-v4' | Junio C Hamano | 2012-05-02 | 1 | -0/+13 |
|\ \ \ \ \
| |_|_|/ /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | index-v4: document the entry format | Junio C Hamano | 2012-04-27 | 1 | -0/+13 |
| |/ / |
|
* | | | Merge branch 'jk/repack-no-explode-objects-from-old-pack' | Junio C Hamano | 2012-04-29 | 1 | -0/+5 |
|\ \ \
| | |/
| |/| |
|
| * | | argv-array: add a new "pushl" method | Jeff King | 2012-04-18 | 1 | -0/+5 |
| |/ |
|
* | | Merge branch 'hv/submodule-recurse-push' | Junio C Hamano | 2012-04-24 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | Teach revision walking machinery to walk multiple times sequencially | Heiko Voigt | 2012-03-30 | 1 | -0/+5 |
* | | Merge branch 'maint' | Junio C Hamano | 2012-03-30 | 1 | -1/+3 |
|\ \ |
|
| * | | string-list: document that string_list_insert() inserts unique strings | Heiko Voigt | 2012-03-30 | 1 | -1/+3 |
| * | | Merge branch 'tr/maint-bundle-long-subject' into maint | Junio C Hamano | 2012-03-04 | 1 | -1/+17 |
| |\ \
| | |/
| |/| |
|