summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Fifth batch for 2.19 cycleJunio C Hamano2018-08-021-0/+107
* Merge branch 'jt/fetch-negotiator-skipping'Junio C Hamano2018-08-021-0/+9
|\
| * negotiator/skipping: skip commits during fetchJonathan Tan2018-07-161-0/+9
* | Merge branch 'en/dirty-merge-fixes'Junio C Hamano2018-08-021-3/+3
|\ \
| * | merge: fix misleading pre-merge check documentationElijah Newren2018-07-111-3/+3
* | | Merge branch 'js/rebase-merge-octopus'Junio C Hamano2018-08-022-4/+13
|\ \ \
| * | | rebase --rebase-merges: adjust man page for octopus supportJohannes Schindelin2018-07-111-3/+4
| * | | merge: allow reading the merge commit message from a fileJohannes Schindelin2018-07-111-1/+9
* | | | Merge branch 'tb/grep-only-matching'Junio C Hamano2018-08-021-1/+6
|\ \ \ \
| * | | | grep.c: teach 'git grep --only-matching'Taylor Blau2018-07-091-1/+6
* | | | | Merge branch 'jt/fetch-nego-tip'Junio C Hamano2018-08-021-0/+16
|\ \ \ \ \
| * | | | | fetch-pack: support negotiation tip whitelistJonathan Tan2018-07-031-0/+16
| | |_|_|/ | |/| | |
* | | | | Merge branch 'ab/checkout-default-remote'Junio C Hamano2018-08-023-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-022-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-025-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
|\ \ \ \ \ \ \ \ \ \ \