Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | stash: tolerate missing user identity | Slavica Djukic | 2018-11-19 | 2 | -0/+45 | |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'sg/clone-initial-fetch-configuration' | Junio C Hamano | 2019-01-04 | 3 | -14/+72 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Documentation/clone: document ignored configuration variables | SZEDER Gábor | 2018-11-16 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | clone: respect additional configured fetch refspecs during initial fetch | SZEDER Gábor | 2018-11-16 | 2 | -10/+62 | |
| * | | | | | | | | | | | | | clone: use a more appropriate variable name for the default refspec | SZEDER Gábor | 2018-11-16 | 1 | -6/+6 | |
* | | | | | | | | | | | | | | Merge branch 'nd/checkout-dwim-fix' | Junio C Hamano | 2019-01-04 | 4 | -6/+50 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | checkout: disambiguate dwim tracking branches and local files | Nguyễn Thái Ngọc Duy | 2018-11-14 | 4 | -6/+50 | |
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'ab/push-dwim-dst' | Junio C Hamano | 2019-01-04 | 6 | -13/+156 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | push doc: document the DWYM behavior pushing to unqualified <dst> | Ævar Arnfjörð Bjarmason | 2018-11-14 | 1 | -0/+23 | |
| * | | | | | | | | | | | | | | push: test that <src> doesn't DWYM if <dst> is unqualified | Ævar Arnfjörð Bjarmason | 2018-11-14 | 1 | -0/+27 | |
| * | | | | | | | | | | | | | | push: add an advice on unqualified <dst> push | Ævar Arnfjörð Bjarmason | 2018-11-14 | 5 | -0/+75 | |
| * | | | | | | | | | | | | | | push: move unqualified refname error into a function | Ævar Arnfjörð Bjarmason | 2018-11-14 | 1 | -16/+22 | |
| * | | | | | | | | | | | | | | push: improve the error shown on unqualified <dst> push | Ævar Arnfjörð Bjarmason | 2018-11-14 | 1 | -6/+16 | |
| * | | | | | | | | | | | | | | i18n: remote.c: mark error(...) messages for translation | Ævar Arnfjörð Bjarmason | 2018-11-14 | 1 | -17/+18 | |
| * | | | | | | | | | | | | | | remote.c: add braces in anticipation of a follow-up change | Ævar Arnfjörð Bjarmason | 2018-11-14 | 1 | -7/+9 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge branch 'en/fast-export-import' | Junio C Hamano | 2019-01-04 | 5 | -214/+268 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | fast-export: add a --show-original-ids option to show original names | Elijah Newren | 2018-11-17 | 5 | -5/+67 | |
| * | | | | | | | | | | | | | | fast-import: remove unmaintained duplicate documentation | Elijah Newren | 2018-11-17 | 1 | -154/+0 | |
| * | | | | | | | | | | | | | | fast-export: add --reference-excluded-parents option | Elijah Newren | 2018-11-17 | 3 | -12/+58 | |
| * | | | | | | | | | | | | | | fast-export: ensure we export requested refs | Elijah Newren | 2018-11-17 | 2 | -15/+55 | |
| * | | | | | | | | | | | | | | fast-export: when using paths, avoid corrupt stream with non-existent mark | Elijah Newren | 2018-11-17 | 2 | -1/+32 | |
| * | | | | | | | | | | | | | | fast-export: move commit rewriting logic into a function for reuse | Elijah Newren | 2018-11-17 | 1 | -15/+22 | |
| * | | | | | | | | | | | | | | fast-export: avoid dying when filtering by paths and old tags exist | Elijah Newren | 2018-11-17 | 2 | -3/+22 | |
| * | | | | | | | | | | | | | | fast-export: use value from correct enum | Elijah Newren | 2018-11-17 | 1 | -6/+6 | |
| * | | | | | | | | | | | | | | git-fast-export.txt: clarify misleading documentation about rev-list args | Elijah Newren | 2018-11-17 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | git-fast-import.txt: fix documentation for --quiet option | Elijah Newren | 2018-11-17 | 1 | -3/+4 | |
| * | | | | | | | | | | | | | | fast-export: convert sha1 to oid | Elijah Newren | 2018-11-17 | 1 | -12/+13 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge branch 'nd/the-index' | Junio C Hamano | 2019-01-04 | 66 | -491/+652 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | rebase-interactive.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 2018-11-12 | 3 | -5/+8 | |
| * | | | | | | | | | | | | | | rerere.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 2018-11-12 | 6 | -24/+26 | |
| * | | | | | | | | | | | | | | pack-*.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 2018-11-12 | 6 | -14/+21 | |
| * | | | | | | | | | | | | | | pack-check.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 2018-11-12 | 3 | -6/+10 | |
| * | | | | | | | | | | | | | | notes-cache.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 2018-11-12 | 9 | -21/+28 | |
| * | | | | | | | | | | | | | | line-log.c: remove the_repository reference | Nguyễn Thái Ngọc Duy | 2018-11-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | diff-lib.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 2018-11-12 | 5 | -8/+11 | |
| * | | | | | | | | | | | | | | delta-islands.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 2018-11-12 | 3 | -15/+22 | |
| * | | | | | | | | | | | | | | cache-tree.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 2018-11-12 | 8 | -19/+25 | |
| * | | | | | | | | | | | | | | bundle.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 2018-11-12 | 4 | -20/+24 | |
| * | | | | | | | | | | | | | | branch.c: remove the_repository reference | Nguyễn Thái Ngọc Duy | 2018-11-12 | 7 | -19/+27 | |
| * | | | | | | | | | | | | | | bisect.c: remove the_repository reference | Nguyễn Thái Ngọc Duy | 2018-11-12 | 3 | -22/+33 | |
| * | | | | | | | | | | | | | | blame.c: remove implicit dependency the_repository | Nguyễn Thái Ngọc Duy | 2018-11-12 | 1 | -17/+22 | |
| * | | | | | | | | | | | | | | sequencer.c: remove implicit dependency on the_repository | Nguyễn Thái Ngọc Duy | 2018-11-12 | 5 | -77/+86 | |
| * | | | | | | | | | | | | | | sequencer.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-11-12 | 6 | -152/+197 | |
| * | | | | | | | | | | | | | | transport.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-11-12 | 3 | -5/+8 | |
| * | | | | | | | | | | | | | | notes-merge.c: remove implicit dependency the_repository | Nguyễn Thái Ngọc Duy | 2018-11-12 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | notes-merge.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-11-12 | 3 | -7/+12 | |
| * | | | | | | | | | | | | | | list-objects.c: reduce the_repository references | Nguyễn Thái Ngọc Duy | 2018-11-12 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | list-objects-filter.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-11-12 | 3 | -6/+15 | |
| * | | | | | | | | | | | | | | wt-status.c: remove implicit dependency the_repository | Nguyễn Thái Ngọc Duy | 2018-11-12 | 3 | -10/+14 | |
| * | | | | | | | | | | | | | | wt-status.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-11-12 | 6 | -47/+66 |