summaryrefslogtreecommitdiff
path: root/Documentation/technical
AgeCommit message (Expand)AuthorFilesLines
2013-04-21Merge branch 'ta/glossary'Junio C Hamano4-12/+12
2013-04-19Merge branch 'ap/strbuf-humanize'Junio C Hamano1-0/+5
2013-04-18api-parse-options.txt: document "no-" for non-boolean optionsMichael Haggerty1-0/+2
2013-04-15dir.c: git-status --ignored: don't scan the work tree twiceKarsten Blees1-3/+22
2013-04-15The name of the hash function is "SHA-1", not "SHA1"Thomas Ackermann4-12/+12
2013-04-12doc: various spelling fixesStefano Lattarini3-3/+3
2013-04-12Merge branch 'maint-1.8.1' into maintJunio C Hamano1-1/+3
2013-04-12Documentation: distinguish between ref and offset deltas in pack-formatStefan Saasen1-1/+3
2013-04-10strbuf: create strbuf_humanise_bytes() to show byte sizesAntoine Pelisse1-0/+5
2013-03-25Merge branch 'maint-1.8.1' into maintJunio C Hamano1-3/+3
2013-03-19Merge branch 'nd/doc-index-format'Junio C Hamano1-3/+3
2013-02-22index-format.txt: mention of v4 is missing in some placesNguyễn Thái Ngọc Duy1-3/+3
2013-02-05Merge branch 'ta/doc-no-small-caps'Junio C Hamano11-52/+52
2013-02-04Merge branch 'jc/custom-comment-char'Junio C Hamano1-0/+10
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann9-45/+45
2013-02-01Documentation: avoid poor-man's small caps GITThomas Ackermann3-7/+7
2013-02-01Merge branch 'nd/fetch-depth-is-broken'Junio C Hamano1-0/+3
2013-01-28Merge branch 'mh/ceiling' into maintJunio C Hamano1-8/+0
2013-01-23Merge branch 'as/check-ignore'Junio C Hamano1-5/+9
2013-01-16Allow custom "comment char"Junio C Hamano1-0/+10
2013-01-14Merge branch 'jk/unify-exit-code-by-receiving-signal' into maintJunio C Hamano1-4/+2
2013-01-14Merge branch 'mk/maint-graph-infinity-loop' into maintJunio C Hamano1-5/+5
2013-01-11Merge branch 'jk/unify-exit-code-by-receiving-signal'Junio C Hamano1-4/+2
2013-01-11Merge branch 'as/api-allocation-doc' into maintJunio C Hamano1-6/+8
2013-01-11fetch: add --unshallow for turning shallow repo into complete oneNguyễn Thái Ngọc Duy1-0/+3
2013-01-10Merge branch 'as/api-allocation-doc'Junio C Hamano1-6/+8
2013-01-10Merge branch 'as/dir-c-cleanup'Junio C Hamano1-9/+12
2013-01-06add git-check-ignore sub-commandAdam Spiers1-1/+1
2013-01-06dir.c: provide clear_directory() for reclaiming dir_struct memoryAdam Spiers1-0/+2
2013-01-06dir.c: use a single struct exclude_list per source of excludesAdam Spiers1-5/+7
2013-01-06api-allocation-growing.txt: encourage better variable namingAdam Spiers1-6/+8
2013-01-06run-command: encode signal death as a positive integerJeff King1-4/+2
2013-01-02Merge branch 'mk/maint-graph-infinity-loop'Junio C Hamano1-5/+5
2013-01-02Merge branch 'mh/ceiling'Junio C Hamano1-8/+0
2012-12-28Improve documentation and comments regarding directory traversal APIAdam Spiers1-3/+6
2012-12-28api-directory-listing.txt: update to match codeAdam Spiers1-6/+6
2012-12-22Merge branch 'ta/api-index-doc' into maintJunio C Hamano1-2/+0
2012-12-22Merge branch 'nd/index-format-doc' into maintJunio C Hamano1-2/+3
2012-12-21Merge branch 'ta/new-command-howto'Junio C Hamano1-99/+0
2012-12-21Merge branch 'ta/api-index-doc'Junio C Hamano1-2/+0
2012-12-21Merge branch 'nd/index-format-doc'Junio C Hamano1-2/+3
2012-12-21Move ./technical/api-command.txt to ./howto/new-command.txtThomas Ackermann1-99/+0
2012-12-16Remove misleading date from api-index-skel.txtThomas Ackermann1-2/+0
2012-12-15Renumber list in api-command.txtThomas Ackermann1-7/+7
2012-12-13index-format.txt: clarify what is "invalid"Nguyễn Thái Ngọc Duy1-2/+3
2012-11-26Documentation: how to add a new commandEric S. Raymond1-0/+99
2012-11-20Merge branch 'ta/doc-cleanup'Junio C Hamano6-29/+36
2012-11-15Merge branch 'mh/notes-string-list'Junio C Hamano1-1/+8
2012-11-08string_list: add a function string_list_remove_empty_items()Michael Haggerty1-1/+8
2012-11-04strbuf_split*(): document functionsMichael Haggerty1-0/+16