Revision c5546e88fe492558313965a49512ce5c71a98dfe authored by Johannes Schindelin on 22 November 2007, 12:24:59 UTC, committed by Junio C Hamano on 22 November 2007, 23:15:25 UTC
When creating a bundle, symbolic refs used to be resolved to the
non-symbolic refs they point to before being written to the list
of contained refs.  I.e. "git bundle create a1.bundle HEAD master"
would show something like

388afe7881b33102fada216dd07806728773c011        refs/heads/master
388afe7881b33102fada216dd07806728773c011        refs/heads/master

instead of

388afe7881b33102fada216dd07806728773c011        HEAD
388afe7881b33102fada216dd07806728773c011        refs/heads/master

Introduce a special handling so that the symbolic refs are listed
with the names passed on the command line.

Noticed by Santi Béjar.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 8641ee3
History
File Mode Size
test
INSTALL -rw-r--r-- 7.9 KB
README -rw-r--r-- 3.1 KB
git-favicon.png -rw-r--r-- 164 bytes
git-logo.png -rw-r--r-- 208 bytes
gitweb.css -rw-r--r-- 7.0 KB
gitweb.perl -rwxr-xr-x 161.5 KB

README

back to top