summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cvsserver: Corrections to the database backend configurationFrank Lichtenheld2007-04-071-2/+4
* cvsserver: Use DBI->table_info instead of DBI->tablesFrank Lichtenheld2007-03-311-3/+1
* cvsserver: Abort if connect to database failsFrank Lichtenheld2007-03-221-0/+1
* cvsserver: Make the database backend configurableFrank Lichtenheld2007-03-221-6/+34
* cvsserver: Allow to override the configuration per access methodFrank Lichtenheld2007-03-222-3/+19
* cvsserver: Handle three part keys in git config correctlyFrank Lichtenheld2007-03-221-2/+6
* cvsserver: Introduce new state variable 'method'Frank Lichtenheld2007-03-221-1/+3
* tree_entry_interesting(): allow it to say "everything is interesting"Junio C Hamano2007-03-221-5/+28
* tree-diff: avoid strncmp()Junio C Hamano2007-03-221-23/+37
* Teach tree_entry_interesting() that the tree entries are sorted.Junio C Hamano2007-03-221-6/+35
* Switch over tree descriptors to contain a pre-parsed entryLinus Torvalds2007-03-212-62/+57
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-2115-62/+60
* Remove "pathlen" from "struct name_entry"Linus Torvalds2007-03-216-15/+14
* blame: cmp_suspect is not "cmp" anymore.Junio C Hamano2007-03-201-13/+13
* minor git-prune optimizationNicolas Pitre2007-03-201-4/+4
* improve checkout message when asking for same branchNicolas Pitre2007-03-201-1/+6
* Be more careful about zlib return valuesLinus Torvalds2007-03-201-4/+9
* Don't ever return corrupt objects from "parse_object()"Linus Torvalds2007-03-201-2/+4
* index-pack: more validation checks and cleanupsNicolas Pitre2007-03-201-9/+9
* index-pack: use hash_sha1_file()Nicolas Pitre2007-03-203-23/+4
* don't ever allow SHA1 collisions to exist by fetching a packNicolas Pitre2007-03-202-4/+27
* git-fetch: Fix single_force in append_fetch_headSanti BĂ©jar2007-03-201-2/+2
* Merge git://git2.kernel.org/pub/scm/gitk/gitkJunio C Hamano2007-03-191-0/+2
|\
| * [PATCH] gitk: bind <F5> key to Update (reread commits)Eric Wong2007-03-121-0/+2
* | make git clone -q suppress the noise with http fetchChris Wright2007-03-191-1/+2
* | Fix loose object uncompression check.Linus Torvalds2007-03-191-2/+15
* | contrib/continuous: a continuous integration build managerShawn O. Pearce2007-03-192-0/+607
* | Provide some technical documentation for shallow clonesJohannes Schindelin2007-03-191-0/+49
* | Add a HOWTO for setting up a standalone git daemonJohannes Schindelin2007-03-191-0/+52
* | xdiff/xutils.c(xdl_hash_record): factor out whitespace handlingJohannes Schindelin2007-03-191-2/+20
* | blame: micro-optimize cmp_suspect()Junio C Hamano2007-03-191-3/+2
* | Replace remaining instances of strdup with xstrdup.James Bowes2007-03-193-3/+3
* | use a LRU eviction policy for the delta base cacheNicolas Pitre2007-03-191-8/+31
* | clean up the delta base cache size a bitNicolas Pitre2007-03-191-3/+3
* | GIT 1.5.1-rc1v1.5.1-rc1Junio C Hamano2007-03-192-2/+50
* | Fix merge-indexJunio C Hamano2007-03-191-1/+2
* | Set up for better tree diff optimizationsLinus Torvalds2007-03-191-10/+34
* | Trivial cleanup of track_tree_refs()Linus Torvalds2007-03-191-3/+1
* | git.el: Add support for commit hooks.Alexandre Julliard2007-03-191-24/+57
* | Merge branch 'jb/gc'Junio C Hamano2007-03-185-1/+82
|\ \
| * | Make gc a builtin.James Bowes2007-03-175-1/+82
* | | Merge branch 'fl/cvsserver'Junio C Hamano2007-03-181-1/+12
|\ \ \
| * | | cvsserver: further improve messages on commit and statusFrank Lichtenheld2007-03-141-3/+6
| * | | cvsserver: Be more chattyFrank Lichtenheld2007-03-141-0/+8
* | | | Limit the size of the new delta_base_cacheShawn O. Pearce2007-03-185-4/+46
* | | | Merge branch 'sp/run-command'Junio C Hamano2007-03-1811-234/+146
|\ \ \ \
| * | | | Use run_command within send-packShawn O. Pearce2007-03-121-56/+30
| * | | | Use run_command within receive-pack to invoke index-packShawn O. Pearce2007-03-121-25/+10
| * | | | Use run_command within merge-indexShawn O. Pearce2007-03-121-18/+5
| * | | | Use run_command for proxy connectionsShawn O. Pearce2007-03-121-21/+15