summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Git 2.8-rc1v2.8.0-rc1Junio C Hamano2016-03-041-0/+12
* documentation: fix some typosThomas Ackermann2016-03-032-2/+2
* Git 2.8-rc0v2.8.0-rc0Junio C Hamano2016-02-261-0/+95
* Merge branch 'ls/makefile-cflags-developer-tweak'Junio C Hamano2016-02-261-0/+5
|\
| * add DEVELOPER makefile knob to check for acknowledged warningsls/makefile-cflags-developer-tweakLars Schneider2016-02-251-0/+5
* | Merge branch 'fa/merge-recursive-no-rename'Junio C Hamano2016-02-261-2/+10
|\ \
| * | merge-strategies.txt: fix typoFelipe Gonçalves Assis2016-02-221-2/+2
| * | merge-recursive: more consistent interfaceFelipe Gonçalves Assis2016-02-171-4/+6
| * | merge-recursive: option to disable renamesFelipe Gonçalves Assis2016-02-171-0/+6
* | | Merge branch 'mm/push-simple-doc'Junio C Hamano2016-02-261-0/+7
|\ \ \
| * | | Documentation/git-push: document that 'simple' is the defaultmm/push-simple-docMatthieu Moy2016-02-231-0/+7
* | | | Merge branch 'jg/credential-cache-chdir-to-sockdir'Junio C Hamano2016-02-261-1/+1
|\ \ \ \
| * | | | credential-cache--daemon: disallow relative socket pathJon Griffiths2016-02-231-1/+1
* | | | | Merge branch 'ls/config-origin'Junio C Hamano2016-02-261-5/+11
|\ \ \ \ \
| * | | | | config: add '--show-origin' option to print the origin of a config valuels/config-originLars Schneider2016-02-221-5/+11
| | |_|/ / | |/| | |
* | | | | 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