summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2020-02-28Revert "gpg-interface: prefer check_signature() for GPG verification"Junio C Hamano1-7/+4
2020-02-26describe: don't abort too early when searching tagsBenno Evers1-4/+18
2020-02-26builtin/rebase: remove a call to get_oid() on `options.switch_to'Alban Gruin1-9/+1
2020-02-25Merge branch 'bw/remote-rename-update-config'Junio C Hamano2-80/+136
2020-02-25clone: pass --single-branch during --recurse-submodulesEmily Shaffer2-2/+23
2020-02-25submodule--helper: use C99 named initializerEmily Shaffer1-4/+7
2020-02-24worktree: don't allow "add" validation to be fooled by suffix matchingEric Sunshine1-8/+1
2020-02-24packed_object_info(): use object_id for returning delta baseJeff King1-1/+1
2020-02-24pack-objects: use object_id struct in pack-reuse codeJeff King1-4/+5
2020-02-24pack-objects: convert oe_set_delta_ext() to use object_idJeff King1-1/+1
2020-02-24pack-objects: read delta base oid into object_id structJeff King1-17/+18
2020-02-24nth_packed_object_oid(): use customary integer returnJeff King1-2/+2
2020-02-24rebase: refuse to switch to branch already checked out elsewhereEric Sunshine1-2/+3
2020-02-24receive.denyCurrentBranch: respect all worktreesHariom Verma1-17/+19
2020-02-24commit: use expected signature header for SHA-256brian m. carlson1-1/+1
2020-02-24init-db: move writing repo version into a functionbrian m. carlson1-18/+24
2020-02-24builtin/init-db: add environment variable for new repo hashbrian m. carlson1-0/+9
2020-02-24builtin/init-db: allow specifying hash algorithm on command linebrian m. carlson2-7/+47
2020-02-24setup: allow check_repository_format to read repository formatbrian m. carlson1-1/+1
2020-02-24builtin/pack-objects: make hash agnosticbrian m. carlson1-1/+1
2020-02-24use strpbrk(3) to search for characters from a given setRené Scharfe1-1/+1
2020-02-22partial-clone: avoid fetching when looking for objectsDerrick Stolee1-5/+5
2020-02-20describe: force long format for a name based on a mislocated tagJunio C Hamano1-6/+9
2020-02-20am: support --show-current-patch=diff to retrieve .git/rebase-apply/patchPaolo Bonzini1-2/+7
2020-02-20am: support --show-current-patch=raw as a synonym for--show-current-patchPaolo Bonzini1-6/+53
2020-02-20am: convert "resume" variable to a structPaolo Bonzini1-14/+18
2020-02-19stash push: support the --pathspec-from-file optionAlexandr Miloslavskiy1-0/+20
2020-02-19stash: eliminate crude option parsingAlexandr Miloslavskiy1-38/+21
2020-02-19rm: support the --pathspec-from-file optionAlexandr Miloslavskiy1-6/+22
2020-02-19bisect: libify `check_good_are_ancestors_of_bad` and its dependentsPranit Bauva1-1/+10
2020-02-19bisect--helper: return error codes from `cmd_bisect__helper()`Pranit Bauva1-1/+1
2020-02-19bisect--helper: introduce new `decide_next()` functionTanushree Tumane1-32/+34
2020-02-19bisect--helper: change `retval` to `res`Tanushree Tumane1-26/+26
2020-02-19bisect--helper: convert `vocab_*` char pointers to char arraysMiriam Rubio1-2/+2
2020-02-18check-ignore: fix documentation and implementation to matchElijah Newren1-0/+3
2020-02-18rev-list --count: comment on the use of count_right++Junio C Hamano1-0/+7
2020-02-17Merge branch 'mr/show-config-scope'Junio C Hamano1-10/+36
2020-02-17Merge branch 'rs/strbuf-insertstr'Junio C Hamano3-4/+4
2020-02-17Merge branch 'rs/name-rev-memsave'Junio C Hamano1-62/+125
2020-02-16rebase: rename the two primary rebase backendsElijah Newren1-52/+47
2020-02-16rebase: change the default backend from "am" to "merge"Elijah Newren1-2/+2
2020-02-16rebase: make the backend configurable via config settingElijah Newren1-7/+24
2020-02-16rebase: drop '-i' from the reflog for interactive-based rebasesElijah Newren1-1/+1
2020-02-16rebase: add an --am optionElijah Newren1-1/+17
2020-02-16rebase: move incompatibility checks between backend options a bit earlierElijah Newren1-11/+11
2020-02-16rebase: allow more types of rebases to fast-forwardElijah Newren1-4/+14
2020-02-16rebase: fix handling of restrict_revisionElijah Newren1-2/+2
2020-02-16rebase: make sure to pass along the quiet flag to the sequencerElijah Newren1-1/+2
2020-02-16rebase, sequencer: remove the broken GIT_QUIET handlingElijah Newren1-4/+2
2020-02-16rebase (interactive-backend): fix handling of commits that become emptyElijah Newren1-0/+52