summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* create_bundle(): drop unused "header" parameterJeff King2019-01-241-2/+1
* Merge branch 'js/gc-repack-close-before-remove'Junio C Hamano2019-01-182-1/+5
|\
| * gc/repack: release packs when neededJohannes Schindelin2019-01-112-1/+5
* | Merge branch 'nd/worktree-remove-with-uninitialized-submodules'Junio C Hamano2019-01-181-6/+23
|\ \
| * | worktree: allow to (re)move worktrees with uninitialized submodulesNguyễn Thái Ngọc Duy2019-01-071-6/+23
* | | Merge branch 'sb/submodule-unset-core-worktree-when-worktree-is-lost'Junio C Hamano2019-01-181-1/+3
|\ \ \
| * | | submodule deinit: unset core.worktreeStefan Beller2018-12-261-0/+2
| * | | submodule--helper: fix BUG message in ensure_core_worktreeStefan Beller2018-12-261-1/+1
| |/ /
* | | Merge branch 'jn/stripspace-wo-repository'Junio C Hamano2019-01-181-1/+2
|\ \ \
| * | | stripspace: allow -s/-c outside git repositoryJonathan Nieder2018-12-271-1/+2
| |/ /
* | | Merge branch 'sb/submodule-fetchjobs-default-to-one'Junio C Hamano2019-01-181-1/+1
|\ \ \
| * | | submodule update: run at most one fetch job unless otherwise setJunio C Hamano2018-12-141-1/+1
* | | | Merge branch 'nd/style-opening-brace'Junio C Hamano2019-01-182-2/+5
|\ \ \ \
| * | | | style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy2018-12-102-2/+5
| |/ / /
* | | | Merge branch 'nd/indentation-fix'Junio C Hamano2019-01-152-2/+2
|\ \ \ \
| * | | | Indent code with TABsNguyễn Thái Ngọc Duy2018-12-092-2/+2
| |/ / /
* | | | Merge branch 'md/exclude-promisor-objects-fix-cleanup'Junio C Hamano2019-01-153-5/+8
|\ \ \ \
| * | | | revision.c: put promisor option in specialized structMatthew DeVore2018-12-063-5/+8
* | | | | Merge branch 'nd/checkout-noisy'Junio C Hamano2019-01-153-11/+36
|\ \ \ \ \
| * | | | | checkout: print something when checking out pathsNguyễn Thái Ngọc Duy2018-11-143-11/+36
* | | | | | Merge branch 'nd/attr-pathspec-in-tree-walk'Junio C Hamano2019-01-156-7/+11
|\ \ \ \ \ \
| * | | | | | tree-walk.c: make tree_entry_interesting() take an indexNguyễn Thái Ngọc Duy2018-11-192-2/+3
| * | | | | | tree.c: make read_tree*() take 'struct repository *'Nguyễn Thái Ngọc Duy2018-11-194-5/+8
* | | | | | | Merge branch 'sg/clone-initial-fetch-configuration'Junio C Hamano2019-01-041-14/+19
|\ \ \ \ \ \ \
| * | | | | | | clone: respect additional configured fetch refspecs during initial fetchSZEDER Gábor2018-11-161-10/+15
| * | | | | | | 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-041-5/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | checkout: disambiguate dwim tracking branches and local filesNguyễn Thái Ngọc Duy2018-11-141-5/+13
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'en/fast-export-import'Junio C Hamano2019-01-041-53/+137
|\ \ \ \ \ \ \ \
| * | | | | | | | fast-export: add a --show-original-ids option to show original namesElijah Newren2018-11-171-5/+15
| * | | | | | | | fast-export: add --reference-excluded-parents optionElijah Newren2018-11-171-10/+32
| * | | | | | | | fast-export: ensure we export requested refsElijah Newren2018-11-171-12/+42
| * | | | | | | | fast-export: when using paths, avoid corrupt stream with non-existent markElijah Newren2018-11-171-1/+12
| * | | | | | | | 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-171-3/+6
| * | | | | | | | fast-export: use value from correct enumElijah Newren2018-11-171-6/+6
| * | | | | | | | fast-export: convert sha1 to oidElijah Newren2018-11-171-12/+13
| |/ / / / / / /
* | | | | | | | Merge branch 'nd/the-index'Junio C Hamano2019-01-0419-50/+65
|\ \ \ \ \ \ \ \
| * | | | | | | | rebase-interactive.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-1/+1
| * | | | | | | | rerere.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-124-8/+10
| * | | | | | | | pack-*.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-1/+1
| * | | | | | | | pack-check.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-1/+2
| * | | | | | | | diff-lib.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-122-2/+3
| * | | | | | | | delta-islands.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-2/+2
| * | | | | | | | cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-123-3/+5
| * | | | | | | | bundle.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-3/+4
| * | | | | | | | branch.c: remove the_repository referenceNguyễn Thái Ngọc Duy2018-11-125-7/+10
| * | | | | | | | bisect.c: remove the_repository referenceNguyễn Thái Ngọc Duy2018-11-121-1/+1
| * | | | | | | | sequencer.c: remove implicit dependency on the_repositoryNguyễn Thái Ngọc Duy2018-11-122-6/+7
| * | | | | | | | sequencer.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-124-6/+7