summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
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-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
2019-11-02update-index: optionally leave skip-worktree entries aloneJohannes Schindelin
2019-11-02fetch.c: fix typo in a warning messageRalf Thielow
2019-10-30worktree: teach "add" to ignore submodule.recurse configPhilippe Blain
2019-10-29builtin/blame.c: remove '--indent-heuristic' from usage stringSZEDER Gábor
2019-10-29clone: rename static function `dir_exists()`.Miriam Rubio
2019-10-28fsck: only provide oid/type in fsck_error callbackJeff King
2019-10-28fsck: don't require object structs for display functionsJeff King
2019-10-28fsck: use oids rather than objects for object_name APIJeff King
2019-10-28fsck: unify object-name codeJeff King
2019-10-28builtin/commit-graph.c: remove subcommand-less usage stringSZEDER Gábor
2019-10-28rev-parse: add a --show-object-format optionbrian m. carlson
2019-10-24fetch: delay fetch_if_missing=0 until after configJonathan Tan
2019-10-23Merge branch 'cb/pcre2-chartables-leakfix'Junio C Hamano
2019-10-23multi-pack-index: add [--[no-]progress] option.William Baker
2019-10-23midx: add MIDX_PROGRESS flagWilliam Baker
2019-10-21builtin/blame.c: constants into bit shift formatHariom Verma