summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-14config.txt: Add gitcvs.db* variablesFrank Lichtenheld
2007-04-12cvsserver: Document the GIT branches -> CVS modules mapping more prominentlyFrank Lichtenheld
2007-04-12cvsserver: Reword documentation on necessity of write accessFrank Lichtenheld
2007-04-12cvsserver: Allow to "add" a removed fileFrank Lichtenheld
2007-04-08cvsserver: Add asciidoc documentation for new database backend configurationFrank Lichtenheld
2007-04-08cvsserver: Corrections to the database backend configurationFrank Lichtenheld
2007-03-31cvsserver: Use DBI->table_info instead of DBI->tablesFrank Lichtenheld
2007-03-22cvsserver: Abort if connect to database failsFrank Lichtenheld
2007-03-22cvsserver: Make the database backend configurableFrank Lichtenheld
2007-03-22cvsserver: Allow to override the configuration per access methodFrank Lichtenheld
2007-03-22cvsserver: Handle three part keys in git config correctlyFrank Lichtenheld
2007-03-22cvsserver: Introduce new state variable 'method'Frank Lichtenheld
2007-03-22tree_entry_interesting(): allow it to say "everything is interesting"Junio C Hamano
2007-03-22tree-diff: avoid strncmp()Junio C Hamano
2007-03-22Teach tree_entry_interesting() that the tree entries are sorted.Junio C Hamano
2007-03-21Switch over tree descriptors to contain a pre-parsed entryLinus Torvalds
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds
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