aboutsummaryrefslogtreecommitdiff
path: root/Documentation/technical
Commit message (Expand)AuthorAge
...
| * | | | | | | | | hashmap: factor out getting a hash code from a SHA1Karsten Blees2014-07-07
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'nd/split-index'Junio C Hamano2014-07-16
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | read-cache: split-index modeNguyễn Thái Ngọc Duy2014-06-13
* | | | | | | | Merge branch 'ye/doc-http-proto'Junio C Hamano2014-06-25
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616Yi EungJun2014-06-16
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'jm/api-strbuf-doc'Junio C Hamano2014-06-20
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | api-strbuf.txt minor typosJeremiah Mahler2014-06-09
| |/ / / /
* | | | | Merge branch 'ta/string-list-init'Junio C Hamano2014-06-16
|\ \ \ \ \
| * | | | | string-list: spell all values out that are given to a string_list initializerTanay Abhra2014-06-06
| |/ / / /
* | | | | Merge branch 'jk/http-errors'Junio C Hamano2014-06-16
|\ \ \ \ \
| * | | | | strbuf: add strbuf_reencode helperJeff King2014-05-27
| |/ / / /
* | | | | Merge branch 'jk/strbuf-tolower'Junio C Hamano2014-06-16
|\ \ \ \ \
| * | | | | strbuf: add strbuf_tolower functionJeff King2014-05-23
| |/ / / /
* | | | | Merge branch 'jk/argv-array-for-child-process'Junio C Hamano2014-06-16
|\ \ \ \ \
| * | | | | argv-array: drop "detach" codeJeff King2014-05-15
| * | | | | run-command: store an optional argv_arrayJeff King2014-05-15
| | |/ / / | |/| | |
* | | | | Merge branch 'jj/command-line-adjective'Junio C Hamano2014-06-06
|\ \ \ \ \
| * | | | | Documentation: use "command-line" when used as a compound adjective, and fix ...Jason St. John2014-05-21
| | |/ / / | |/| | |
* | | | | Merge branch 'bg/strbuf-trim'Junio C Hamano2014-06-03
|\ \ \ \ \
| * | | | | api-strbuf.txt: add docs for _trim and _ltrimBrian Gesiak2014-05-06
| | |/ / / | |/| | |
* | | | | Merge branch 'dt/api-doc-setup-gently'Junio C Hamano2014-06-03
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | docs: document RUN_SETUP_GENTLY and clarify RUN_SETUPDavid Turner2014-04-30
| | |/ / | |/| |
* | | | Merge branch 'kb/fast-hashmap'Junio C Hamano2014-05-19
|\ \ \ \ | |_|/ / |/| | |
| * | | Documentation/technical/api-hashmap: remove source highlightingAnders Kaseorg2014-05-19
* | | | Merge branch 'jl/nor-or-nand-and'Junio C Hamano2014-04-08
|\ \ \ \ | | |/ / | |/| |
| * | | Documentation: fix misuses of "nor"Justin Lebar2014-03-31
* | | | Merge branch 'mr/opt-set-ptr'Junio C Hamano2014-04-08
|\ \ \ \
| * | | | parse-options: remove unused OPT_SET_PTRMarat Radchenko2014-03-31
* | | | | Merge branch 'rt/links-for-asciidoctor'Junio C Hamano2014-03-14
|\ \ \ \ \
| * | | | | Documentation: fix documentation AsciiDoc links for external urlsRoberto Tyley2014-02-20
| |/ / / /
* | | | | Merge branch 'nd/http-fetch-shallow-fix'Junio C Hamano2014-02-27
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | protocol-capabilities.txt: document no-doneNguyễn Thái Ngọc Duy2014-02-10
| * | | | protocol-capabilities.txt: refer multi_ack_detailed back to pack-protocol.txtNguyễn Thái Ngọc Duy2014-02-10
| * | | | pack-protocol.txt: clarify 'obj-id' in the last ACK after 'done'Nguyễn Thái Ngọc Duy2014-02-10
| |/ / /
* | | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-27
|\ \ \ \
| * | | | pack-bitmap: implement optional name_hash cacheVicent Marti2013-12-30
| * | | | documentation: add documentation for the bitmap formatVicent Marti2013-12-30
* | | | | Merge branch 'kb/fast-hashmap'Junio C Hamano2014-02-27
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | hashmap.h: use 'unsigned int' for hash-codes everywhereKarsten Blees2014-02-24
| * | | remove old hash.[ch] implementationKarsten Blees2013-11-18
| * | | add a hashtable implementation that supports O(1) removalKarsten Blees2013-11-18
* | | | http-protocol.txt: don't use uppercase for variable names in "The Negotiation...Thomas Ackermann2014-01-27
* | | | create HTML for http-protocol.txtThomas Ackermann2014-01-27
* | | | Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-17
|\ \ \ \
| * | | | receive/send-pack: support pushing from a shallow cloneNguyễn Thái Ngọc Duy2013-12-10
| * | | | make the sender advertise shallow commits to the receiverNguyễn Thái Ngọc Duy2013-12-10
| | |/ / | |/| |
* | | | Sync with 1.8.5.3Junio C Hamano2014-01-13
|\ \ \ \ | | |_|/ | |/| |
| * | | pack-heuristics.txt: mark up the file header properlyThomas Ackermann2014-01-13
| * | | Merge branch 'mi/typofixes' into maintJunio C Hamano2013-12-17
| |\ \ \
* | | | | builtin/help.c: speed up is_git_command() by checking for builtin commands firstSebastian Schuberth2014-01-06