aboutsummaryrefslogtreecommitdiff
path: root/revision.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@osdl.org>2006-06-30 11:20:33 -0700
committerJunio C Hamano <junkio@cox.net>2006-07-01 18:28:15 -0700
commit0556a11a0df6b4119e01aa77dfb795561e62eb34 (patch)
tree34c8f9c263c1c20592d3f56c3d86bea322577155 /revision.c
parent6631c73685bea3c6300938f4900db0d0c6bee457 (diff)
downloadgit-0556a11a0df6b4119e01aa77dfb795561e62eb34.tar.gz
git-0556a11a0df6b4119e01aa77dfb795561e62eb34.tar.xz
git object hash cleanupsv1.4.1
This IMNSHO cleans up the object hashing. The hash expansion is separated out into a function of its own, the hash array (and size) names are made more obvious, and the code is generally made to look a bit more like the object-ref hashing. It also gets rid of "find_object()" returning an index (or negative position if no object is found), since that is made redundant by the simplified object rehashing. The basic operation is now "lookup_object()" which just returns the object itself. There's an almost unmeasurable speed increase, but more importantly, I think the end result is more readable. Signed-off-by: Linus Torvalds <torvalds@osdl.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'revision.c')
0 files changed, 0 insertions, 0 deletions