aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/pull.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-16Merge branch 'pt/pull-builtin' into maintJunio C Hamano1-1/+1
2015-10-16pull: enclose <options> in brackets in the usage stringAlex Henrie1-1/+1
2015-09-11pull: don't mark values for option "rebase" for translationRalf Thielow1-1/+1
2015-08-25Merge branch 'mh/tempfile'Junio C Hamano1-0/+1
2015-07-22pull: allow dirty tree when rebase.autostash enabledKevin Daudt1-1/+5
2015-06-18pull: remove redirection to git-pull.shPaul Tan1-7/+0
2015-06-18pull --rebase: error on no merge candidate casesPaul Tan1-3/+12
2015-06-18pull --rebase: exit early when the working directory is dirtyPaul Tan1-1/+76
2015-06-18pull: configure --rebase via branch.<name>.rebase or pull.rebasePaul Tan1-1/+34
2015-06-18pull: teach git pull about --rebasePaul Tan1-2/+245
2015-06-18pull: set reflog messagePaul Tan1-0/+22
2015-06-18pull: implement pulling into an unborn branchPaul Tan1-1/+28
2015-06-18pull: fast-forward working tree if head is updatedPaul Tan1-0/+30
2015-06-18pull: check if in unresolved merge statePaul Tan1-0/+9
2015-06-18pull: support pull.ff configPaul Tan1-0/+29
2015-06-18pull: error on no merge candidatesPaul Tan1-0/+113
2015-06-18pull: pass git-fetch's options to git-fetchPaul Tan1-0/+95
2015-06-15pull: pass git-merge's options to git-mergePaul Tan1-0/+75
2015-06-15pull: pass verbosity, --progress flags to fetch and mergePaul Tan1-0/+36
2015-06-15pull: implement fetch + mergePaul Tan1-1/+61
2015-06-15pull: implement skeletal builtin pullPaul Tan1-0/+33