summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2019-12-06Merge branch 'rs/use-skip-prefix-more'Junio C Hamano
2019-12-05Merge branch 'mg/submodule-status-from-a-subdirectory'Junio C Hamano
2019-12-05Merge branch 'nl/reset-patch-takes-a-tree'Junio C Hamano
2019-12-05Merge branch 'jk/fail-show-toplevel-outside-working-tree'Junio C Hamano
2019-12-05Merge branch 'sg/unpack-progress-throughput'Junio C Hamano
2019-12-05Merge branch 'dl/range-diff-with-notes'Junio C Hamano
2019-12-05Merge branch 'js/builtin-add-i'Junio C Hamano
2019-12-01Merge branch 'ds/test-read-graph'Junio C Hamano
2019-12-01Merge branch 'jt/fetch-remove-lazy-fetch-plugging'Junio C Hamano
2019-12-01Merge branch 'tg/stash-refresh-index'Junio C Hamano
2019-12-01Merge branch 'rj/bundle-ui-updates'Junio C Hamano
2019-12-01Merge branch 'en/doc-typofix'Junio C Hamano
2019-12-01Merge branch 'js/fetch-multi-lockfix'Junio C Hamano
2019-12-01Merge branch 'rt/fetch-message-fix'Junio C Hamano
2019-12-01Merge branch 'pb/no-recursive-reset-hard-in-worktree-add'Junio C Hamano
2019-12-01Merge branch 'sg/blame-indent-heuristics-is-now-the-default'Junio C Hamano
2019-12-01Merge branch 'mr/clone-dir-exists-to-path-exists'Junio C Hamano
2019-12-01Merge branch 'jk/cleanup-object-parsing-and-fsck'Junio C Hamano
2019-11-27name-rev: use skip_prefix() instead of starts_with()René Scharfe
2019-11-27push: use skip_prefix() instead of starts_with()René Scharfe
2019-11-27fmt-merge-msg: use skip_prefix() instead of starts_with()René Scharfe
2019-11-27fetch: use skip_prefix() instead of starts_with()René Scharfe
2019-11-25submodule: fix 'submodule status' when called from a subdirectoryManish Goregaokar
2019-11-25reset: parse rev as tree-ish in patch modeNika Layzell
2019-11-21format-patch: pass notes configuration to range-diffDenton Liu
2019-11-21range-diff: pass through --notes to `git log`Denton Liu
2019-11-20builtin/unpack-objects.c: show throughput progressSZEDER Gábor
2019-11-20rev-parse: make --show-toplevel without a worktree an errorJeff King
2019-11-14Start to implement a built-in version of `git add --interactive`Johannes Schindelin
2019-11-14stash: make sure we have a valid index before writing itThomas Gummerer
2019-11-13clone: remove fetch_if_missing=0Jonathan Tan
2019-11-13test-tool: use 'read-graph' helperDerrick Stolee
2019-11-11bundle-verify: add --quietRobin H. Johnson
2019-11-11bundle-create: progress output controlRobin H. Johnson
2019-11-11bundle: framework for options before bundle fileRobin H. Johnson
2019-11-10Merge branch 'bc/hash-independent-tests-part-6'Junio C Hamano
2019-11-10Merge branch 'js/update-index-ignore-removal-for-skip-worktree'Junio C Hamano
2019-11-10Merge branch 'sg/commit-graph-usage-fix'Junio C Hamano
2019-11-10Merge branch 'wb/midx-progress'Junio C Hamano
2019-11-10Merge branch 'js/rebase-deprecate-preserve-merges'Junio C Hamano
2019-11-10Merge branch 'hv/bitshift-constants-in-blame'Junio C Hamano
2019-11-10Merge branch 'dd/notes-copy-default-dst-to-head'Junio C Hamano
2019-11-10Merge branch 'pw/post-commit-from-sequencer'Junio C Hamano
2019-11-10Merge branch 'dl/format-patch-cover-from-desc'Junio C Hamano
2019-11-10Merge branch 'jt/fetch-pack-record-refs-in-the-dot-promisor'Junio C Hamano
2019-11-10Fix spelling errors in code commentsElijah Newren
2019-11-08fetch: remove fetch_if_missing=0Jonathan Tan
2019-11-06fetch: avoid locking issues between fetch.jobs/fetch.writeCommitGraphJohannes Schindelin
2019-11-06fetch: add the command-line option `--write-commit-graph`Johannes Schindelin
2019-11-02stash: handle staged changes in skip-worktree files correctlyJohannes Schindelin