summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2019-04-22Merge branch 'ps/stash-in-c'Junio C Hamano1-0/+1635
2019-04-21clone: do faster object check for partial clonesJosh Steadmon1-2/+4
2019-04-19rebase -i: run without forking rebase--interactivePhillip Wood1-135/+86
2019-04-19rebase: use a common action enumPhillip Wood1-43/+48
2019-04-19rebase -i: use struct rebase_options in do_interactive_rebase()Phillip Wood1-33/+36
2019-04-19rebase -i: use struct rebase_options to parse argsPhillip Wood1-91/+112
2019-04-19rebase -i: use struct object_id for squash_ontoPhillip Wood1-8/+13
2019-04-19rebase -i: use struct commit when parsing optionsPhillip Wood1-18/+24
2019-04-19rebase -i: remove duplicationPhillip Wood1-3/+2
2019-04-19rebase -i: combine rebase--interactive.c with rebase.cPhillip Wood2-377/+367
2019-04-19rebase: use OPT_RERERE_AUTOUPDATE()Phillip Wood1-17/+13
2019-04-19rebase: rename write_basic_state()Phillip Wood1-2/+2
2019-04-19rebase: don't translate trace stringsPhillip Wood1-8/+7
2019-04-19sequencer: always discard index after checkoutPhillip Wood1-1/+1
2019-04-19Merge branch 'ag/sequencer-reduce-rewriting-todo' into pw/rebase-i-internalJunio C Hamano1-21/+123
2019-04-19Turn `git serve` into a test helperJohannes Schindelin1-30/+0
2019-04-19cherry-pick/revert: add scissors line on merge conflictDenton Liu2-8/+9
2019-04-18merge: add scissors line on merge conflictDenton Liu2-5/+31
2019-04-18merge: cleanup messages like commitDenton Liu2-10/+43
2019-04-18parse-options.h: extract common --cleanup optionDenton Liu2-3/+2
2019-04-18commit: extract cleanup_mode functions to sequencerDenton Liu1-23/+2
2019-04-18clone: send server options when using protocol v2Jonathan Tan1-0/+6
2019-04-17commit/reset: try to clean up sequencer statePhillip Wood1-2/+1
2019-04-16Merge branch 'jh/midx-verify-too-many-packs'Junio C Hamano1-0/+3
2019-04-16Merge branch 'nd/checkout-m-doc-update'Junio C Hamano1-0/+9
2019-04-16Merge branch 'ab/drop-scripted-rebase'Junio C Hamano1-39/+11
2019-04-16Merge branch 'jc/format-patch-error-check'Junio C Hamano1-21/+21
2019-04-16Merge branch 'js/init-db-update-for-mingw'Junio C Hamano1-0/+7
2019-04-15submodule foreach: fix "<command> --quiet" not being respectedNguyễn Thái Ngọc Duy1-4/+4
2019-04-15replace: peel tag when passing a tag first to --graftChristian Couder1-4/+7
2019-04-15replace: peel tag when passing a tag as parent to --graftChristian Couder1-3/+6
2019-04-12pack-objects: write objects packed to trace2Jonathan Tan1-0/+2
2019-04-12tag: advise on nested tagsDenton Liu1-2/+12
2019-04-10rev-list: let traversal die when --missing is not in useJeff King1-1/+3
2019-04-10add: error appropriately on repository with no commitsKyle Meyer1-1/+2
2019-04-10Merge branch 'js/rebase-deprecate-preserve-merges'Junio C Hamano1-2/+6
2019-04-10Merge branch 'ms/worktree-add-atomic-mkdir'Junio C Hamano1-5/+7
2019-04-08refs.c: remove the_repo from read_ref_at()Nguyễn Thái Ngọc Duy1-2/+4
2019-04-08builtin rebase: use oideq()SZEDER Gábor1-1/+1
2019-04-08builtin rebase: use FREE_AND_NULLSZEDER Gábor1-2/+1
2019-04-08blame: default to HEAD in a bare repo when no start commit is givenSZEDER Gábor1-0/+13
2019-04-08ls-files: use correct format stringThomas Gummerer1-5/+5
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesElijah Newren2-2/+2
2019-04-05tag: fix formattingDenton Liu1-4/+5
2019-04-02switch: make --orphan switch to an empty treeNguyễn Thái Ngọc Duy1-8/+31
2019-04-02switch: reject if some operation is in progressNguyễn Thái Ngọc Duy1-0/+40
2019-04-02switch: no worktree status unless real branch switch happensNguyễn Thái Ngọc Duy1-126/+8
2019-04-02switch: implicit dwim, use --no-guess to disable itNguyễn Thái Ngọc Duy1-8/+8
2019-04-02switch: add short option for --detachNguyễn Thái Ngọc Duy1-1/+1
2019-04-02switch: only allow explicit detached HEADNguyễn Thái Ngọc Duy1-0/+34