summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-21Remove "pathlen" from "struct name_entry"Linus Torvalds
2007-03-21blame: cmp_suspect is not "cmp" anymore.Junio C Hamano
2007-03-21minor git-prune optimizationNicolas Pitre
2007-03-21improve checkout message when asking for same branchNicolas Pitre
2007-03-21Be more careful about zlib return valuesLinus Torvalds
2007-03-21Don't ever return corrupt objects from "parse_object()"Linus Torvalds
2007-03-21index-pack: more validation checks and cleanupsNicolas Pitre
2007-03-21index-pack: use hash_sha1_file()Nicolas Pitre
2007-03-21don't ever allow SHA1 collisions to exist by fetching a packNicolas Pitre
2007-03-20git-fetch: Fix single_force in append_fetch_headSanti Béjar
2007-03-20Merge git://git2.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2007-03-20make git clone -q suppress the noise with http fetchChris Wright
2007-03-20Fix loose object uncompression check.Linus Torvalds
2007-03-20contrib/continuous: a continuous integration build managerShawn O. Pearce
2007-03-20Provide some technical documentation for shallow clonesJohannes Schindelin
2007-03-20Add a HOWTO for setting up a standalone git daemonJohannes Schindelin
2007-03-20xdiff/xutils.c(xdl_hash_record): factor out whitespace handlingJohannes Schindelin
2007-03-20blame: micro-optimize cmp_suspect()Junio C Hamano
2007-03-20Replace remaining instances of strdup with xstrdup.James Bowes
2007-03-20use a LRU eviction policy for the delta base cacheNicolas Pitre
2007-03-20clean up the delta base cache size a bitNicolas Pitre
2007-03-19GIT 1.5.1-rc1v1.5.1-rc1Junio C Hamano
2007-03-19Fix merge-indexJunio C Hamano
2007-03-19Set up for better tree diff optimizationsLinus Torvalds
2007-03-19Trivial cleanup of track_tree_refs()Linus Torvalds
2007-03-19git.el: Add support for commit hooks.Alexandre Julliard
2007-03-19Merge branch 'jb/gc'Junio C Hamano
2007-03-19Merge branch 'fl/cvsserver'Junio C Hamano
2007-03-19Limit the size of the new delta_base_cacheShawn O. Pearce
2007-03-19Merge branch 'sp/run-command'Junio C Hamano
2007-03-19Make git-send-email aware of Cc: lines.J. Bruce Fields
2007-03-19mergetool: print an appropriate warning if merge.tool is unknownTheodore Ts'o
2007-03-19mergetool: Add support for vimdiff.James Bowes
2007-03-18Update main git.html page to point at 1.5.0.5 documentationJunio C Hamano
2007-03-18Merge branch 'ar/diff'Junio C Hamano
2007-03-18Avoid unnecessary strlen() callsLinus Torvalds
2007-03-18Reuse cached data out of delta base cache.Nicolas Pitre
2007-03-18Implement a simple delta_base cacheLinus Torvalds
2007-03-18Make trivial wrapper functions around delta base generation and freeingLinus Torvalds
2007-03-18Merge 1.5.0.5 in from 'maint'Junio C Hamano
2007-03-18GIT 1.5.0.5v1.5.0.5Junio C Hamano
2007-03-17Make gc a builtin.James Bowes
2007-03-17Merge branch 'maint'Junio C Hamano
2007-03-17[PATCH] clean up pack index handling a bitNicolas Pitre
2007-03-17[PATCH] add test for OFS_DELTA objectsNicolas Pitre
2007-03-17[PATCH] fix t5300-pack-object.shNicolas Pitre
2007-03-17[PATCH] local-fetch.c: some error printing cleanupNicolas Pitre
2007-03-17applymbox: brown paper bag fix.Junio C Hamano
2007-03-16git-merge: finish when git-read-tree failsSanti Béjar
2007-03-16Add tests for --quiet option of diff programsAlex Riesen