summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2019-11-02stash: handle staged changes in skip-worktree files correctlyJohannes Schindelin1-2/+3
2019-11-02update-index: optionally leave skip-worktree entries aloneJohannes Schindelin1-1/+5
2019-11-02fetch.c: fix typo in a warning messageRalf Thielow1-1/+1
2019-10-30worktree: teach "add" to ignore submodule.recurse configPhilippe Blain1-1/+1
2019-10-29builtin/blame.c: remove '--indent-heuristic' from usage stringSZEDER Gábor1-8/+0
2019-10-29clone: rename static function `dir_exists()`.Miriam Rubio1-4/+4
2019-10-28fsck: only provide oid/type in fsck_error callbackJeff King1-7/+10
2019-10-28fsck: don't require object structs for display functionsJeff King1-32/+37
2019-10-28fsck: use oids rather than objects for object_name APIJeff King1-6/+6
2019-10-28fsck: unify object-name codeJeff King1-37/+13
2019-10-28builtin/commit-graph.c: remove subcommand-less usage stringSZEDER Gábor1-1/+0
2019-10-28rev-parse: add a --show-object-format optionbrian m. carlson1-0/+11
2019-10-24fetch: delay fetch_if_missing=0 until after configJonathan Tan1-2/+2
2019-10-23Merge branch 'cb/pcre2-chartables-leakfix'Junio C Hamano1-0/+1
2019-10-23multi-pack-index: add [--[no-]progress] option.William Baker1-5/+13
2019-10-23midx: add MIDX_PROGRESS flagWilliam Baker2-5/+5
2019-10-21builtin/blame.c: constants into bit shift formatHariom Verma1-12/+12
2019-10-21rebase: hide --preserve-merges optionDenton Liu1-3/+4
2019-10-18Merge branch 'jj/stash-reset-only-toplevel'Junio C Hamano1-1/+1
2019-10-18Merge branch 'bw/format-patch-o-create-leading-dirs'Junio C Hamano1-0/+16
2019-10-18grep: make PCRE2 aware of custom allocatorCarlo Marcelo Arenas Belón1-0/+1
2019-10-18notes: fix minimum number of parameters to "copy" subcommandDoan Tran Cong Danh1-1/+1
2019-10-16fetch-pack: write fetched refs to .promisorJonathan Tan1-0/+7
2019-10-16move run_commit_hook() to libgit and use it therePhillip Wood1-22/+0
2019-10-16format-patch: teach --cover-from-description optionDenton Liu1-20/+75
2019-10-16format-patch: use enum variablesDenton Liu1-13/+17
2019-10-16format-patch: replace erroneous and conditionDenton Liu1-1/+1
2019-10-15Merge branch 'js/trace2-fetch-push'Junio C Hamano2-7/+17
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano4-52/+72
2019-10-15Merge branch 'en/fast-imexport-nested-tags'Junio C Hamano1-17/+50
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano1-2/+2
2019-10-15Merge branch 'gs/commit-graph-trace-with-cmd'Junio C Hamano1-0/+6
2019-10-15Merge branch 'js/fetch-jobs'Junio C Hamano1-17/+107
2019-10-15Merge branch 'en/merge-recursive-cleanup'Junio C Hamano4-5/+17
2019-10-15stash: avoid recursive hard reset on submodulesJakob Jarmar1-1/+1
2019-10-12format-patch: create leading components of output directoryBert Wesarg1-0/+16
2019-10-11Merge branch 'js/stash-apply-in-secondary-worktree'Junio C Hamano1-0/+4
2019-10-11Merge branch 'rs/dedup-includes'Junio C Hamano6-6/+0
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano12-53/+56
2019-10-11Merge branch 'en/clean-nested-with-ignored'Junio C Hamano1-2/+13
2019-10-09Merge branch 'sg/name-rev-cutoff-underflow-fix'Junio C Hamano1-3/+12
2019-10-07Merge branch 'bw/submodule-helper-usage-fix'Junio C Hamano1-1/+1
2019-10-07Merge branch 'gs/commit-graph-progress'Junio C Hamano1-5/+14
2019-10-07Merge branch 'ms/fetch-follow-tag-optim'Junio C Hamano1-8/+10
2019-10-07Merge branch 'jk/commit-graph-cleanup'Junio C Hamano1-0/+2
2019-10-07Merge branch 'jk/partial-clone-sparse-blob'Junio C Hamano1-6/+0
2019-10-07Merge branch 'tg/stash-refresh-index'Junio C Hamano3-28/+12
2019-10-07hashmap_entry: remove first member requirement from docsEric Wong1-1/+1
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong2-2/+2
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong2-3/+3