summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2018-10-15builtin/fetch-pack: remove constants with parse_oid_hexbrian m. carlson
2018-10-15builtin/mktree: remove hard-coded constantbrian m. carlson
2018-10-15builtin/repack: replace hard-coded constantsbrian m. carlson
2018-09-27Sync with 2.19.1Junio C Hamano
2018-09-27Sync with 2.18.1Junio C Hamano
2018-09-27Sync with 2.17.2Junio C Hamano
2018-09-27Sync with 2.16.5Junio C Hamano
2018-09-27Sync with 2.15.3Junio C Hamano
2018-09-27Sync with Git 2.14.4Junio C Hamano
2018-09-27submodule--helper: use "--" to signal end of clone optionsJeff King
2018-09-24Merge branch 'en/update-ref-no-deref-stdin'Junio C Hamano
2018-09-24Merge branch 'ms/remote-error-message-update'Junio C Hamano
2018-09-24Merge branch 'nd/attr-pathspec-fix'Junio C Hamano
2018-09-24Merge branch 'en/double-semicolon-fix'Junio C Hamano
2018-09-24Merge branch 'tb/void-check-attr'Junio C Hamano
2018-09-21add: do not accept pathspec magic 'attr'Nguyễn Thái Ngọc Duy
2018-09-17Merge branch 'ab/fetch-tags-noclobber'Junio C Hamano
2018-09-17Merge branch 'es/worktree-forced-ops-fix'Junio C Hamano
2018-09-17Merge branch 'ds/commit-graph-tests'Junio C Hamano
2018-09-17Merge branch 'rs/mailinfo-format-flowed'Junio C Hamano
2018-09-17Merge branch 'jk/cocci'Junio C Hamano
2018-09-17Merge branch 'es/format-patch-rangediff'Junio C Hamano
2018-09-17Merge branch 'es/format-patch-interdiff'Junio C Hamano
2018-09-17Merge branch 'cc/delta-islands'Junio C Hamano
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-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