summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* clone: define shallow clone boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-131-0/+5
* fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-133-0/+14
* upload-pack: support define shallow boundary by excluding revisionsNguyễn Thái Ngọc Duy2016-06-132-1/+11
* clone: define shallow clone boundary based on time with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-131-0/+3
* fetch: define shallow boundary with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-133-0/+11
* upload-pack: add deepen-since to cut shallow repos based on timeNguyễn Thái Ngọc Duy2016-06-132-1/+11
* Sync with 2.7.2Junio C Hamano2016-02-222-1/+16
|\
| * Git 2.7.2v2.7.2Junio C Hamano2016-02-222-1/+16
| * Merge branch 'mm/clean-doc-fix' into maintJunio C Hamano2016-02-221-3/+1
| |\
* | \ Merge branch 'jk/config-include'Junio C Hamano2016-02-221-1/+3
|\ \ \
| * | | git-config: better document default behavior for `--include`jk/config-includeJeff King2016-02-131-1/+3
* | | | Merge branch 'maint'Junio C Hamano2016-02-171-0/+27
|\ \ \ \ | | |/ / | |/| |
| * | | Start preparing for 2.7.2Junio C Hamano2016-02-171-0/+27
| * | | Merge branch 'nd/do-not-move-worktree-manually' into maintJunio C Hamano2016-02-171-5/+10
| |\ \ \
* | | | | Seventh batch for the 2.8 cycleJunio C Hamano2016-02-171-0/+43
* | | | | Merge branch 'mm/clean-doc-fix'Junio C Hamano2016-02-171-3/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Documentation/git-clean.txt: don't mention deletion of .git/modules/*mm/clean-doc-fixMatt McCutchen2016-02-091-3/+1
| |/ / /
* | | | Merge branch 'da/user-useconfigonly'Junio C Hamano2016-02-171-0/+10
|\ \ \ \
| * | | | ident: add user.useConfigOnly boolean for when ident shouldn't be guessedDan Aloni2016-02-081-0/+10
* | | | | Merge branch 'jk/drop-rsync-transport'Junio C Hamano2016-02-178-28/+9
|\ \ \ \ \
| * | | | | transport: drop support for git-over-rsyncjk/drop-rsync-transportJeff King2016-02-018-28/+9
| |/ / / /
* | | | | Sixth batch for the 2.8 cycleJunio C Hamano2016-02-101-0/+40
* | | | | Merge branch 'wp/sha1-name-negative-match'Junio C Hamano2016-02-101-5/+6
|\ \ \ \ \
| * | | | | object name: introduce '^{/!-<negative pattern>}' notationwp/sha1-name-negative-matchWill Palmer2016-02-011-5/+6
* | | | | | Merge branch 'cc/untracked'Junio C Hamano2016-02-102-10/+66
|\ \ \ \ \ \
| * | | | | | config: add core.untrackedCacheChristian Couder2016-01-272-15/+61
| * | | | | | update-index: add --test-untracked-cacheChristian Couder2016-01-251-1/+11
* | | | | | | Merge branch 'nd/do-not-move-worktree-manually'Junio C Hamano2016-02-101-5/+10
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | worktree: stop supporting moving worktrees manuallynd/do-not-move-worktree-manuallyNguyễn Thái Ngọc Duy2016-01-221-5/+10
* | | | | | | Sync with 2.7.1Junio C Hamano2016-02-052-1/+89
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Git 2.7.1v2.7.1Junio C Hamano2016-02-052-1/+89
| * | | | | | Merge branch 'lv/add-doc-working-tree' into maintJunio C Hamano2016-02-051-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'ss/clone-depth-single-doc' into maintJunio C Hamano2016-02-052-9/+9
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'ew/for-each-ref-doc' into maintJunio C Hamano2016-02-051-2/+7
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'ss/user-manual' into maintJunio C Hamano2016-02-052-10/+36
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jk/list-tag-2.7-regression' into maintJunio C Hamano2016-02-052-2/+6
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'nd/exclusion-regression-fix' into maintJunio C Hamano2016-02-051-19/+4
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'dw/signoff-doc' into maintJunio C Hamano2016-02-055-1/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Fifth batch for 2.8 cycleJunio C Hamano2016-02-031-1/+59
* | | | | | | | | | | | | Merge branch 'kf/http-proxy-auth-methods'Junio C Hamano2016-02-032-3/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | http: use credential API to handle proxy authenticationkf/http-proxy-auth-methodsKnut Franke2016-01-261-3/+7
| * | | | | | | | | | | | | http: allow selection of proxy authentication methodKnut Franke2016-01-262-0/+30
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'lv/add-doc-working-tree'Junio C Hamano2016-02-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | git-add doc: do not say working directory when you mean working treelv/add-doc-working-treeLars Vogel2016-01-211-1/+1
* | | | | | | | | | | | | Merge branch 'mk/asciidoctor-bq-workaround'Junio C Hamano2016-02-031-10/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Documentation: remove unnecessary backslashesmk/asciidoctor-bq-workaroundMatthew Kraai2016-01-201-10/+10
* | | | | | | | | | | | | | Merge branch 'tg/ls-remote-symref'Junio C Hamano2016-02-031-2/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | ls-remote: add support for showing symrefstg/ls-remote-symrefThomas Gummerer2016-01-191-1/+8
| * | | | | | | | | | | | | | ls-remote: fix synopsisThomas Gummerer2016-01-191-1/+1
| * | | | | | | | | | | | | | ls-remote: document --refs optionThomas Gummerer2016-01-191-1/+4