summaryrefslogtreecommitdiff
path: root/builtin/pull.c
AgeCommit message (Expand)Author
2015-09-11pull: don't mark values for option "rebase" for translationRalf Thielow
2015-08-25Merge branch 'mh/tempfile'Junio C Hamano
2015-07-22pull: allow dirty tree when rebase.autostash enabledKevin Daudt
2015-06-18pull: remove redirection to git-pull.shPaul Tan
2015-06-18pull --rebase: error on no merge candidate casesPaul Tan
2015-06-18pull --rebase: exit early when the working directory is dirtyPaul Tan
2015-06-18pull: configure --rebase via branch.<name>.rebase or pull.rebasePaul Tan
2015-06-18pull: teach git pull about --rebasePaul Tan
2015-06-18pull: set reflog messagePaul Tan
2015-06-18pull: implement pulling into an unborn branchPaul Tan
2015-06-18pull: fast-forward working tree if head is updatedPaul Tan
2015-06-18pull: check if in unresolved merge statePaul Tan
2015-06-18pull: support pull.ff configPaul Tan
2015-06-18pull: error on no merge candidatesPaul Tan
2015-06-18pull: pass git-fetch's options to git-fetchPaul Tan
2015-06-15pull: pass git-merge's options to git-mergePaul Tan
2015-06-15pull: pass verbosity, --progress flags to fetch and mergePaul Tan
2015-06-15pull: implement fetch + mergePaul Tan
2015-06-15pull: implement skeletal builtin pullPaul Tan