summaryrefslogtreecommitdiff
path: root/Documentation/technical
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'Junio C Hamano2013-06-262-7/+7
|\
| * fix "builtin-*" references to be "builtin/*"Phil Hord2013-06-182-7/+7
* | Merge branch 'jc/prune-all'Junio C Hamano2013-05-291-0/+6
|\ \
| * | prune: introduce OPT_EXPIRY_DATE() and use itJunio C Hamano2013-04-251-0/+4
| * | api-parse-options.txt: document "no-" for non-boolean optionsMichael Haggerty2013-04-181-0/+2
| |/
* | upload-pack: ignore 'shallow' lines with unknown obj-idsMichael Heemskerk2013-04-281-2/+1
* | Merge branch 'kb/status-ignored-optim-2'Junio C Hamano2013-04-231-3/+22
|\ \
| * | dir.c: git-status --ignored: don't scan the work tree twiceKarsten Blees2013-04-151-3/+22
* | | Merge branch 'ta/glossary'Junio C Hamano2013-04-214-12/+12
|\ \ \
| * | | The name of the hash function is "SHA-1", not "SHA1"Thomas Ackermann2013-04-154-12/+12
| |/ /
* | | Merge branch 'ap/strbuf-humanize'Junio C Hamano2013-04-191-0/+5
|\ \ \ | |/ / |/| |
| * | strbuf: create strbuf_humanise_bytes() to show byte sizesAntoine Pelisse2013-04-101-0/+5
| * | Merge branch 'nd/doc-index-format'Junio C Hamano2013-03-191-3/+3
| |\ \
* | | | doc: various spelling fixesStefano Lattarini2013-04-123-3/+3
* | | | Merge branch 'maint-1.8.1' into maintJunio C Hamano2013-04-121-1/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Documentation: distinguish between ref and offset deltas in pack-formatStefan Saasen2013-04-121-1/+3
| | |/ | |/|
* | | Merge branch 'maint-1.8.1' into maintJunio C Hamano2013-03-251-3/+3
|\ \ \ | |/ / | | / | |/ |/|
| * index-format.txt: mention of v4 is missing in some placesNguyễn Thái Ngọc Duy2013-02-221-3/+3
| * Merge branch 'mh/ceiling' into maintJunio C Hamano2013-01-281-8/+0
| |\
| * \ Merge branch 'jk/unify-exit-code-by-receiving-signal' into maintJunio C Hamano2013-01-141-4/+2
| |\ \
| * \ \ Merge branch 'mk/maint-graph-infinity-loop' into maintJunio C Hamano2013-01-141-5/+5
| |\ \ \
| * \ \ \ Merge branch 'as/api-allocation-doc' into maintJunio C Hamano2013-01-111-6/+8
| |\ \ \ \
* | \ \ \ \ Merge branch 'ta/doc-no-small-caps'Junio C Hamano2013-02-0511-52/+52
|\ \ \ \ \ \
| * | | | | | Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann2013-02-019-45/+45
| * | | | | | Documentation: avoid poor-man's small caps GITThomas Ackermann2013-02-013-7/+7
* | | | | | | Merge branch 'jc/custom-comment-char'Junio C Hamano2013-02-041-0/+10
|\ \ \ \ \ \ \
| * | | | | | | Allow custom "comment char"Junio C Hamano2013-01-161-0/+10
* | | | | | | | Merge branch 'nd/fetch-depth-is-broken'Junio C Hamano2013-02-011-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | fetch: add --unshallow for turning shallow repo into complete oneNguyễn Thái Ngọc Duy2013-01-111-0/+3
| * | | | | | | | Merge branch 'ta/api-index-doc' into maintJunio C Hamano2012-12-221-2/+0
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'nd/index-format-doc' into maintJunio C Hamano2012-12-221-2/+3
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'as/check-ignore'Junio C Hamano2013-01-231-5/+9
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | add git-check-ignore sub-commandAdam Spiers2013-01-061-1/+1
| * | | | | | | | | | dir.c: provide clear_directory() for reclaiming dir_struct memoryAdam Spiers2013-01-061-0/+2
| * | | | | | | | | | dir.c: use a single struct exclude_list per source of excludesAdam Spiers2013-01-061-5/+7
* | | | | | | | | | | Merge branch 'jk/unify-exit-code-by-receiving-signal'Junio C Hamano2013-01-111-4/+2
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | run-command: encode signal death as a positive integerJeff King2013-01-061-4/+2
* | | | | | | | | | | Merge branch 'as/api-allocation-doc'Junio C Hamano2013-01-101-6/+8
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | api-allocation-growing.txt: encourage better variable namingAdam Spiers2013-01-061-6/+8
* | | | | | | | | | | Merge branch 'as/dir-c-cleanup'Junio C Hamano2013-01-101-9/+12
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | / / / / | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | Improve documentation and comments regarding directory traversal APIAdam Spiers2012-12-281-3/+6
| * | | | | | | | | api-directory-listing.txt: update to match codeAdam Spiers2012-12-281-6/+6
* | | | | | | | | | Merge branch 'mk/maint-graph-infinity-loop'Junio C Hamano2013-01-021-5/+5
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | graph.c: infinite loop in git whatchanged --graph -mMichał Kiedrowicz2012-09-251-5/+5
| |/ / / / / / / /
* | | | | | | | | Merge branch 'mh/ceiling'Junio C Hamano2013-01-021-8/+0
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | string_list_longest_prefix(): remove functionMichael Haggerty2012-10-291-8/+0
* | | | | | | | Merge branch 'ta/new-command-howto'Junio C Hamano2012-12-211-99/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Move ./technical/api-command.txt to ./howto/new-command.txtThomas Ackermann2012-12-211-99/+0
* | | | | | | | | Merge branch 'ta/api-index-doc'Junio C Hamano2012-12-211-2/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Remove misleading date from api-index-skel.txtThomas Ackermann2012-12-161-2/+0
| | |/ / / / / / | |/| | | | | |