aboutsummaryrefslogtreecommitdiff
path: root/builtin/pull.c
Commit message (Expand)AuthorAge
* pull: remove redirection to git-pull.shPaul Tan2015-06-18
* pull --rebase: error on no merge candidate casesPaul Tan2015-06-18
* pull --rebase: exit early when the working directory is dirtyPaul Tan2015-06-18
* pull: configure --rebase via branch.<name>.rebase or pull.rebasePaul Tan2015-06-18
* pull: teach git pull about --rebasePaul Tan2015-06-18
* pull: set reflog messagePaul Tan2015-06-18
* pull: implement pulling into an unborn branchPaul Tan2015-06-18
* pull: fast-forward working tree if head is updatedPaul Tan2015-06-18
* pull: check if in unresolved merge statePaul Tan2015-06-18
* pull: support pull.ff configPaul Tan2015-06-18
* pull: error on no merge candidatesPaul Tan2015-06-18
* pull: pass git-fetch's options to git-fetchPaul Tan2015-06-18
* pull: pass git-merge's options to git-mergePaul Tan2015-06-15
* pull: pass verbosity, --progress flags to fetch and mergePaul Tan2015-06-15
* pull: implement fetch + mergePaul Tan2015-06-15
* pull: implement skeletal builtin pullPaul Tan2015-06-15