]> rtime.felk.cvut.cz Git - git.git/commit
Merge branch 'bg/fetch-multi'
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 Nov 2009 08:03:15 +0000 (00:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Nov 2009 08:03:15 +0000 (00:03 -0800)
commit65c042d44dc843021f1410f1219104681fdd3469
treeead97f95ff999e3279929760d095c0edcb1adf1a
parentfc13aa3d09407998e5cb08a5c1da05d0000fe81d
parent8db355964d89c19eb262ffe38e57e5a610e1cc05
Merge branch 'bg/fetch-multi'

* bg/fetch-multi:
  Re-implement 'git remote update' using 'git fetch'
  builtin-fetch: add --dry-run option
  builtin-fetch: add --prune option
  teach warn_dangling_symref to take a FILE argument
  remote: refactor some logic into get_stale_heads()
  Add missing test for 'git remote update --prune'
  Add the configuration option skipFetchAll
  Teach the --multiple option to 'git fetch'
  Teach the --all option to 'git fetch'
Documentation/config.txt
Documentation/git-fetch.txt
Documentation/pull-fetch-param.txt
builtin-fetch.c
builtin-remote.c
remote.c
t/t5505-remote.sh