summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2019-09-30Merge branch 'jk/misc-uninitialized-fixes'Junio C Hamano
2019-09-30Merge branch 'rs/get-tagged-oid'Junio C Hamano
2019-09-30Merge branch 'tg/push-all-in-mirror-forbidden'Junio C Hamano
2019-09-30Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-09-30Merge branch 'rs/strbuf-detach'Junio C Hamano
2019-09-28builtin/submodule--helper: fix usage string for 'update-clone'Bert Wesarg
2019-09-28fast-export: fix exporting a tag and nothing elseElijah Newren
2019-09-28name-rev: avoid cutoff timestamp underflowSZEDER Gábor
2019-09-20stash: make sure to write refreshed cacheThomas Gummerer
2019-09-20merge: use refresh_and_write_cacheThomas Gummerer
2019-09-20factor out refresh_and_write_cache functionThomas Gummerer
2019-09-18commit-graph: add --[no-]progress to write and verifyGarima Singh
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano
2019-09-18Merge branch 'cc/multi-promisor'Junio C Hamano
2019-09-18Merge branch 'js/pre-merge-commit-hook'Junio C Hamano
2019-09-18Merge branch 'jk/drop-release-pack-memory'Junio C Hamano
2019-09-18Merge branch 'js/rebase-r-strategy'Junio C Hamano
2019-09-17clean: fix theoretical path corruptionElijah Newren
2019-09-17clean: rewrap overly long lineElijah Newren
2019-09-17clean: avoid removing untracked files in a nested git repositoryElijah Newren
2019-09-17clean: disambiguate the definition of -dElijah Newren
2019-09-16fetch: use oidset to keep the want OIDs for faster lookupMasaya Suzuki
2019-09-16list-objects-filter: delay parsing of sparse oidJeff King
2019-09-09Merge branch 'cb/fetch-set-upstream'Junio C Hamano
2019-09-09Merge branch 'en/checkout-mismerge-fix'Junio C Hamano
2019-09-09Merge branch 'ds/feature-macros'Junio C Hamano
2019-09-09commit-graph: turn off save_commit_bufferJeff King
2019-09-07builtin/rebase.c: Remove pointless messageBen Wijen
2019-09-07builtin/rebase.c: make sure the active branch isn't moved when autostashingBen Wijen
2019-09-06pack-objects: drop packlist index_pos optimizationJeff King
2019-09-06pack-objects: use object_id in packlist_alloc()Jeff King
2019-09-06git-am: handle missing "author" when parsing commitJeff King
2019-09-05use get_tagged_oid()René Scharfe
2019-09-05treewide: rename 'exclude' methods to 'pattern'Derrick Stolee
2019-09-05treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'Derrick Stolee
2019-09-05treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee
2019-09-05treewide: rename 'struct exclude' to 'struct path_pattern'Derrick Stolee
2019-09-03fetch: add fetch.writeCommitGraph config settingDerrick Stolee
2019-09-03push: disallow --all and refspecs when remote.<name>.mirror is setThomas Gummerer
2019-08-30checkout: add simple check for 'git checkout -b'Derrick Stolee
2019-08-27rebase: teach rebase --keep-baseDenton Liu
2019-08-27rebase: fast-forward --fork-point in more casesDenton Liu
2019-08-27rebase: fast-forward --onto in more casesDenton Liu
2019-08-27rebase: refactor can_fast_forward into goto towerDenton Liu
2019-08-26grep: use return value of strbuf_detach()René Scharfe
2019-08-22Merge branch 'sg/worktree-remove-errormsg'Junio C Hamano
2019-08-22Merge branch 'sg/commit-graph-validate'Junio C Hamano
2019-08-22Merge branch 'vn/restore-empty-ita-corner-case-fix'Junio C Hamano
2019-08-22Merge branch 'jk/tree-walk-overflow'Junio C Hamano
2019-08-22Merge branch 'mt/grep-submodules-working-tree'Junio C Hamano