summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-0/+7
|\
| * argv-array: add detach functionJeff King2016-02-221-0/+7
* | Merge branch 'kn/ref-filter-atom-parsing'Junio C Hamano2016-02-261-8/+12
|\ \
| * | ref-filter: align: introduce long-form syntaxKarthik Nayak2016-02-171-8/+12
* | | Eighth batch for 2.8Junio C Hamano2016-02-241-36/+41
* | | Merge branch 'nd/exclusion-regression-fix'Junio C Hamano2016-02-243-4/+19
|\ \ \
| * | | dir.c: don't exclude whole dir prematurelyNguyễn Thái Ngọc Duy2016-02-151-4/+13
| * | | dir.c: support tracing excludeNguyễn Thái Ngọc Duy2016-02-152-0/+6
* | | | Merge branch 'ce/https-public-key-pinning'Junio C Hamano2016-02-241-0/+8
|\ \ \ \
| * | | | http: implement public key pinningce/https-public-key-pinningChristoph Egger2016-02-151-0/+8
| | |_|/ | |/| |
* | | | Merge branch 'bc/http-empty-auth'Junio C Hamano2016-02-241-0/+6
|\ \ \ \
| * | | | http: add option to try authentication without usernamebc/http-empty-authbrian m. carlson2016-02-151-0/+6
| |/ / /
* | | | Merge branch 'ew/force-ipv4'Junio C Hamano2016-02-242-0/+15
|\ \ \ \
| * | | | connect & http: support -4 and -6 switches for remote operationsew/force-ipv4Eric Wong2016-02-122-0/+15
* | | | | 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
| |/ / / / / / / / / / / /