summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-03-22tree_entry_interesting(): allow it to say "everything is interesting"Libravatar Junio C Hamano1-5/+28
2007-03-22tree-diff: avoid strncmp()Libravatar Junio C Hamano1-23/+37
2007-03-22Teach tree_entry_interesting() that the tree entries are sorted.Libravatar Junio C Hamano1-6/+35
2007-03-21Switch over tree descriptors to contain a pre-parsed entryLibravatar Linus Torvalds2-62/+57
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Libravatar Linus Torvalds15-62/+60
2007-03-21Remove "pathlen" from "struct name_entry"Libravatar Linus Torvalds6-15/+14
2007-03-20blame: cmp_suspect is not "cmp" anymore.Libravatar Junio C Hamano1-13/+13
2007-03-20minor git-prune optimizationLibravatar Nicolas Pitre1-4/+4
2007-03-20improve checkout message when asking for same branchLibravatar Nicolas Pitre1-1/+6
2007-03-20Be more careful about zlib return valuesLibravatar Linus Torvalds1-4/+9
2007-03-20Don't ever return corrupt objects from "parse_object()"Libravatar Linus Torvalds1-2/+4
2007-03-20index-pack: more validation checks and cleanupsLibravatar Nicolas Pitre1-9/+9
2007-03-20index-pack: use hash_sha1_file()Libravatar Nicolas Pitre3-23/+4
2007-03-20don't ever allow SHA1 collisions to exist by fetching a packLibravatar Nicolas Pitre2-4/+27
2007-03-20git-fetch: Fix single_force in append_fetch_headLibravatar Santi BĂ©jar1-2/+2
2007-03-19Merge git://git2.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-0/+2
2007-03-19make git clone -q suppress the noise with http fetchLibravatar Chris Wright1-1/+2
2007-03-19Fix loose object uncompression check.Libravatar Linus Torvalds1-2/+15
2007-03-19contrib/continuous: a continuous integration build managerLibravatar Shawn O. Pearce2-0/+607
2007-03-19Provide some technical documentation for shallow clonesLibravatar Johannes Schindelin1-0/+49
2007-03-19Add a HOWTO for setting up a standalone git daemonLibravatar Johannes Schindelin1-0/+52
2007-03-19xdiff/xutils.c(xdl_hash_record): factor out whitespace handlingLibravatar Johannes Schindelin1-2/+20
2007-03-19blame: micro-optimize cmp_suspect()Libravatar Junio C Hamano1-3/+2
2007-03-19Replace remaining instances of strdup with xstrdup.Libravatar James Bowes3-3/+3
2007-03-19use a LRU eviction policy for the delta base cacheLibravatar Nicolas Pitre1-8/+31
2007-03-19clean up the delta base cache size a bitLibravatar Nicolas Pitre1-3/+3
2007-03-19GIT 1.5.1-rc1Libravatar Junio C Hamano2-2/+50
2007-03-19Fix merge-indexLibravatar Junio C Hamano1-1/+2
2007-03-19Set up for better tree diff optimizationsLibravatar Linus Torvalds1-10/+34
2007-03-19Trivial cleanup of track_tree_refs()Libravatar Linus Torvalds1-3/+1
2007-03-19git.el: Add support for commit hooks.Libravatar Alexandre Julliard1-24/+57
2007-03-18Merge branch 'jb/gc'Libravatar Junio C Hamano5-1/+82
2007-03-18Merge branch 'fl/cvsserver'Libravatar Junio C Hamano1-1/+12
2007-03-18Limit the size of the new delta_base_cacheLibravatar Shawn O. Pearce5-4/+46
2007-03-18Merge branch 'sp/run-command'Libravatar Junio C Hamano11-234/+146
2007-03-18Make git-send-email aware of Cc: lines.Libravatar J. Bruce Fields2-5/+6
2007-03-18mergetool: print an appropriate warning if merge.tool is unknownLibravatar Theodore Ts'o1-4/+9
2007-03-18mergetool: Add support for vimdiff.Libravatar James Bowes3-5/+7
2007-03-18Update main git.html page to point at 1.5.0.5 documentationLibravatar Junio C Hamano1-1/+3
2007-03-18Merge branch 'ar/diff'Libravatar Junio C Hamano12-27/+242
2007-03-18Avoid unnecessary strlen() callsLibravatar Linus Torvalds3-29/+36
2007-03-18Reuse cached data out of delta base cache.Libravatar Nicolas Pitre1-4/+10
2007-03-18Implement a simple delta_base cacheLibravatar Linus Torvalds1-1/+42
2007-03-18Make trivial wrapper functions around delta base generation and freeingLibravatar Linus Torvalds1-2/+14
2007-03-18Merge 1.5.0.5 in from 'maint'Libravatar Junio C Hamano1-0/+28
2007-03-18GIT 1.5.0.5Libravatar Junio C Hamano3-2/+30
2007-03-17Make gc a builtin.Libravatar James Bowes5-1/+82
2007-03-17Merge branch 'maint'Libravatar Junio C Hamano1-2/+2
2007-03-16[PATCH] clean up pack index handling a bitLibravatar Nicolas Pitre6-87/+90
2007-03-16[PATCH] add test for OFS_DELTA objectsLibravatar Nicolas Pitre1-6/+65