worktree: add 'list' command
[gitweb.git] / builtin / pull.c
2015-08-03 Merge branch 'mh/fast-import-optimize-current-from'
2015-08-03 Merge branch 'kn/tag-doc-fix'
2015-08-03 Merge branch 'mh/fast-import-get-mark'
2015-08-03 Merge branch 'gr/rebase-i-drop-warn'
2015-08-03 Merge branch 'jc/commit-slab'
2015-08-03 Merge branch 'dt/log-follow-config'
2015-08-03 Merge branch 'gp/status-rebase-i-info'
2015-08-03 Merge branch 'jk/cat-file-batch-all'
2015-08-03 Merge branch 'js/fsck-opt'
2015-08-03 Merge branch 'mh/init-delete-refs-api'
2015-08-03 Merge branch 'pt/pull-builtin'
2015-07-22 pull: allow dirty tree when rebase.autostash enabled
2015-06-18 pull: remove redirection to git-pull.sh
2015-06-18 pull --rebase: error on no merge candidate cases
2015-06-18 pull --rebase: exit early when the working directory...
2015-06-18 pull: configure --rebase via branch.<name>.rebase or...
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