]> git.ipfire.org Git - thirdparty/git.git/commit - builtin.h
Make fetch a builtin
authorDaniel Barkalow <barkalow@iabervon.org>
Tue, 11 Sep 2007 03:03:25 +0000 (23:03 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Sep 2007 10:22:30 +0000 (03:22 -0700)
commitb888d61c8308027433df9c243fa551f42db1c76a
tree94459873b07253fce86f467af8347f1a2d74f140
parentc7a8a16239c6bdbb4041dd8a8773ae055d3cccf8
Make fetch a builtin

Thanks to Johannes Schindelin for review and fixes, and Julian
Phillips for the original C translation.

This changes a few small bits of behavior:

branch.<name>.merge is parsed as if it were the lhs of a fetch
refspec, and does not have to exactly match the actual lhs of a
refspec, so long as it is a valid abbreviation for the same ref.

branch.<name>.merge is no longer ignored if the remote is configured
with a branches/* file. Neither behavior is useful, because there can
only be one ref that gets fetched, but this is more consistant.

Also, fetch prints different information to standard out.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
17 files changed:
Documentation/config.txt
Makefile
builtin-fetch.c [new file with mode: 0644]
builtin.h
cache.h
contrib/examples/git-fetch.sh [moved from git-fetch.sh with 100% similarity]
git.c
t/t5515/fetch.br-branches-default-merge
t/t5515/fetch.br-branches-default-merge_branches-default
t/t5515/fetch.br-branches-default-octopus
t/t5515/fetch.br-branches-default-octopus_branches-default
t/t5515/fetch.br-branches-one-merge
t/t5515/fetch.br-branches-one-merge_branches-one
t/t5515/fetch.br-config-glob-octopus
t/t5515/fetch.br-config-glob-octopus_config-glob
t/t5515/fetch.br-remote-glob-octopus
t/t5515/fetch.br-remote-glob-octopus_remote-glob