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