aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/technical (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-04Documentation: typofixesThomas Ackermann2-2/+2
2014-10-31Merge branch 'rs/child-process-init'Junio C Hamano1-1/+1
2014-10-28api-run-command: add missing list item markerRené Scharfe1-1/+1
2014-10-19run-command: add env_array, an optional argv_array for envRené Scharfe1-0/+5
2014-10-14Merge branch 'mh/lockfile-stdio'Junio C Hamano1-11/+23
2014-10-14Merge branch 'mh/lockfile'Junio C Hamano1-54/+188
2014-10-08Merge branch 'jc/push-cert'Junio C Hamano2-5/+57
2014-10-01fdopen_lock_file(): access a lockfile using stdioMichael Haggerty1-11/+23
2014-10-01get_locked_file_path(): new functionMichael Haggerty1-0/+5
2014-10-01lockfile: rename LOCK_NODEREF to LOCK_NO_DEREFMichael Haggerty1-2/+2
2014-10-01commit_lock_file_to(): refactor a helper out of commit_lock_file()Michael Haggerty1-14/+20
2014-10-01api-lockfile: document edge casesMichael Haggerty1-6/+14
2014-10-01close_lock_file(): if close fails, roll backMichael Haggerty1-3/+4
2014-10-01commit_lock_file(): die() if called for unlocked lockfile objectMichael Haggerty1-1/+2
2014-10-01api-lockfile: revise and expand the documentationMichael Haggerty1-54/+167
2014-09-26Merge branch 'rs/realloc-array'Junio C Hamano1-0/+3
2014-09-19Merge branch 'rs/export-strbuf-addchars'Junio C Hamano1-0/+4
2014-09-18add macro REALLOC_ARRAYRené Scharfe1-0/+3
2014-09-17signed push: fortify against replay attacksJunio C Hamano2-3/+10
2014-09-15signed push: add "pushee" header to push certificateJunio C Hamano1-0/+6
2014-09-15signed push: remove duplicated protocol infoJunio C Hamano2-3/+42
2014-09-15pack-protocol doc: typofix for PKT-LINEJunio C Hamano1-2/+2
2014-09-11Merge branch 'rs/child-process-init'Junio C Hamano1-2/+6
2014-09-11Merge branch 'ta/config-set-1'Junio C Hamano1-0/+13
2014-09-09Merge branch 'sp/pack-protocol-doc-on-shallow'Junio C Hamano1-1/+1
2014-09-08strbuf: export strbuf_addchars()René Scharfe1-0/+4
2014-09-02Merge branch 'rs/strbuf-getcwd'Junio C Hamano1-0/+10
2014-09-02Merge branch 'ta/config-set'Junio C Hamano1-0/+142
2014-08-28Document LF appearing in shallow command during send-pack/receive-packShawn Pearce1-1/+1
2014-08-26abspath: convert absolute_path() to strbufRené Scharfe1-0/+6
2014-08-20run-command: introduce child_process_init()René Scharfe1-2/+6
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe1-2/+2
2014-08-07config: add `git_die_config()` to the config-set APITanay Abhra1-0/+13
2014-08-04Merge branch 'ta/doc-config'Junio C Hamano1-1/+30
2014-07-30add documentation for writing config filesTanay Abhra1-1/+30
2014-07-29add `config_set` API for caching config-like filesTanay Abhra1-0/+142
2014-07-28strbuf: add strbuf_getcwd()René Scharfe1-0/+4
2014-07-23Merge branch 'ta/string-list-init'Junio C Hamano1-0/+5
2014-07-22Merge branch 'kb/perf-trace'Junio C Hamano1-0/+97
2014-07-22Merge branch 'ye/doc-http-proto' into maintJunio C Hamano1-1/+1
2014-07-21Merge branch 'kb/hashmap-updates'Junio C Hamano1-4/+50
2014-07-21string-list: add string_list initializer helper functionTanay Abhra1-0/+5
2014-07-16Merge branch 'nd/split-index'Junio C Hamano1-0/+35
2014-07-13api-trace.txt: add trace API documentationKarsten Blees1-0/+97
2014-07-07hashmap: add string interning APIKarsten Blees1-0/+15
2014-07-07hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees1-0/+14
2014-07-07hashmap: improve struct hashmap member documentationKarsten Blees1-4/+12
2014-07-07hashmap: factor out getting a hash code from a SHA1Karsten Blees1-0/+9
2014-06-25Merge branch 'ye/doc-http-proto'Junio C Hamano1-1/+1
2014-06-20Merge branch 'jm/api-strbuf-doc'Junio C Hamano1-5/+5