summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2019-04-18merge: add scissors line on merge conflictLibravatar Denton Liu2-5/+31
2019-04-18merge: cleanup messages like commitLibravatar Denton Liu2-10/+43
2019-04-18parse-options.h: extract common --cleanup optionLibravatar Denton Liu2-3/+2
2019-04-18commit: extract cleanup_mode functions to sequencerLibravatar Denton Liu1-23/+2
2019-04-18clone: send server options when using protocol v2Libravatar Jonathan Tan1-0/+6
2019-04-17commit/reset: try to clean up sequencer stateLibravatar Phillip Wood1-2/+1
2019-04-16Merge branch 'jh/midx-verify-too-many-packs'Libravatar Junio C Hamano1-0/+3
2019-04-16Merge branch 'nd/checkout-m-doc-update'Libravatar Junio C Hamano1-0/+9
2019-04-16Merge branch 'ab/drop-scripted-rebase'Libravatar Junio C Hamano1-39/+11
2019-04-16Merge branch 'jc/format-patch-error-check'Libravatar Junio C Hamano1-21/+21
2019-04-16Merge branch 'js/init-db-update-for-mingw'Libravatar Junio C Hamano1-0/+7
2019-04-15submodule foreach: fix "<command> --quiet" not being respectedLibravatar Nguyễn Thái Ngọc Duy1-4/+4
2019-04-15replace: peel tag when passing a tag first to --graftLibravatar Christian Couder1-4/+7
2019-04-15replace: peel tag when passing a tag as parent to --graftLibravatar Christian Couder1-3/+6
2019-04-12pack-objects: write objects packed to trace2Libravatar Jonathan Tan1-0/+2
2019-04-12tag: advise on nested tagsLibravatar Denton Liu1-2/+12
2019-04-10rev-list: let traversal die when --missing is not in useLibravatar Jeff King1-1/+3
2019-04-10add: error appropriately on repository with no commitsLibravatar Kyle Meyer1-1/+2
2019-04-10Merge branch 'js/rebase-deprecate-preserve-merges'Libravatar Junio C Hamano1-2/+6
2019-04-10Merge branch 'ms/worktree-add-atomic-mkdir'Libravatar Junio C Hamano1-5/+7
2019-04-08refs.c: remove the_repo from read_ref_at()Libravatar Nguyễn Thái Ngọc Duy1-2/+4
2019-04-08builtin rebase: use oideq()Libravatar SZEDER Gábor1-1/+1
2019-04-08builtin rebase: use FREE_AND_NULLLibravatar SZEDER Gábor1-2/+1
2019-04-08blame: default to HEAD in a bare repo when no start commit is givenLibravatar SZEDER Gábor1-0/+13
2019-04-08ls-files: use correct format stringLibravatar Thomas Gummerer1-5/+5
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesLibravatar Elijah Newren2-2/+2
2019-04-05tag: fix formattingLibravatar Denton Liu1-4/+5
2019-04-02switch: make --orphan switch to an empty treeLibravatar Nguyễn Thái Ngọc Duy1-8/+31
2019-04-02switch: reject if some operation is in progressLibravatar Nguyễn Thái Ngọc Duy1-0/+40
2019-04-02switch: no worktree status unless real branch switch happensLibravatar Nguyễn Thái Ngọc Duy1-126/+8
2019-04-02switch: implicit dwim, use --no-guess to disable itLibravatar Nguyễn Thái Ngọc Duy1-8/+8
2019-04-02switch: add short option for --detachLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2019-04-02switch: only allow explicit detached HEADLibravatar Nguyễn Thái Ngọc Duy1-0/+34
2019-04-02switch: reject "do nothing" caseLibravatar Nguyễn Thái Ngọc Duy1-0/+9
2019-04-02switch: stop accepting pathspecLibravatar Nguyễn Thái Ngọc Duy1-5/+15
2019-04-02switch: remove -lLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2019-04-02switch: add --discard-changesLibravatar Nguyễn Thái Ngọc Duy1-2/+10
2019-04-02switch: better names for -b and -BLibravatar Nguyễn Thái Ngọc Duy1-11/+21
2019-04-02checkout: split part of it to new command 'switch'Libravatar Nguyễn Thái Ngọc Duy1-12/+48
2019-04-02checkout: split options[] array in three piecesLibravatar Nguyễn Thái Ngọc Duy1-23/+59
2019-04-02checkout: move 'confict_style' and 'dwim_..' to checkout_optsLibravatar Nguyễn Thái Ngọc Duy1-7/+10
2019-04-02checkout: make "opts" in cmd_checkout() a pointerLibravatar Nguyễn Thái Ngọc Duy1-57/+58
2019-04-02checkout: factor out some code in parse_branchname_arg()Libravatar Nguyễn Thái Ngọc Duy1-20/+31
2019-04-02checkout: keep most #include sortedLibravatar Nguyễn Thái Ngọc Duy1-17/+17
2019-04-02checkout: inform the user when removing branch stateLibravatar Nguyễn Thái Ngọc Duy5-6/+6
2019-04-01index-pack: show progress while checking objectsLibravatar SZEDER Gábor1-1/+9
2019-04-01gc: handle & check gc.reflogExpire configLibravatar Ævar Arnfjörð Bjarmason1-0/+17
2019-04-01commit-graph verify: detect inability to read the graphLibravatar Ævar Arnfjörð Bjarmason1-1/+3
2019-04-01commit-graph: don't pass filename to load_commit_graph_one_fd_st()Libravatar Ævar Arnfjörð Bjarmason1-2/+2
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Libravatar Ævar Arnfjörð Bjarmason1-4/+17