summaryrefslogtreecommitdiff
path: root/Documentation/technical
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/unify-exit-code-by-receiving-signal' into maintJunio C Hamano2013-01-141-4/+2
|\
| * run-command: encode signal death as a positive integerJeff King2013-01-061-4/+2
* | Merge branch 'mk/maint-graph-infinity-loop' into maintJunio C Hamano2013-01-141-5/+5
|\ \
| * | graph.c: infinite loop in git whatchanged --graph -mMichał Kiedrowicz2012-09-251-5/+5
* | | Merge branch 'as/api-allocation-doc' into maintJunio C Hamano2013-01-111-6/+8
|\ \ \
| * | | api-allocation-growing.txt: encourage better variable namingAdam Spiers2013-01-061-6/+8
* | | | Merge branch 'ta/new-command-howto'Junio C Hamano2012-12-211-99/+0
|\ \ \ \
| * | | | Move ./technical/api-command.txt to ./howto/new-command.txtThomas Ackermann2012-12-211-99/+0
* | | | | Merge branch 'ta/api-index-doc'Junio C Hamano2012-12-211-2/+0
|\ \ \ \ \
| * | | | | Remove misleading date from api-index-skel.txtThomas Ackermann2012-12-161-2/+0
* | | | | | Merge branch 'nd/index-format-doc'Junio C Hamano2012-12-211-2/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | index-format.txt: clarify what is "invalid"Nguyễn Thái Ngọc Duy2012-12-131-2/+3
* | | | | | Renumber list in api-command.txtThomas Ackermann2012-12-151-7/+7
* | | | | | Documentation: how to add a new commandEric S. Raymond2012-11-261-0/+99
* | | | | | Merge branch 'ta/doc-cleanup'Junio C Hamano2012-11-206-29/+36
|\ \ \ \ \ \
| * | | | | | Documentation/technical: convert plain text files to asciidocThomas Ackermann2012-10-165-27/+34
| * | | | | | Change headline of technical/send-pack-pipeline.txt to not confuse its conten...Thomas Ackermann2012-10-161-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'mh/notes-string-list'Junio C Hamano2012-11-151-1/+8
|\ \ \ \ \ \
| * | | | | | string_list: add a function string_list_remove_empty_items()Michael Haggerty2012-11-081-1/+8
| | |_|_|_|/ | |/| | | |
* | | | | | strbuf_split*(): document functionsMichael Haggerty2012-11-041-0/+16
|/ / / / /
* | | | | Merge branch 'fa/remote-svn'Jeff King2012-10-251-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add argv_array_detach and argv_array_free_detachedFlorian Achleitner2012-10-071-0/+8
| | |/ / | |/| |
* | | | Merge branch 'mh/fetch-filter-refs'Junio C Hamano2012-09-211-3/+4
|\ \ \ \
| * | | | string_list API: document what "sorted" meansMichael Haggerty2012-09-181-3/+4
* | | | | Merge branch 'jc/make-static'Junio C Hamano2012-09-181-3/+0
|\ \ \ \ \
| * | | | | sha1-array.c: mark a private file-scope symbol as staticJunio C Hamano2012-09-151-3/+0
* | | | | | Sync with 1.7.12.1Junio C Hamano2012-09-181-2/+4
|\ \ \ \ \ \
| * | | | | | Doc: Improve shallow depth wordingPhilip Oakley2012-09-181-2/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'mh/string-list'Junio C Hamano2012-09-171-5/+63
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | api-string-list.txt: initialize the string_list the easy wayMichael Haggerty2012-09-121-2/+1
| * | | | string_list: add a function string_list_longest_prefix()Michael Haggerty2012-09-121-0/+8
| * | | | string_list: add a new function, string_list_remove_duplicates()Michael Haggerty2012-09-121-0/+9
| * | | | string_list: add a new function, filter_string_list()Michael Haggerty2012-09-121-0/+11
| * | | | string_list: add two new functions for splitting stringsMichael Haggerty2012-09-121-1/+21
| * | | | string_list: add function string_list_append_nodup()Michael Haggerty2012-09-121-3/+14
| |/ / /
* | | | Merge branch 'jk/argv-array'Junio C Hamano2012-09-111-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | argv-array: add pop functionJeff King2012-09-021-0/+4
* | | | add 'git credential' plumbing commandJavier Roucher Iglesias2012-06-251-36/+3
| |_|/ |/| |
* | | Merge branch 'mm/api-credentials-doc'Junio C Hamano2012-06-121-1/+4
|\ \ \
| * | | api-credential.txt: document that helpers field is filled-in automaticallyMatthieu Moy2012-06-121-1/+4
* | | | Merge branch 'mm/api-credentials-doc'Junio C Hamano2012-06-083-5/+5
|\ \ \ \ | |/ / /
| * | | docs: fix cross-directory linkgit referencesJeff King2012-06-083-5/+5
* | | | Merge branch 'mm/api-credentials-doc'Junio C Hamano2012-06-073-7/+60
|\ \ \ \ | |/ / /
| * | | api-credentials.txt: add "see also" sectionMatthieu Moy2012-06-041-0/+7
| * | | api-credentials.txt: mention credential.helper explicitlyMatthieu Moy2012-06-041-2/+4
| * | | api-credentials.txt: show the big picture firstMatthieu Moy2012-06-041-3/+47
| * | | doc: fix xref link from api docs to manual pagesJunio C Hamano2012-06-042-2/+2
* | | | Sync with maintJunio C Hamano2012-05-141-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'jk/doc-asciidoc-inline-literal' into maintJunio C Hamano2012-05-142-19/+19
| |\ \ \
| * | | | pack-protocol: fix first-want separator in the examplesCarlos Martín Nieto2012-05-141-2/+2