summaryrefslogtreecommitdiff
path: root/Documentation/technical
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rt/links-for-asciidoctor'Junio C Hamano2014-03-141-2/+2
|\
| * Documentation: fix documentation AsciiDoc links for external urlsrt/links-for-asciidoctorRoberto Tyley2014-02-201-2/+2
* | Merge branch 'nd/http-fetch-shallow-fix'Junio C Hamano2014-02-272-1/+20
|\ \
| * | protocol-capabilities.txt: document no-doneNguyễn Thái Ngọc Duy2014-02-101-0/+12
| * | protocol-capabilities.txt: refer multi_ack_detailed back to pack-protocol.txtNguyễn Thái Ngọc Duy2014-02-101-0/+6
| * | pack-protocol.txt: clarify 'obj-id' in the last ACK after 'done'Nguyễn Thái Ngọc Duy2014-02-101-1/+2
| |/
* | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-271-0/+164
|\ \
| * | pack-bitmap: implement optional name_hash cacheVicent Marti2013-12-301-0/+33
| * | documentation: add documentation for the bitmap formatVicent Marti2013-12-301-0/+131
* | | Merge branch 'kb/fast-hashmap'Junio C Hamano2014-02-272-52/+235
|\ \ \ | |_|/ |/| |
| * | hashmap.h: use 'unsigned int' for hash-codes everywhereKarsten Blees2014-02-241-1/+1
| * | remove old hash.[ch] implementationKarsten Blees2013-11-181-52/+0
| * | add a hashtable implementation that supports O(1) removalKarsten Blees2013-11-181-0/+235
* | | http-protocol.txt: don't use uppercase for variable names in "The Negotiation...ta/doc-http-protocol-in-htmlThomas Ackermann2014-01-271-23/+22
* | | create HTML for http-protocol.txtThomas Ackermann2014-01-271-104/+108
* | | Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-1/+6
|\ \ \
| * | | receive/send-pack: support pushing from a shallow cloneNguyễn Thái Ngọc Duy2013-12-101-1/+3
| * | | make the sender advertise shallow commits to the receiverNguyễn Thái Ngọc Duy2013-12-101-0/+3
| | |/ | |/|
* | | Sync with 1.8.5.3Junio C Hamano2014-01-131-2/+2
|\ \ \
| * | | pack-heuristics.txt: mark up the file header properlyThomas Ackermann2014-01-131-2/+2
| * | | Merge branch 'mi/typofixes' into maintJunio C Hamano2013-12-171-2/+2
| |\ \ \
* | | | | builtin/help.c: speed up is_git_command() by checking for builtin commands firstss/builtin-cleanupSebastian Schuberth2014-01-061-2/+2
* | | | | git.c: consistently use the term "builtin" instead of "internal command"Sebastian Schuberth2014-01-061-1/+1
* | | | | Merge branch 'cn/thin-push-capability'Junio C Hamano2013-12-121-8/+23
|\ \ \ \ \
| * | | | | send-pack: don't send a thin pack to a server which doesn't support itcn/thin-push-capabilityCarlos Martín Nieto2013-11-251-8/+23
| | |_|/ / | |/| | |
* | | | | Merge branch 'mh/fetch-tags-in-addition-to-normal-refs'Junio C Hamano2013-12-121-10/+10
|\ \ \ \ \
| * | | | | api-remote.txt: correct section "struct refspec"Michael Haggerty2013-10-241-10/+10
| |/ / / /
* | | | | Merge branch 'nv/parseopt-opt-arg'Junio C Hamano2013-12-051-3/+3
|\ \ \ \ \
| * | | | | Use the word 'stuck' instead of 'sticked'Nicolas Vigier2013-10-311-3/+3
| |/ / / /
* | | | | Sync with 1.8.5.1Junio C Hamano2013-12-031-2/+2
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | ref-iteration doc: add_submodule_odb() returns 0 for successNick Townsend2013-12-031-2/+2
| |/ /
* | | Documentation/technical/http-protocol.txt: typofixesMasanari Iida2013-11-121-2/+2
|/ /
* | Merge branch 'mg/more-textconv'Junio C Hamano2013-10-231-1/+9
|\ \ | |/ |/|
| * diff_opt: track whether flags have been set explicitlyJunio C Hamano2013-05-101-1/+9
* | Merge branch 'ss/doclinks'Junio C Hamano2013-09-171-2/+2
|\ \
| * | Documentation: make AsciiDoc links always point to HTML filesss/doclinksSebastian Schuberth2013-09-061-2/+2
* | | Merge branch 'mn/doc-pack-heu-remove-dead-pastebin'Junio C Hamano2013-09-121-6/+0
|\ \ \
| * | | remove dead pastebin link from pack-heuristics documentmn/doc-pack-heu-remove-dead-pastebinMichal Nazarewicz2013-08-231-6/+0
* | | | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-1/+37
|\ \ \ \ | |_|/ / |/| | |
| * | | guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy2013-07-151-0/+19
| * | | add parse_pathspec() that converts cmdline args to struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+18
* | | | Document the HTTP transport protocolssp/doc-smart-httpShawn O. Pearce2013-08-211-0/+503
* | | | Merge branch 'ob/typofixes'Junio C Hamano2013-08-011-1/+1
|\ \ \ \
| * | | | many small typofixesob/typofixesOndřej Bílka2013-07-291-1/+1
* | | | | Merge branch 'jk/capabilities-doc'Junio C Hamano2013-07-301-4/+36
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | document 'allow-tip-sha1-in-want' capabilityjk/capabilities-docNguyễn Thái Ngọc Duy2013-07-261-0/+7
| * | | | document 'quiet' receive-pack capabilityJeff King2013-07-241-1/+11
| * | | | document 'agent' protocol capabilityJeff King2013-07-241-1/+16
| * | | | docs: note that receive-pack knows side-band-64k capabilityJeff King2013-07-241-2/+2
| * | | | docs: fix 'report-status' protocol capability thinkoJeff King2013-07-241-1/+1
| | |/ / | |/| |