pull: teach git pull about --rebase
[gitweb.git] / builtin / pull.c
2015-06-18 pull: teach git pull about --rebase
2015-06-18 pull: set reflog message
2015-06-18 pull: implement pulling into an unborn branch
2015-06-18 pull: fast-forward working tree if head is updated
2015-06-18 pull: check if in unresolved merge state
2015-06-18 pull: support pull.ff config
2015-06-18 pull: error on no merge candidates
2015-06-18 pull: pass git-fetch's options to git-fetch
2015-06-15 pull: pass git-merge's options to git-merge
2015-06-15 pull: pass verbosity, --progress flags to fetch and...
2015-06-15 pull: implement fetch + merge
2015-06-15 pull: implement skeletal builtin pull