Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-31Merge branch 'rs/child-process-init'Junio C Hamano
2014-10-29api-run-command: add missing list item markerRené Scharfe
2014-10-20run-command: add env_array, an optional argv_array for envRené Scharfe
2014-10-14Merge branch 'mh/lockfile-stdio'Junio C Hamano
2014-10-14Merge branch 'mh/lockfile'Junio C Hamano
2014-10-09Merge branch 'jc/push-cert'Junio C Hamano
2014-10-02fdopen_lock_file(): access a lockfile using stdioMichael Haggerty
2014-10-02get_locked_file_path(): new functionMichael Haggerty
2014-10-02lockfile: rename LOCK_NODEREF to LOCK_NO_DEREFMichael Haggerty
2014-10-02commit_lock_file_to(): refactor a helper out of commit_lock_file()Michael Haggerty
2014-10-02api-lockfile: document edge casesMichael Haggerty
2014-10-02close_lock_file(): if close fails, roll backMichael Haggerty
2014-10-02commit_lock_file(): die() if called for unlocked lockfile objectMichael Haggerty
2014-10-02api-lockfile: revise and expand the documentationMichael Haggerty
2014-09-27Merge branch 'rs/realloc-array'Junio C Hamano
2014-09-19Merge branch 'rs/export-strbuf-addchars'Junio C Hamano
2014-09-18add macro REALLOC_ARRAYRené Scharfe
2014-09-18signed push: fortify against replay attacksJunio C Hamano
2014-09-16signed push: add "pushee" header to push certificateJunio C Hamano
2014-09-16signed push: remove duplicated protocol infoJunio C Hamano
2014-09-16pack-protocol doc: typofix for PKT-LINEJunio C Hamano
2014-09-11Merge branch 'rs/child-process-init'Junio C Hamano
2014-09-11Merge branch 'ta/config-set-1'Junio C Hamano
2014-09-09Merge branch 'sp/pack-protocol-doc-on-shallow'Junio C Hamano
2014-09-08strbuf: export strbuf_addchars()René Scharfe
2014-09-03Merge branch 'rs/strbuf-getcwd'Junio C Hamano
2014-09-03Merge branch 'ta/config-set'Junio C Hamano
2014-08-29Document LF appearing in shallow command during send-pack/receive-packShawn Pearce
2014-08-26abspath: convert absolute_path() to strbufRené Scharfe
2014-08-20run-command: introduce child_process_init()René Scharfe
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-08-07config: add `git_die_config()` to the config-set APITanay Abhra
2014-08-05Merge branch 'ta/doc-config'Junio C Hamano
2014-07-30add documentation for writing config filesTanay Abhra
2014-07-30add `config_set` API for caching config-like filesTanay Abhra
2014-07-29strbuf: add strbuf_getcwd()René Scharfe
2014-07-23Merge branch 'ta/string-list-init'Junio C Hamano
2014-07-22Merge branch 'kb/perf-trace'Junio C Hamano
2014-07-22Merge branch 'ye/doc-http-proto' into maintJunio C Hamano
2014-07-21Merge branch 'kb/hashmap-updates'Junio C Hamano
2014-07-21string-list: add string_list initializer helper functionTanay Abhra
2014-07-16Merge branch 'nd/split-index'Junio C Hamano
2014-07-14api-trace.txt: add trace API documentationKarsten Blees
2014-07-08hashmap: add string interning APIKarsten Blees
2014-07-08hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees
2014-07-08hashmap: improve struct hashmap member documentationKarsten Blees
2014-07-08hashmap: factor out getting a hash code from a SHA1Karsten Blees
2014-06-25Merge branch 'ye/doc-http-proto'Junio C Hamano
2014-06-21Merge branch 'jm/api-strbuf-doc'Junio C Hamano
2014-06-16Merge branch 'ta/string-list-init'Junio C Hamano