summaryrefslogtreecommitdiffstats
path: root/Documentation/technical (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mh/lockfile-stdio'Junio C Hamano2014-10-141-11/+23
|\
| * fdopen_lock_file(): access a lockfile using stdioMichael Haggerty2014-10-011-11/+23
* | Merge branch 'mh/lockfile'Junio C Hamano2014-10-141-54/+188
|\|
| * get_locked_file_path(): new functionMichael Haggerty2014-10-011-0/+5
| * lockfile: rename LOCK_NODEREF to LOCK_NO_DEREFMichael Haggerty2014-10-011-2/+2
| * commit_lock_file_to(): refactor a helper out of commit_lock_file()Michael Haggerty2014-10-011-14/+20
| * api-lockfile: document edge casesMichael Haggerty2014-10-011-6/+14
| * close_lock_file(): if close fails, roll backMichael Haggerty2014-10-011-3/+4
| * commit_lock_file(): die() if called for unlocked lockfile objectMichael Haggerty2014-10-011-1/+2
| * api-lockfile: revise and expand the documentationMichael Haggerty2014-10-011-54/+167
* | Merge branch 'jc/push-cert'Junio C Hamano2014-10-082-5/+57
|\ \ | |/ |/|
| * signed push: fortify against replay attacksJunio C Hamano2014-09-172-3/+10
| * signed push: add "pushee" header to push certificateJunio C Hamano2014-09-151-0/+6
| * signed push: remove duplicated protocol infoJunio C Hamano2014-09-152-3/+42
| * pack-protocol doc: typofix for PKT-LINEJunio C Hamano2014-09-151-2/+2
* | Merge branch 'rs/realloc-array'Junio C Hamano2014-09-261-0/+3
|\ \
| * | add macro REALLOC_ARRAYRené Scharfe2014-09-181-0/+3
* | | Merge branch 'rs/export-strbuf-addchars'Junio C Hamano2014-09-191-0/+4
|\ \ \ | |/ / |/| |
| * | strbuf: export strbuf_addchars()René Scharfe2014-09-081-0/+4
* | | 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-packShawn Pearce2014-08-291-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 filesTanay 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-141-0/+97
* | | | | | | | Merge branch 'kb/hashmap-updates'Junio C Hamano2014-07-211-4/+50
|\ \ \ \ \ \ \ \
| * | | | | | | | hashmap: add string interning APIKarsten 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 2616Yi EungJun2014-06-161-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'jm/api-strbuf-doc'Junio C Hamano2014-06-201-5/+5
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | api-strbuf.txt minor typosJeremiah Mahler2014-06-091-5/+5
| |/ / / /
* | | | | Merge branch 'ta/string-list-init'Junio C Hamano2014-06-161-0/+2
|\ \ \ \ \