Re: linux-2.6.git/packed-refs???

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Johannes Schindelin
Date: Tuesday, February 13, 2007 - 11:41 am

Hi,

On Tue, 13 Feb 2007, Theodore Tso wrote:


The easiest way I found here was to do

git-for-each-ref | while read sha1 tag name; do
	git update-ref -m "undo pack-ref" $name $sha1
done

Beware: this is tested once, and copied from memory.

Ciao,
Dscho

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
linux-2.6.git/packed-refs???, Junio C Hamano, (Tue Feb 13, 2:27 am)
Re: [PATCH] Do not run git-pack-refs by default for now fr ..., Johannes Schindelin, (Tue Feb 13, 3:03 am)
Re: [PATCH] Do not run git-pack-refs by default for now fr ..., Johannes Schindelin, (Tue Feb 13, 3:55 am)
[PATCH] git-gc: run pack-refs by default unless the repo i ..., Johannes Schindelin, (Tue Feb 13, 6:01 am)
Re: linux-2.6.git/packed-refs???, Theodore Tso, (Tue Feb 13, 11:16 am)
Re: linux-2.6.git/packed-refs???, Johannes Schindelin, (Tue Feb 13, 11:41 am)