author | Junio C Hamano <gitster@pobox.com> | |
Mon, 23 Nov 2009 08:03:15 +0000 (00:03 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 23 Nov 2009 08:03:15 +0000 (00:03 -0800) | ||
commit | 65c042d44dc843021f1410f1219104681fdd3469 | |
tree | ead97f95ff999e3279929760d095c0edcb1adf1a | tree | snapshot |
parent | fc13aa3d09407998e5cb08a5c1da05d0000fe81d | commit | diff |
parent | 8db355964d89c19eb262ffe38e57e5a610e1cc05 | commit | diff |
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'
* 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 | diff1 | | diff2 | | blob | history |
Documentation/git-fetch.txt | diff1 | | diff2 | | blob | history |
Documentation/pull-fetch-param.txt | diff1 | | diff2 | | blob | history |
builtin-fetch.c | diff1 | | diff2 | | blob | history |
builtin-remote.c | diff1 | | diff2 | | blob | history |
remote.c | diff1 | | diff2 | | blob | history |
t/t5505-remote.sh | diff1 | | diff2 | | blob | history |