summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-20blame: cmp_suspect is not "cmp" anymore.Junio C Hamano
2007-03-20minor git-prune optimizationNicolas Pitre
2007-03-20improve checkout message when asking for same branchNicolas Pitre
2007-03-20Be more careful about zlib return valuesLinus Torvalds
2007-03-20Don't ever return corrupt objects from "parse_object()"Linus Torvalds
2007-03-20index-pack: more validation checks and cleanupsNicolas Pitre
2007-03-20index-pack: use hash_sha1_file()Nicolas Pitre
2007-03-20don't ever allow SHA1 collisions to exist by fetching a packNicolas Pitre
2007-03-20Teach git-remote to list pushed branches.Johannes Sixt
2007-03-20git-fetch: Fix single_force in append_fetch_headSanti Béjar
2007-03-19Merge git://git2.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2007-03-19make git clone -q suppress the noise with http fetchChris Wright
2007-03-19Fix loose object uncompression check.Linus Torvalds
2007-03-19contrib/continuous: a continuous integration build managerShawn O. Pearce
2007-03-19Provide some technical documentation for shallow clonesJohannes Schindelin
2007-03-19Add a HOWTO for setting up a standalone git daemonJohannes Schindelin
2007-03-19xdiff/xutils.c(xdl_hash_record): factor out whitespace handlingJohannes Schindelin
2007-03-19blame: micro-optimize cmp_suspect()Junio C Hamano
2007-03-19Replace remaining instances of strdup with xstrdup.James Bowes
2007-03-19use a LRU eviction policy for the delta base cacheNicolas Pitre
2007-03-19clean 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-18Merge branch 'jb/gc'Junio C Hamano
2007-03-18Merge branch 'fl/cvsserver'Junio C Hamano
2007-03-18Limit the size of the new delta_base_cacheShawn O. Pearce
2007-03-18Merge branch 'sp/run-command'Junio C Hamano
2007-03-18Make git-send-email aware of Cc: lines.J. Bruce Fields
2007-03-18user-manual: introduce "branch" and "branch head" differentlyJ. Bruce Fields
2007-03-18glossary: clean up cross-referencesJ. Bruce Fields
2007-03-18glossary: stop generating automaticallyJ. Bruce Fields
2007-03-18mergetool: print an appropriate warning if merge.tool is unknownTheodore Ts'o
2007-03-18mergetool: Add support for vimdiff.James Bowes
2007-03-18user-manual: Use def_ instead of ref_ for glossary references.J. Bruce Fields
2007-03-18user-manual.txt: fix a tiny typo.Jim Meyering
2007-03-18user-manual: run xsltproc without --nonet optionJ. Bruce Fields
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-16[PATCH] clean up pack index handling a bitNicolas Pitre