Age | Commit message (Expand) | Author | Files | Lines |
2014-09-11 | Merge branch 'rs/child-process-init' | Junio C Hamano | 1 | -2/+6 |
2014-09-11 | Merge branch 'ta/config-set-1' | Junio C Hamano | 1 | -0/+13 |
2014-09-09 | Merge branch 'sp/pack-protocol-doc-on-shallow' | Junio C Hamano | 1 | -1/+1 |
2014-09-08 | strbuf: export strbuf_addchars() | René Scharfe | 1 | -0/+4 |
2014-09-02 | Merge branch 'rs/strbuf-getcwd' | Junio C Hamano | 1 | -0/+10 |
2014-09-02 | Merge branch 'ta/config-set' | Junio C Hamano | 1 | -0/+142 |
2014-08-28 | Document LF appearing in shallow command during send-pack/receive-pack | Shawn Pearce | 1 | -1/+1 |
2014-08-26 | abspath: convert absolute_path() to strbuf | René Scharfe | 1 | -0/+6 |
2014-08-20 | run-command: introduce child_process_init() | René Scharfe | 1 | -2/+6 |
2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -2/+2 |
2014-08-07 | config: add `git_die_config()` to the config-set API | Tanay Abhra | 1 | -0/+13 |
2014-08-04 | Merge branch 'ta/doc-config' | Junio C Hamano | 1 | -1/+30 |
2014-07-30 | add documentation for writing config files | Tanay Abhra | 1 | -1/+30 |
2014-07-29 | add `config_set` API for caching config-like files | Tanay Abhra | 1 | -0/+142 |
2014-07-28 | strbuf: add strbuf_getcwd() | René Scharfe | 1 | -0/+4 |
2014-07-23 | Merge branch 'ta/string-list-init' | Junio C Hamano | 1 | -0/+5 |
2014-07-22 | Merge branch 'kb/perf-trace' | Junio C Hamano | 1 | -0/+97 |
2014-07-22 | Merge branch 'ye/doc-http-proto' into maint | Junio C Hamano | 1 | -1/+1 |
2014-07-21 | Merge branch 'kb/hashmap-updates' | Junio C Hamano | 1 | -4/+50 |
2014-07-21 | string-list: add string_list initializer helper function | Tanay Abhra | 1 | -0/+5 |
2014-07-16 | Merge branch 'nd/split-index' | Junio C Hamano | 1 | -0/+35 |
2014-07-13 | api-trace.txt: add trace API documentation | Karsten Blees | 1 | -0/+97 |
2014-07-07 | hashmap: add string interning API | Karsten Blees | 1 | -0/+15 |
2014-07-07 | hashmap: add simplified hashmap_get_from_hash() API | Karsten Blees | 1 | -0/+14 |
2014-07-07 | hashmap: improve struct hashmap member documentation | Karsten Blees | 1 | -4/+12 |
2014-07-07 | hashmap: factor out getting a hash code from a SHA1 | Karsten Blees | 1 | -0/+9 |
2014-06-25 | Merge branch 'ye/doc-http-proto' | Junio C Hamano | 1 | -1/+1 |
2014-06-20 | Merge branch 'jm/api-strbuf-doc' | Junio C Hamano | 1 | -5/+5 |
2014-06-16 | Merge branch 'ta/string-list-init' | Junio C Hamano | 1 | -0/+2 |
2014-06-16 | Merge branch 'jk/http-errors' | Junio C Hamano | 1 | -0/+5 |
2014-06-16 | http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616 | Yi EungJun | 1 | -1/+1 |
2014-06-16 | Merge branch 'jk/strbuf-tolower' | Junio C Hamano | 1 | -0/+4 |
2014-06-16 | Merge branch 'jk/argv-array-for-child-process' | Junio C Hamano | 2 | -8/+7 |
2014-06-13 | read-cache: split-index mode | Nguyễn Thái Ngọc Duy | 1 | -0/+35 |
2014-06-09 | api-strbuf.txt minor typos | Jeremiah Mahler | 1 | -5/+5 |
2014-06-06 | string-list: spell all values out that are given to a string_list initializer | Tanay Abhra | 1 | -0/+2 |
2014-06-06 | Merge branch 'jj/command-line-adjective' | Junio C Hamano | 1 | -1/+1 |
2014-06-03 | Merge branch 'bg/strbuf-trim' | Junio C Hamano | 1 | -0/+9 |
2014-06-03 | Merge branch 'dt/api-doc-setup-gently' | Junio C Hamano | 1 | -5/+8 |
2014-05-27 | strbuf: add strbuf_reencode helper | Jeff King | 1 | -0/+5 |
2014-05-23 | strbuf: add strbuf_tolower function | Jeff King | 1 | -0/+4 |
2014-05-21 | Documentation: use "command-line" when used as a compound adjective, and fix ... | Jason St. John | 1 | -1/+1 |
2014-05-19 | Merge branch 'kb/fast-hashmap' | Junio C Hamano | 1 | -1/+0 |
2014-05-19 | Documentation/technical/api-hashmap: remove source highlighting | Anders Kaseorg | 1 | -1/+0 |
2014-05-15 | argv-array: drop "detach" code | Jeff King | 1 | -8/+0 |
2014-05-15 | run-command: store an optional argv_array | Jeff King | 1 | -0/+7 |
2014-05-06 | api-strbuf.txt: add docs for _trim and _ltrim | Brian Gesiak | 1 | -0/+9 |
2014-04-30 | docs: document RUN_SETUP_GENTLY and clarify RUN_SETUP | David Turner | 1 | -5/+8 |
2014-04-08 | Merge branch 'jl/nor-or-nand-and' | Junio C Hamano | 3 | -6/+6 |
2014-04-08 | Merge branch 'mr/opt-set-ptr' | Junio C Hamano | 1 | -4/+0 |