summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2018-09-17Merge branch 'jk/trailer-fixes'Junio C Hamano
2018-09-17Merge branch 'jk/pack-delta-reuse-with-bitmap'Junio C Hamano
2018-09-17Merge branch 'ds/reachable'Junio C Hamano
2018-09-17Merge branch 'sb/submodule-update-in-c'Junio C Hamano
2018-09-17Merge branch 'tg/rerere'Junio C Hamano
2018-09-17Merge branch 'ds/multi-pack-index'Junio C Hamano
2018-09-17Merge branch 'jk/branch-l-1-repurpose'Junio C Hamano
2018-09-17Merge branch 'jk/rev-list-stdin-noop-is-ok'Junio C Hamano
2018-09-17Merge branch 'bp/checkout-new-branch-optim'Junio C Hamano
2018-09-17Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano
2018-09-17fsck: verify multi-pack-indexDerrick Stolee
2018-09-17multi-pack-index: add 'verify' verbDerrick Stolee
2018-09-17commit-graph write: add progress outputÆvar Arnfjörð Bjarmason
2018-09-14builtin/remote: quote remote name on error to display empty nameShulhan
2018-09-12update-ref: allow --no-deref with --stdinElijah Newren
2018-09-12update-ref: fix type of update_flags variable to match its usageElijah Newren
2018-09-12Make git_check_attr() a void functionTorsten Bögershausen
2018-09-08Revert "Merge branch 'sb/submodule-core-worktree'"Jonathan Nieder
2018-09-05Remove superfluous trailing semicolonsElijah Newren
2018-09-04Merge branch 'en/directory-renames-nothanks'Junio C Hamano
2018-08-31fetch: stop clobbering existing tags without --forceÆvar Arnfjörð Bjarmason
2018-08-31fetch: change "branch" to "reference" in --force -h outputÆvar Arnfjörð Bjarmason
2018-08-30worktree: delete .git/worktrees if empty after 'remove'Eric Sunshine
2018-08-30worktree: teach 'remove' to override lock when --force given twiceEric Sunshine
2018-08-30worktree: teach 'move' to override lock when --force given twiceEric Sunshine
2018-08-30worktree: teach 'add' to respect --force for registered but missing pathEric Sunshine
2018-08-30worktree: disallow adding same path multiple timesEric Sunshine
2018-08-30worktree: prepare for more checks of whether path can become worktreeEric Sunshine
2018-08-30worktree: generalize delete_git_dir() to reduce code duplicationEric Sunshine
2018-08-30worktree: move delete_git_dir() earlier in file for upcoming new callersEric Sunshine
2018-08-30am: avoid directory rename detection when calling recursive merge machineryElijah Newren
2018-08-29mailinfo: support format=flowedRené Scharfe
2018-08-29convert hashmap comparison functions to oideq()Jeff King
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-08-29convert "hashcmp() == 0" to hasheq()Jeff King
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-08-29commit-graph: define GIT_TEST_COMMIT_GRAPHDerrick Stolee
2018-08-27Merge branch 'ja/i18n-message-fixes'Junio C Hamano
2018-08-27Merge branch 'js/range-diff'Junio C Hamano
2018-08-27Merge branch 'rs/opt-updates'Junio C Hamano
2018-08-27Merge branch 'ep/worktree-quiet-option'Junio C Hamano
2018-08-27Merge branch 'sm/branch-sort-config'Junio C Hamano
2018-08-27range-diff: update stale summary of --no-dual-colorKyle Meyer
2018-08-23i18n: fix mistakes in translated stringsJean-Noël Avila
2018-08-23interpret-trailers: allow suppressing "---" dividerJeff King
2018-08-22rev-list: make empty --stdin not an errorJeff King
2018-08-22Merge branch 'nd/pack-deltify-regression-fix'Junio C Hamano
2018-08-21pack-objects: reuse on-disk deltas for thin "have" objectsJeff King
2018-08-21parseopt: group literal string alternatives in argument helpRené Scharfe