aboutsummaryrefslogtreecommitdiff
path: root/Documentation/technical
Commit message (Expand)AuthorAge
* Merge branch 'jc/prune-all'Junio C Hamano2013-05-29
|\
| * prune: introduce OPT_EXPIRY_DATE() and use itJunio C Hamano2013-04-25
| * api-parse-options.txt: document "no-" for non-boolean optionsMichael Haggerty2013-04-18
* | upload-pack: ignore 'shallow' lines with unknown obj-idsMichael Heemskerk2013-04-28
* | Merge branch 'kb/status-ignored-optim-2'Junio C Hamano2013-04-23
|\ \
| * | dir.c: git-status --ignored: don't scan the work tree twiceKarsten Blees2013-04-15
* | | Merge branch 'ta/glossary'Junio C Hamano2013-04-21
|\ \ \
| * | | The name of the hash function is "SHA-1", not "SHA1"Thomas Ackermann2013-04-15
| |/ /
* | | Merge branch 'ap/strbuf-humanize'Junio C Hamano2013-04-19
|\ \ \ | |/ / |/| |
| * | strbuf: create strbuf_humanise_bytes() to show byte sizesAntoine Pelisse2013-04-10
| * | Merge branch 'nd/doc-index-format'Junio C Hamano2013-03-19
| |\ \
* | | | doc: various spelling fixesStefano Lattarini2013-04-12
* | | | Merge branch 'maint-1.8.1' into maintJunio C Hamano2013-04-12
|\ \ \ \ | | |_|/ | |/| |
| * | | Documentation: distinguish between ref and offset deltas in pack-formatStefan Saasen2013-04-12
| | |/ | |/|
* | | Merge branch 'maint-1.8.1' into maintJunio C Hamano2013-03-25
|\ \ \ | |/ / | | / | |/ |/|
| * index-format.txt: mention of v4 is missing in some placesNguyễn Thái Ngọc Duy2013-02-22
| * Merge branch 'mh/ceiling' into maintJunio C Hamano2013-01-28
| |\
| * \ Merge branch 'jk/unify-exit-code-by-receiving-signal' into maintJunio C Hamano2013-01-14
| |\ \
| * \ \ Merge branch 'mk/maint-graph-infinity-loop' into maintJunio C Hamano2013-01-14
| |\ \ \
| * \ \ \ Merge branch 'as/api-allocation-doc' into maintJunio C Hamano2013-01-11
| |\ \ \ \
* | \ \ \ \ Merge branch 'ta/doc-no-small-caps'Junio C Hamano2013-02-05
|\ \ \ \ \ \
| * | | | | | Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann2013-02-01
| * | | | | | Documentation: avoid poor-man's small caps GITThomas Ackermann2013-02-01
* | | | | | | Merge branch 'jc/custom-comment-char'Junio C Hamano2013-02-04
|\ \ \ \ \ \ \
| * | | | | | | Allow custom "comment char"Junio C Hamano2013-01-16
* | | | | | | | Merge branch 'nd/fetch-depth-is-broken'Junio C Hamano2013-02-01
|\ \ \ \ \ \ \ \
| * | | | | | | | fetch: add --unshallow for turning shallow repo into complete oneNguyễn Thái Ngọc Duy2013-01-11
| * | | | | | | | Merge branch 'ta/api-index-doc' into maintJunio C Hamano2012-12-22
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'nd/index-format-doc' into maintJunio C Hamano2012-12-22
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'as/check-ignore'Junio C Hamano2013-01-23
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | add git-check-ignore sub-commandAdam Spiers2013-01-06
| * | | | | | | | | | dir.c: provide clear_directory() for reclaiming dir_struct memoryAdam Spiers2013-01-06
| * | | | | | | | | | dir.c: use a single struct exclude_list per source of excludesAdam Spiers2013-01-06
* | | | | | | | | | | Merge branch 'jk/unify-exit-code-by-receiving-signal'Junio C Hamano2013-01-11
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | run-command: encode signal death as a positive integerJeff King2013-01-06
* | | | | | | | | | | Merge branch 'as/api-allocation-doc'Junio C Hamano2013-01-10
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | api-allocation-growing.txt: encourage better variable namingAdam Spiers2013-01-06
* | | | | | | | | | | Merge branch 'as/dir-c-cleanup'Junio C Hamano2013-01-10
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | / / / / | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | Improve documentation and comments regarding directory traversal APIAdam Spiers2012-12-28
| * | | | | | | | | api-directory-listing.txt: update to match codeAdam Spiers2012-12-28
* | | | | | | | | | Merge branch 'mk/maint-graph-infinity-loop'Junio C Hamano2013-01-02
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | graph.c: infinite loop in git whatchanged --graph -mMichał Kiedrowicz2012-09-25
| |/ / / / / / / /
* | | | | | | | | Merge branch 'mh/ceiling'Junio C Hamano2013-01-02
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | string_list_longest_prefix(): remove functionMichael Haggerty2012-10-29
* | | | | | | | Merge branch 'ta/new-command-howto'Junio C Hamano2012-12-21
|\ \ \ \ \ \ \ \
| * | | | | | | | Move ./technical/api-command.txt to ./howto/new-command.txtThomas Ackermann2012-12-21
* | | | | | | | | Merge branch 'ta/api-index-doc'Junio C Hamano2012-12-21
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Remove misleading date from api-index-skel.txtThomas Ackermann2012-12-16
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'nd/index-format-doc'Junio C Hamano2012-12-21
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | index-format.txt: clarify what is "invalid"Nguyễn Thái Ngọc Duy2012-12-13