summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | stash: tolerate missing user identitySlavica Djukic2018-11-192-0/+45
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'sg/clone-initial-fetch-configuration'Junio C Hamano2019-01-043-14/+72
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Documentation/clone: document ignored configuration variablesSZEDER Gábor2018-11-161-0/+6
| * | | | | | | | | | | | | clone: respect additional configured fetch refspecs during initial fetchSZEDER Gábor2018-11-162-10/+62
| * | | | | | | | | | | | | clone: use a more appropriate variable name for the default refspecSZEDER Gábor2018-11-161-6/+6
* | | | | | | | | | | | | | Merge branch 'nd/checkout-dwim-fix'Junio C Hamano2019-01-044-6/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | checkout: disambiguate dwim tracking branches and local filesNguyễn Thái Ngọc Duy2018-11-144-6/+50
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'ab/push-dwim-dst'Junio C Hamano2019-01-046-13/+156
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | push doc: document the DWYM behavior pushing to unqualified <dst>Ævar Arnfjörð Bjarmason2018-11-141-0/+23
| * | | | | | | | | | | | | | push: test that <src> doesn't DWYM if <dst> is unqualifiedÆvar Arnfjörð Bjarmason2018-11-141-0/+27
| * | | | | | | | | | | | | | push: add an advice on unqualified <dst> pushÆvar Arnfjörð Bjarmason2018-11-145-0/+75
| * | | | | | | | | | | | | | push: move unqualified refname error into a functionÆvar Arnfjörð Bjarmason2018-11-141-16/+22
| * | | | | | | | | | | | | | push: improve the error shown on unqualified <dst> pushÆvar Arnfjörð Bjarmason2018-11-141-6/+16
| * | | | | | | | | | | | | | i18n: remote.c: mark error(...) messages for translationÆvar Arnfjörð Bjarmason2018-11-141-17/+18
| * | | | | | | | | | | | | | remote.c: add braces in anticipation of a follow-up changeÆvar Arnfjörð Bjarmason2018-11-141-7/+9
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'en/fast-export-import'Junio C Hamano2019-01-045-214/+268
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | fast-export: add a --show-original-ids option to show original namesElijah Newren2018-11-175-5/+67
| * | | | | | | | | | | | | | fast-import: remove unmaintained duplicate documentationElijah Newren2018-11-171-154/+0
| * | | | | | | | | | | | | | fast-export: add --reference-excluded-parents optionElijah Newren2018-11-173-12/+58
| * | | | | | | | | | | | | | fast-export: ensure we export requested refsElijah Newren2018-11-172-15/+55
| * | | | | | | | | | | | | | fast-export: when using paths, avoid corrupt stream with non-existent markElijah Newren2018-11-172-1/+32
| * | | | | | | | | | | | | | fast-export: move commit rewriting logic into a function for reuseElijah Newren2018-11-171-15/+22
| * | | | | | | | | | | | | | fast-export: avoid dying when filtering by paths and old tags existElijah Newren2018-11-172-3/+22
| * | | | | | | | | | | | | | fast-export: use value from correct enumElijah Newren2018-11-171-6/+6
| * | | | | | | | | | | | | | git-fast-export.txt: clarify misleading documentation about rev-list argsElijah Newren2018-11-171-1/+2
| * | | | | | | | | | | | | | git-fast-import.txt: fix documentation for --quiet optionElijah Newren2018-11-171-3/+4
| * | | | | | | | | | | | | | fast-export: convert sha1 to oidElijah Newren2018-11-171-12/+13
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'nd/the-index'Junio C Hamano2019-01-0466-491/+652
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | rebase-interactive.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-123-5/+8
| * | | | | | | | | | | | | | rerere.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-126-24/+26
| * | | | | | | | | | | | | | pack-*.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-126-14/+21
| * | | | | | | | | | | | | | pack-check.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-123-6/+10
| * | | | | | | | | | | | | | notes-cache.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-129-21/+28
| * | | | | | | | | | | | | | line-log.c: remove the_repository referenceNguyễn Thái Ngọc Duy2018-11-121-1/+1
| * | | | | | | | | | | | | | diff-lib.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-125-8/+11
| * | | | | | | | | | | | | | delta-islands.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-123-15/+22
| * | | | | | | | | | | | | | cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-128-19/+25
| * | | | | | | | | | | | | | bundle.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-124-20/+24
| * | | | | | | | | | | | | | branch.c: remove the_repository referenceNguyễn Thái Ngọc Duy2018-11-127-19/+27
| * | | | | | | | | | | | | | bisect.c: remove the_repository referenceNguyễn Thái Ngọc Duy2018-11-123-22/+33
| * | | | | | | | | | | | | | blame.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy2018-11-121-17/+22
| * | | | | | | | | | | | | | sequencer.c: remove implicit dependency on the_repositoryNguyễn Thái Ngọc Duy2018-11-125-77/+86
| * | | | | | | | | | | | | | sequencer.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-126-152/+197
| * | | | | | | | | | | | | | transport.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-123-5/+8
| * | | | | | | | | | | | | | notes-merge.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy2018-11-121-2/+2
| * | | | | | | | | | | | | | notes-merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-123-7/+12
| * | | | | | | | | | | | | | list-objects.c: reduce the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-2/+2
| * | | | | | | | | | | | | | list-objects-filter.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-123-6/+15
| * | | | | | | | | | | | | | wt-status.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy2018-11-123-10/+14
| * | | | | | | | | | | | | | wt-status.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-126-47/+66