Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dj/fetch-all-tags' into maint | Junio C Hamano | 2012-09-24 | 1 | -0/+4 |
|\ | |||||
| * | argv-array: add pop function | Jeff King | 2012-09-02 | 1 | -0/+4 |
* | | Doc: Improve shallow depth wording | Philip Oakley | 2012-09-18 | 1 | -2/+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 |
| |\ \ | | |/ | |/| | |||||
* | | | Merge branch 'rs/no-no-no-parseopt' | Junio C Hamano | 2012-03-01 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | parse-options: allow positivation of options starting, with no- | René Scharfe | 2012-02-26 | 1 | -1/+2 |
* | | | | Merge branch 'tr/maint-bundle-long-subject' | Junio C Hamano | 2012-02-26 | 1 | -1/+17 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | strbuf: improve strbuf_get*line documentation | Thomas Rast | 2012-02-23 | 1 | -1/+17 |
* | | | | config: add include directive | Jeff King | 2012-02-17 | 1 | -1/+27 |
* | | | | config: provide a version of git_config with more options | Jeff King | 2012-02-17 | 1 | -0/+12 |
* | | | | docs/api-config: minor clarifications | Jeff King | 2012-02-17 | 1 | -7/+8 |
* | | | | docs: add a basic description of the config API | Jeff King | 2012-02-06 | 1 | -0/+101 |
| |_|/ |/| | | |||||
* | | | credential: add function for parsing url components | Jeff King | 2011-12-11 | 1 | -0/+4 |
* | | | introduce credentials API | Jeff King | 2011-12-11 | 1 | -0/+241 |
|/ / | |||||
* | | Merge branch 'nd/document-err-packet' | Junio C Hamano | 2011-10-12 | 1 | -0/+7 |
|\ \ | |/ |/| | |||||
| * | pack-protocol: document "ERR" linend/document-err-packet | Nguyen Thai Ngoc Duy | 2011-10-03 | 1 | -0/+7 |
* | | Merge branch 'jc/parse-options-boolean' | Junio C Hamano | 2011-10-12 | 1 | -5/+16 |
|\ \ | |||||
| * | | parseopt: add OPT_NOOP_NOARG | René Scharfe | 2011-09-28 | 1 | -0/+5 |
| * | | parse-options: deprecate OPT_BOOLEAN | Junio C Hamano | 2011-09-27 | 1 | -5/+11 |
* | | | Merge branch 'jk/argv-array' | Junio C Hamano | 2011-10-05 | 2 | -0/+125 |
|\ \ \ | |/ / |/| | | |||||
| * | | refactor argv_array into generic code | Jeff King | 2011-09-14 | 1 | -0/+46 |
| * | | add sha1_array API docs | Jeff King | 2011-09-14 | 1 | -0/+79 |
* | | | Merge branch 'en/merge-recursive-2' | Junio C Hamano | 2011-09-02 | 1 | -0/+10 |
|\ \ \ | |||||
| * | | | string-list: Add API to remove an item from an unsorted list | Johannes Sixt | 2011-08-14 | 1 | -0/+10 |
| |/ / | |||||
* | | | Merge branch 'maint' | Junio C Hamano | 2011-08-22 | 1 | -0/+81 |
|\ \ \ | |||||
| * | | | add technical documentation about ref iteration | Heiko Voigt | 2011-08-22 | 1 | -0/+81 |
* | | | | Merge branch 'mh/check-attr-relative' | Junio C Hamano | 2011-08-17 | 1 | -22/+39 |
|\ \ \ \ | |/ / / |/| | | |