summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2019-01-18Merge branch 'js/gc-repack-close-before-remove'Libravatar Junio C Hamano2-1/+5
2019-01-18Merge branch 'nd/worktree-remove-with-uninitialized-submodules'Libravatar Junio C Hamano1-6/+23
2019-01-18Merge branch 'sb/submodule-unset-core-worktree-when-worktree-is-lost'Libravatar Junio C Hamano1-1/+3
2019-01-18Merge branch 'jn/stripspace-wo-repository'Libravatar Junio C Hamano1-1/+2
2019-01-18Merge branch 'sb/submodule-fetchjobs-default-to-one'Libravatar Junio C Hamano1-1/+1
2019-01-18Merge branch 'nd/style-opening-brace'Libravatar Junio C Hamano2-2/+5
2019-01-18Add 'human' date formatLibravatar Linus Torvalds1-0/+4
2019-01-18built-in rebase: call `git am` directlyLibravatar Johannes Schindelin1-0/+179
2019-01-18rebase: teach `reset_head()` to optionally skip the worktreeLibravatar Johannes Schindelin1-1/+7
2019-01-18rebase: avoid double reflog entry when switching branchesLibravatar Johannes Schindelin1-3/+4
2019-01-18rebase: move `reset_head()` into a better spotLibravatar Johannes Schindelin1-119/+119
2019-01-17pack-objects: create GIT_TEST_PACK_SPARSELibravatar Derrick Stolee1-0/+1
2019-01-17pack-objects: create pack.useSparse settingLibravatar Derrick Stolee1-0/+4
2019-01-17list-objects: consume sparse tree walkLibravatar Derrick Stolee2-2/+5
2019-01-17add: use separate ADD_CACHE_RENORMALIZE flagLibravatar Jeff King1-1/+1
2019-01-15filter-options: expand scaled numbersLibravatar Josh Steadmon2-2/+11
2019-01-15Merge branch 'nd/the-index' into md/list-objects-filter-by-depthLibravatar Junio C Hamano19-50/+65
2019-01-15add --edit: truncate the patch fileLibravatar Johannes Schindelin1-1/+1
2019-01-15tree-walk: store object_id in a separate memberLibravatar brian m. carlson4-18/+18
2019-01-14Merge branch 'nd/indentation-fix'Libravatar Junio C Hamano2-2/+2
2019-01-14Merge branch 'md/exclude-promisor-objects-fix-cleanup'Libravatar Junio C Hamano3-5/+8
2019-01-14Merge branch 'nd/checkout-noisy'Libravatar Junio C Hamano3-11/+36
2019-01-14Merge branch 'nd/attr-pathspec-in-tree-walk'Libravatar Junio C Hamano6-7/+11
2019-01-14read-cache.c: remove the_* from index_has_changes()Libravatar Nguyễn Thái Ngọc Duy1-3/+3
2019-01-14merge-recursive.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy4-4/+4
2019-01-14sha1-name.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy4-5/+10
2019-01-14read-cache.c: replace update_index_if_able with repo_&Libravatar Nguyễn Thái Ngọc Duy4-6/+5
2019-01-14read-cache.c: kill read_index()Libravatar Nguyễn Thái Ngọc Duy4-7/+7
2019-01-14checkout: avoid the_index when possibleLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2019-01-14notes-utils.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy3-10/+15
2019-01-14grep: use grep_opt->repo instead of explict repo argumentLibravatar Nguyễn Thái Ngọc Duy1-17/+24
2019-01-14Merge branch 'ms/packet-err-check' into jt/fetch-v2-sidebandLibravatar Junio C Hamano4-40/+47
2019-01-14fetch: fix extensions.partialclone name in error messageLibravatar Christian Couder1-2/+4
2019-01-11merge-recursive: copy $GITHEAD stringsLibravatar Jeff King1-5/+10
2019-01-11init: make a copy of $GIT_DIR stringLibravatar Jeff King1-2/+4
2019-01-11config: make a copy of $GIT_CONFIG stringLibravatar Jeff King1-1/+1
2019-01-11commit: copy saved getenv() resultLibravatar Jeff King1-1/+2
2019-01-11log: add %S option (like --source) to log --formatLibravatar Issac Trotts1-1/+1
2019-01-11gc/repack: release packs when neededLibravatar Johannes Schindelin2-1/+5
2019-01-10fetch-pack: support protocol version 2Libravatar Jonathan Tan1-3/+6
2019-01-08convert has_sha1_file() callers to has_object_file()Libravatar Jeff King4-7/+6
2019-01-08update comment references to sha1_object_info()Libravatar Jeff King2-5/+5
2019-01-07rebase: implement --merge via the interactive machineryLibravatar Elijah Newren1-9/+6
2019-01-07worktree: allow to (re)move worktrees with uninitialized submodulesLibravatar Nguyễn Thái Ngọc Duy1-6/+23
2019-01-04Merge branch 'sg/clone-initial-fetch-configuration'Libravatar Junio C Hamano1-14/+19
2019-01-04Merge branch 'nd/checkout-dwim-fix'Libravatar Junio C Hamano1-5/+13
2019-01-04Merge branch 'en/fast-export-import'Libravatar Junio C Hamano1-53/+137
2019-01-04Merge branch 'nd/the-index'Libravatar Junio C Hamano19-50/+65
2019-01-04Merge branch 'jk/loose-object-cache'Libravatar Junio C Hamano4-29/+21
2019-01-04Merge branch 'nd/i18n'Libravatar Junio C Hamano5-99/+128