summaryrefslogtreecommitdiff
path: root/Documentation/technical
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/child-process-init'Junio C Hamano2014-09-111-2/+6
|\
| * run-command: introduce child_process_init()René Scharfe2014-08-201-2/+6
| * run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-2/+2
* | Merge branch 'ta/config-set-1'Junio C Hamano2014-09-111-0/+13
|\ \
| * | config: add `git_die_config()` to the config-set APITanay Abhra2014-08-071-0/+13
* | | Merge branch 'sp/pack-protocol-doc-on-shallow'Junio C Hamano2014-09-091-1/+1
|\ \ \
| * | | Document LF appearing in shallow command during send-pack/receive-packsp/pack-protocol-doc-on-shallowShawn Pearce2014-08-281-1/+1
* | | | Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-021-0/+10
|\ \ \ \
| * | | | abspath: convert absolute_path() to strbufRené Scharfe2014-08-261-0/+6
| * | | | strbuf: add strbuf_getcwd()René Scharfe2014-07-281-0/+4
* | | | | Merge branch 'ta/config-set'Junio C Hamano2014-09-021-0/+142
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | add `config_set` API for caching config-like filesTanay Abhra2014-07-291-0/+142
* | | | Merge branch 'ta/doc-config'Junio C Hamano2014-08-041-1/+30
|\ \ \ \ | |/ / / |/| | |
| * | | add documentation for writing config filesta/doc-configTanay Abhra2014-07-301-1/+30
| * | | Merge branch 'ye/doc-http-proto' into maintJunio C Hamano2014-07-221-1/+1
| |\ \ \
* | \ \ \ Merge branch 'ta/string-list-init'Junio C Hamano2014-07-231-0/+5
|\ \ \ \ \
| * | | | | string-list: add string_list initializer helper functionTanay Abhra2014-07-211-0/+5
* | | | | | Merge branch 'kb/perf-trace'Junio C Hamano2014-07-221-0/+97
|\ \ \ \ \ \
| * | | | | | api-trace.txt: add trace API documentationKarsten Blees2014-07-131-0/+97
* | | | | | | Merge branch 'kb/hashmap-updates'Junio C Hamano2014-07-211-4/+50
|\ \ \ \ \ \ \
| * | | | | | | hashmap: add string interning APIkb/hashmap-updatesKarsten Blees2014-07-071-0/+15
| * | | | | | | hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees2014-07-071-0/+14
| * | | | | | | hashmap: improve struct hashmap member documentationKarsten Blees2014-07-071-4/+12
| * | | | | | | hashmap: factor out getting a hash code from a SHA1Karsten Blees2014-07-071-0/+9
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'nd/split-index'Junio C Hamano2014-07-161-0/+35
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | read-cache: split-index modeNguyễn Thái Ngọc Duy2014-06-131-0/+35
* | | | | | | Merge branch 'ye/doc-http-proto'Junio C Hamano2014-06-251-1/+1
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616ye/doc-http-protoYi EungJun2014-06-161-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jm/api-strbuf-doc'Junio C Hamano2014-06-201-5/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | api-strbuf.txt minor typosjm/api-strbuf-docJeremiah Mahler2014-06-091-5/+5
| |/ / /
* | | | Merge branch 'ta/string-list-init'Junio C Hamano2014-06-161-0/+2
|\ \ \ \
| * | | | string-list: spell all values out that are given to a string_list initializerTanay Abhra2014-06-061-0/+2
| |/ / /
* | | | Merge branch 'jk/http-errors'Junio C Hamano2014-06-161-0/+5
|\ \ \ \
| * | | | strbuf: add strbuf_reencode helperJeff King2014-05-271-0/+5
| |/ / /
* | | | Merge branch 'jk/strbuf-tolower'Junio C Hamano2014-06-161-0/+4
|\ \ \ \
| * | | | strbuf: add strbuf_tolower functionjk/strbuf-tolowerJeff King2014-05-231-0/+4
| |/ / /
* | | | Merge branch 'jk/argv-array-for-child-process'Junio C Hamano2014-06-162-8/+7
|\ \ \ \
| * | | | argv-array: drop "detach" codejk/argv-array-for-child-processJeff King2014-05-151-8/+0
| * | | | run-command: store an optional argv_arrayJeff King2014-05-151-0/+7
| | |/ / | |/| |
* | | | Merge branch 'jj/command-line-adjective'Junio C Hamano2014-06-061-1/+1
|\ \ \ \
| * | | | Documentation: use "command-line" when used as a compound adjective, and fix ...jj/command-line-somethingjj/command-line-adjectiveJason St. John2014-05-211-1/+1
| | |/ / | |/| |
* | | | Merge branch 'bg/strbuf-trim'Junio C Hamano2014-06-031-0/+9
|\ \ \ \
| * | | | api-strbuf.txt: add docs for _trim and _ltrimbg/strbuf-trimBrian Gesiak2014-05-061-0/+9
| | |/ / | |/| |
* | | | Merge branch 'dt/api-doc-setup-gently'Junio C Hamano2014-06-031-5/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | docs: document RUN_SETUP_GENTLY and clarify RUN_SETUPdt/api-doc-setup-gentlyDavid Turner2014-04-301-5/+8
| | |/ | |/|
* | | Merge branch 'kb/fast-hashmap'Junio C Hamano2014-05-191-1/+0
|\ \ \ | |_|/ |/| |
| * | Documentation/technical/api-hashmap: remove source highlightingkb/fast-hashmapAnders Kaseorg2014-05-191-1/+0
* | | Merge branch 'jl/nor-or-nand-and'Junio C Hamano2014-04-083-6/+6
|\ \ \ | | |/ | |/|
| * | Documentation: fix misuses of "nor"Justin Lebar2014-03-313-6/+6
* | | Merge branch 'mr/opt-set-ptr'Junio C Hamano2014-04-081-4/+0
|\ \ \