author | Daniel Barkalow <barkalow@iabervon.org> | |
Tue, 25 Mar 2008 23:35:28 +0000 (19:35 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 26 Mar 2008 07:50:51 +0000 (00:50 -0700) | ||
commit | 472fa4cd33c690dd9b338c02af3ed135666aea43 | |
tree | 5d26a3bdc95ae0b66d85ba55cfbebb6486b335ec | tree | snapshot |
parent | c091b3d415f95d3e4e62acddb084e211af46acbf | commit | diff |
Fix branches file configuration
Fetched remote branch from .git/branches/foo should fetch into
refs/heads/foo. Also when partial URL is given, the fetched head should
always be remote HEAD, and the result should not be stored anywhere.
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Fetched remote branch from .git/branches/foo should fetch into
refs/heads/foo. Also when partial URL is given, the fetched head should
always be remote HEAD, and the result should not be stored anywhere.
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote.c | diff | blob | history |