diff options
author | Linus Torvalds <torvalds@osdl.org> | 2006-09-14 10:14:47 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-09-17 19:09:12 -0700 |
commit | 434cd0cd30d17bc703397a76480fdd129cecc064 (patch) | |
tree | 47a7cd0542594eb72c347fc13cd8a63375a85ae2 /merge-index.c | |
parent | ed378ec7e85fd2c5cfcc7bd64b454236357fdd97 (diff) | |
download | git-434cd0cd30d17bc703397a76480fdd129cecc064.tar.gz git-434cd0cd30d17bc703397a76480fdd129cecc064.tar.xz |
Enable the packed refs file format
This actually "turns on" the packed ref file format, now that the
infrastructure to do so sanely exists (ie notably the change to make the
reference reading logic take refnames rather than pathnames to the loose
objects that no longer necessarily even exist).
In particular, when the ref lookup hits a refname that has no loose file
associated with it, it falls back on the packed-ref information. Also, the
ref-locking code, while still using a loose file for the locking itself
(and _creating_ a loose file for the new ref) no longer requires that the
old ref be in such an unpacked state.
Finally, this does a minimal hack to git-checkout.sh to rather than check
the ref-file directly, do a "git-rev-parse" on the "heads/$refname".
That's not really wonderful - we should rather really have a special
routine to verify the names as proper branch head names, but it is a
workable solution for now.
With this, I can literally do something like
git pack-refs
find .git/refs -type f -print0 | xargs -0 rm -f --
and the end result is a largely working repository (ie I've done two
commits - which creates _one_ unpacked ref file - done things like run
"gitk" and "git log" etc, and it all looks ok).
There are probably things missing, but I'm hoping that the missing things
are now of the "small and obvious" kind, and that somebody else might want
to start looking at this too. Hint hint ;)
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'merge-index.c')
0 files changed, 0 insertions, 0 deletions