Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-03-31 | Documentation: fix misuses of "nor" | Justin Lebar | 3 | -6/+6 |
2014-03-31 | parse-options: remove unused OPT_SET_PTR | Marat Radchenko | 1 | -4/+0 |
2014-03-14 | Merge branch 'rt/links-for-asciidoctor' | Junio C Hamano | 1 | -2/+2 |
2014-02-27 | Merge branch 'nd/http-fetch-shallow-fix' | Junio C Hamano | 2 | -1/+20 |
2014-02-27 | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 1 | -0/+164 |
2014-02-27 | Merge branch 'kb/fast-hashmap' | Junio C Hamano | 2 | -52/+235 |
2014-02-24 | hashmap.h: use 'unsigned int' for hash-codes everywhere | Karsten Blees | 1 | -1/+1 |
2014-02-20 | Documentation: fix documentation AsciiDoc links for external urls | Roberto Tyley | 1 | -2/+2 |
2014-02-10 | protocol-capabilities.txt: document no-done | Nguyễn Thái Ngọc Duy | 1 | -0/+12 |
2014-02-10 | protocol-capabilities.txt: refer multi_ack_detailed back to pack-protocol.txt | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2014-02-10 | pack-protocol.txt: clarify 'obj-id' in the last ACK after 'done' | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2014-01-27 | http-protocol.txt: don't use uppercase for variable names in "The Negotiation... | Thomas Ackermann | 1 | -23/+22 |
2014-01-27 | create HTML for http-protocol.txt | Thomas Ackermann | 1 | -104/+108 |
2014-01-17 | Merge branch 'nd/shallow-clone' | Junio C Hamano | 1 | -1/+6 |
2014-01-13 | Sync with 1.8.5.3 | Junio C Hamano | 1 | -2/+2 |
2014-01-13 | pack-heuristics.txt: mark up the file header properly | Thomas Ackermann | 1 | -2/+2 |
2014-01-06 | builtin/help.c: speed up is_git_command() by checking for builtin commands first | Sebastian Schuberth | 1 | -2/+2 |
2014-01-06 | git.c: consistently use the term "builtin" instead of "internal command" | Sebastian Schuberth | 1 | -1/+1 |
2013-12-30 | pack-bitmap: implement optional name_hash cache | Vicent Marti | 1 | -0/+33 |
2013-12-30 | documentation: add documentation for the bitmap format | Vicent Marti | 1 | -0/+131 |
2013-12-17 | Merge branch 'mi/typofixes' into maint | Junio C Hamano | 1 | -2/+2 |
2013-12-12 | Merge branch 'cn/thin-push-capability' | Junio C Hamano | 1 | -8/+23 |