Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/unify-exit-code-by-receiving-signal' into maint | Junio C Hamano | 2013-01-14 | 1 | -4/+2 |
|\ | |||||
| * | run-command: encode signal death as a positive integer | Jeff King | 2013-01-06 | 1 | -4/+2 |
* | | Merge branch 'mk/maint-graph-infinity-loop' into maint | Junio C Hamano | 2013-01-14 | 1 | -5/+5 |
|\ \ | |||||
| * | | graph.c: infinite loop in git whatchanged --graph -m | Michał Kiedrowicz | 2012-09-25 | 1 | -5/+5 |
* | | | Merge branch 'as/api-allocation-doc' into maint | Junio C Hamano | 2013-01-11 | 1 | -6/+8 |
|\ \ \ | |||||
| * | | | api-allocation-growing.txt: encourage better variable naming | Adam Spiers | 2013-01-06 | 1 | -6/+8 |
* | | | | Merge branch 'ta/new-command-howto' | Junio C Hamano | 2012-12-21 | 1 | -99/+0 |
|\ \ \ \ | |||||
| * | | | | Move ./technical/api-command.txt to ./howto/new-command.txt | Thomas Ackermann | 2012-12-21 | 1 | -99/+0 |
* | | | | | Merge branch 'ta/api-index-doc' | Junio C Hamano | 2012-12-21 | 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' | Junio C Hamano | 2012-12-21 | 1 | -2/+3 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | index-format.txt: clarify what is "invalid" | Nguyễn Thái Ngọc Duy | 2012-12-13 | 1 | -2/+3 |
* | | | | | | Renumber list in api-command.txt | Thomas Ackermann | 2012-12-15 | 1 | -7/+7 |
* | | | | | | Documentation: how to add a new command | Eric S. Raymond | 2012-11-26 | 1 | -0/+99 |
* | | | | | | Merge branch 'ta/doc-cleanup' | Junio C Hamano | 2012-11-20 | 6 | -29/+36 |
|\ \ \ \ \ \ | |||||
| * | | | | | | 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/notes-string-list' | Junio C Hamano | 2012-11-15 | 1 | -1/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | string_list: add a function string_list_remove_empty_items() | Michael Haggerty | 2012-11-08 | 1 | -1/+8 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | strbuf_split*(): document functions | Michael Haggerty | 2012-11-04 | 1 | -0/+16 |
|/ / / / / | |||||
* | | | | | Merge branch 'fa/remote-svn' | Jeff King | 2012-10-25 | 1 | -0/+8 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Add argv_array_detach and argv_array_free_detached | Florian Achleitner | 2012-10-07 | 1 | -0/+8 |
| | |/ / | |/| | | |||||
* | | | | 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 |