summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge branch 'ew/repack-with-bitmaps-by-default'Junio C Hamano1-2/+16
2019-07-19Merge branch 'jk/check-connected-with-alternates'Junio C Hamano1-1/+0
2019-07-19Merge branch 'nd/tree-walk-with-repo'Junio C Hamano8-19/+27
2019-07-19Merge branch 'ra/cherry-pick-revert-skip'Junio C Hamano2-5/+13
2019-07-19Merge branch 'ds/commit-graph-incremental'Junio C Hamano3-16/+47
2019-07-19Merge branch 'br/blame-ignore'Junio C Hamano1-0/+56
2019-07-19Merge branch 'ds/midx-expire-repack'Junio C Hamano2-14/+14
2019-07-19clean: show an error message when the path is too longJohannes Schindelin1-1/+2
2019-07-18rm: resolving by removal is not a warning-worthy eventJunio C Hamano1-1/+1
2019-07-16stash: fix handling removed files with --keep-indexThomas Gummerer1-23/+9
2019-07-15log: add warning for unspecified log.mailmap settingAriadne Conill1-2/+24
2019-07-11Merge branch 'js/rebase-reschedule-applies-only-to-interactive'Junio C Hamano1-3/+7
2019-07-11env--helper: mark a file-local symbol as staticRamsay Jones1-1/+1
2019-07-11clone: replace strcmp by fspathcmpMatheus Tavares1-1/+1
2019-07-11clone: use dir-iterator to avoid explicit dir traversalMatheus Tavares1-22/+25
2019-07-11clone: extract function from copy_or_link_directoryMatheus Tavares1-8/+16
2019-07-11clone: copy hidden paths at local cloneMatheus Tavares1-1/+1
2019-07-11clone: better handle symlinked files at .git/objects/Matheus Tavares1-1/+1
2019-07-09Merge branch 'ds/fetch-disable-force-notice'Junio C Hamano2-1/+40
2019-07-09Merge branch 'jh/status-aheadbehind'Junio C Hamano1-1/+18
2019-07-09Merge branch 'ms/submodule-foreach-fix'Junio C Hamano1-0/+1
2019-07-09Merge branch 'jh/msvc'Junio C Hamano1-3/+3
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano7-328/+592
2019-07-09Merge branch 'jk/oidhash'Junio C Hamano7-22/+22
2019-07-09Merge branch 'jk/delta-islands-progress-fix'Junio C Hamano1-1/+1
2019-07-09Merge branch 'nd/fetch-multi-gc-once'Junio C Hamano1-6/+11
2019-07-09Merge branch 'es/rev-list-no-object-names'Junio C Hamano1-1/+18
2019-07-09Merge branch 'pw/rebase-abort-clean-rewritten'Junio C Hamano1-10/+29
2019-07-09Merge branch 'tg/stash-ref-by-index-fix'Junio C Hamano1-4/+5
2019-07-09Merge branch 'jk/trailers-use-config'Junio C Hamano1-0/+3
2019-07-09Merge branch 'rs/avoid-overflow-in-midpoint-computation'Junio C Hamano1-1/+1
2019-07-09Merge branch 'ds/close-object-store'Junio C Hamano8-9/+9
2019-07-09Merge branch 'ds/commit-graph-write-refactor'Junio C Hamano3-15/+19
2019-07-09Merge branch 'tm/tag-gpgsign-config'Junio C Hamano1-6/+16
2019-07-09Merge branch 'fc/fetch-with-import-fix'Junio C Hamano1-10/+18
2019-07-09Merge branch 'po/doc-branch'Junio C Hamano1-1/+2
2019-07-09Merge branch 'nb/branch-show-other-worktrees-head'Junio C Hamano1-4/+12
2019-07-09builtin/merge.c - cleanup of code in for-cycle that tests strategiesEdmundo Carmona Antoranz1-33/+20
2019-07-02cherry-pick/revert: advise using --skipRohit Ashiwal1-5/+8
2019-07-02cherry-pick/revert: add --skip optionRohit Ashiwal1-0/+5
2019-07-01repack: disable bitmaps-by-default if .keep files existEric Wong1-2/+16
2019-07-01object-store.h: move for_each_alternate_ref() from transport.hJeff King1-1/+0
2019-07-01rebase --am: ignore rebase.rescheduleFailedExecJohannes Schindelin1-3/+7
2019-06-28list-objects-filter-options: make filter_spec a string_listMatthew DeVore3-13/+10
2019-06-27tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy2-2/+2
2019-06-27tree-walk.c: remove the_repo from fill_tree_descriptor()Nguyễn Thái Ngọc Duy3-13/+17
2019-06-27sha1-file.c: remove the_repo from read_object_with_reference()Nguyễn Thái Ngọc Duy3-4/+8
2019-06-25builtin/fetch: remove unique promisor remote limitationChristian Couder1-15/+5
2019-06-25promisor-remote: parse remote.*.partialclonefilterChristian Couder1-1/+1
2019-06-25Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder5-13/+17