summaryrefslogtreecommitdiff
path: root/http.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@osdl.org>2006-06-30 18:20:33 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-07-02 01:28:15 (GMT)
commit0556a11a0df6b4119e01aa77dfb795561e62eb34 (patch)
tree34c8f9c263c1c20592d3f56c3d86bea322577155 /http.h
parent6631c73685bea3c6300938f4900db0d0c6bee457 (diff)
downloadgit-1.4.1.zip
git-1.4.1.tar.gz
git-1.4.1.tar.bz2
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 'http.h')
0 files changed, 0 insertions, 0 deletions