summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2020-02-26builtin/rebase: remove a call to get_oid() on `options.switch_to'Libravatar Alban Gruin1-9/+1
2020-02-25Merge branch 'bw/remote-rename-update-config'Libravatar Junio C Hamano2-81/+137
2020-02-25clone: pass --single-branch during --recurse-submodulesLibravatar Emily Shaffer2-2/+23
2020-02-25submodule--helper: use C99 named initializerLibravatar Emily Shaffer1-4/+7
2020-02-24worktree: don't allow "add" validation to be fooled by suffix matchingLibravatar Eric Sunshine1-8/+1
2020-02-24packed_object_info(): use object_id for returning delta baseLibravatar Jeff King1-1/+1
2020-02-24pack-objects: use object_id struct in pack-reuse codeLibravatar Jeff King1-4/+5
2020-02-24pack-objects: convert oe_set_delta_ext() to use object_idLibravatar Jeff King1-1/+1
2020-02-24pack-objects: read delta base oid into object_id structLibravatar Jeff King1-17/+18
2020-02-24nth_packed_object_oid(): use customary integer returnLibravatar Jeff King1-2/+2
2020-02-24rebase: refuse to switch to branch already checked out elsewhereLibravatar Eric Sunshine1-2/+3
2020-02-24receive.denyCurrentBranch: respect all worktreesLibravatar Hariom Verma1-17/+19
2020-02-24commit: use expected signature header for SHA-256Libravatar brian m. carlson1-1/+1
2020-02-24init-db: move writing repo version into a functionLibravatar brian m. carlson1-18/+24
2020-02-24builtin/init-db: add environment variable for new repo hashLibravatar brian m. carlson1-0/+9
2020-02-24builtin/init-db: allow specifying hash algorithm on command lineLibravatar brian m. carlson2-7/+47
2020-02-24setup: allow check_repository_format to read repository formatLibravatar brian m. carlson1-1/+1
2020-02-24builtin/pack-objects: make hash agnosticLibravatar brian m. carlson1-1/+1
2020-02-24use strpbrk(3) to search for characters from a given setLibravatar René Scharfe1-1/+1
2020-02-22partial-clone: avoid fetching when looking for objectsLibravatar Derrick Stolee1-5/+5
2020-02-20describe: force long format for a name based on a mislocated tagLibravatar Junio C Hamano1-6/+9
2020-02-20am: support --show-current-patch=diff to retrieve .git/rebase-apply/patchLibravatar Paolo Bonzini1-2/+7
2020-02-20am: support --show-current-patch=raw as a synonym for--show-current-patchLibravatar Paolo Bonzini1-6/+53
2020-02-20am: convert "resume" variable to a structLibravatar Paolo Bonzini1-14/+18
2020-02-19stash push: support the --pathspec-from-file optionLibravatar Alexandr Miloslavskiy1-0/+20
2020-02-19stash: eliminate crude option parsingLibravatar Alexandr Miloslavskiy1-38/+21
2020-02-19rm: support the --pathspec-from-file optionLibravatar Alexandr Miloslavskiy1-6/+22
2020-02-19bisect: libify `check_good_are_ancestors_of_bad` and its dependentsLibravatar Pranit Bauva1-1/+10
2020-02-19bisect--helper: return error codes from `cmd_bisect__helper()`Libravatar Pranit Bauva1-1/+1
2020-02-19bisect--helper: introduce new `decide_next()` functionLibravatar Tanushree Tumane1-32/+34
2020-02-19bisect--helper: change `retval` to `res`Libravatar Tanushree Tumane1-26/+26
2020-02-19bisect--helper: convert `vocab_*` char pointers to char arraysLibravatar Miriam Rubio1-2/+2
2020-02-18check-ignore: fix documentation and implementation to matchLibravatar Elijah Newren1-0/+3
2020-02-18rev-list --count: comment on the use of count_right++Libravatar Junio C Hamano1-0/+7
2020-02-17Merge branch 'mr/show-config-scope'Libravatar Junio C Hamano1-10/+36
2020-02-17Merge branch 'rs/strbuf-insertstr'Libravatar Junio C Hamano3-4/+4
2020-02-17Merge branch 'rs/name-rev-memsave'Libravatar Junio C Hamano1-64/+127
2020-02-16rebase: rename the two primary rebase backendsLibravatar Elijah Newren1-52/+47
2020-02-16rebase: change the default backend from "am" to "merge"Libravatar Elijah Newren1-2/+2
2020-02-16rebase: make the backend configurable via config settingLibravatar Elijah Newren1-7/+24
2020-02-16rebase: drop '-i' from the reflog for interactive-based rebasesLibravatar Elijah Newren1-1/+1
2020-02-16rebase: add an --am optionLibravatar Elijah Newren1-1/+17
2020-02-16rebase: move incompatibility checks between backend options a bit earlierLibravatar Elijah Newren1-11/+11
2020-02-16rebase: allow more types of rebases to fast-forwardLibravatar Elijah Newren1-4/+14
2020-02-16rebase: fix handling of restrict_revisionLibravatar Elijah Newren1-2/+2
2020-02-16rebase: make sure to pass along the quiet flag to the sequencerLibravatar Elijah Newren1-1/+2
2020-02-16rebase, sequencer: remove the broken GIT_QUIET handlingLibravatar Elijah Newren1-4/+2
2020-02-16rebase (interactive-backend): fix handling of commits that become emptyLibravatar Elijah Newren1-0/+52
2020-02-16rebase (interactive-backend): make --keep-empty the defaultLibravatar Elijah Newren1-9/+19
2020-02-14Merge branch 'tb/commit-graph-object-dir'Libravatar Junio C Hamano4-9/+32