summaryrefslogtreecommitdiffstats
path: root/Documentation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/checkout-default-remote'Junio C Hamano2018-08-033-0/+44
|\
| * checkout & worktree: introduce checkout.defaultRemoteÆvar Arnfjörð Bjarmason2018-06-113-1/+38
| * checkout: add advice for ambiguous "checkout <branch>"Ævar Arnfjörð Bjarmason2018-06-111-0/+7
* | Merge branch 'sb/diff-color-move-more'Junio C Hamano2018-08-032-2/+36
|\ \
| * | diff.c: offer config option to control ws handling in move detectionStefan Beller2018-07-192-2/+10
| * | diff.c: add white space mode to move detection that allows indent changesStefan Beller2018-07-191-0/+5
| * | diff.c: decouple white space treatment from move detection algorithmStefan Beller2018-07-171-0/+17
| * | diff.c: add a blocks mode for moved code detectionStefan Beller2018-07-171-2/+6
* | | Merge branch 'ds/commit-graph-fsck'Junio C Hamano2018-08-035-27/+25
|\ \ \
| * | | commit-graph: update design documentDerrick Stolee2018-06-271-22/+0
| * | | gc: automatically write commit-graph filesDerrick Stolee2018-06-272-3/+10
| * | | commit-graph: add '--reachable' optionDerrick Stolee2018-06-271-2/+6
| * | | fsck: verify commit-graphDerrick Stolee2018-06-271-0/+3
| * | | commit-graph: add 'verify' subcommandDerrick Stolee2018-06-271-0/+6
* | | | Fourth batch for 2.19 cycleJunio C Hamano2018-07-241-0/+80
* | | | Merge branch 'wc/find-commit-with-pattern-on-detached-head'Junio C Hamano2018-07-241-1/+2
|\ \ \ \
| * | | | sha1-name.c: for ":/", find detached HEAD commitsWilliam Chargin2018-07-121-1/+2
* | | | | Merge branch 'jt/partial-clone-fsck-connectivity'Junio C Hamano2018-07-241-1/+3
|\ \ \ \ \
| * | | | | upload-pack: send refs' objects despite "filter"Jonathan Tan2018-07-091-1/+3
* | | | | | Merge branch 'bc/send-email-auto-cte'Junio C Hamano2018-07-241-6/+11
|\ \ \ \ \ \
| * | | | | | docs: correct RFC specifying email line lengthbrian m. carlson2018-07-091-1/+1
| * | | | | | send-email: automatically determine transfer-encodingbrian m. carlson2018-07-091-2/+1
| * | | | | | send-email: accept long lines with suitable transfer encodingbrian m. carlson2018-07-091-2/+5
| * | | | | | send-email: add an auto option for transfer encodingbrian m. carlson2018-07-091-4/+7
* | | | | | | Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano2018-07-242-1/+34
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | upload-pack: implement ref-in-wantBrandon Williams2018-06-282-1/+34
| |/ / / / /
* | | | | | Merge branch 'en/rebase-consistency'Junio C Hamano2018-07-242-27/+223
|\ \ \ \ \ \
| * | | | | | git-rebase: make --allow-empty-message the defaultElijah Newren2018-06-271-10/+0
| * | | | | | git-rebase.txt: document behavioral differences between modesElijah Newren2018-06-272-0/+55
| * | | | | | directory-rename-detection.txt: technical docs on abilities and limitationsElijah Newren2018-06-271-0/+92
| * | | | | | git-rebase.txt: address confusion between --no-ff vs --force-rebaseElijah Newren2018-06-271-20/+10
| * | | | | | git-rebase.txt: document incompatible optionsElijah Newren2018-06-261-8/+77
| |/ / / / /
* | | | | | Third batch for 2.19 cycleJunio C Hamano2018-07-181-1/+59
* | | | | | Merge branch 'ms/core-icase-doc'Junio C Hamano2018-07-181-3/+6
|\ \ \ \ \ \
| * | | | | | Documentation: declare "core.ignoreCase" as internal variableMarc Strapetz2018-06-281-3/+6
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'ds/commit-graph'Junio C Hamano2018-07-181-5/+5
|\ \ \ \ \ \
| * | | | | | commit-graph: fix documentation inconsistenciesDerrick Stolee2018-06-281-5/+5
* | | | | | | Merge branch 'tz/exclude-doc-smallfixes'Junio C Hamano2018-07-181-1/+1
|\ \ \ \ \ \ \
| * | | | | | | gitignore.txt: clarify default core.excludesfile pathTodd Zullinger2018-06-271-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'js/rebase-recreate-merge'Junio C Hamano2018-07-181-1/+1
|\ \ \ \ \ \ \
| * | | | | | | rebase: fix documentation formattingVladimir Parfinenko2018-06-271-1/+1
* | | | | | | | Merge branch 'jk/branch-l-0-deprecation'Junio C Hamano2018-07-181-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | branch: deprecate "-l" optionJeff King2018-06-221-1/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'tb/grep-column'Junio C Hamano2018-07-182-2/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | grep.c: add configuration variables to show matched optionTaylor Blau2018-06-222-0/+8
| * | | | | | | | builtin/grep.c: add '--column' option to 'git-grep(1)'Taylor Blau2018-06-221-1/+5
| * | | | | | | | Documentation/config.txt: camel-case lineNumber for consistencyTaylor Blau2018-06-211-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'vs/typofixes'Junio C Hamano2018-07-1813-15/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Documentation: spelling and grammar fixesVille Skyttä2018-06-2213-15/+15
| |/ / / / / / /
* | | | | | | | Merge branch 'bw/protocol-v2'Junio C Hamano2018-07-181-2/+1
|\ \ \ \ \ \ \ \