Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Merge branch 'maint-1.5.1' into maint | Junio C Hamano | 2007-05-31 | 4 | -15/+69 | |
| |\ \ \ \ | ||||||
| | * | | | | git-config: Improve documentation of git-config file handling | Frank Lichtenheld | 2007-05-31 | 1 | -7/+59 | |
| | * | | | | git-config: Various small fixes to asciidoc documentation | Frank Lichtenheld | 2007-05-31 | 1 | -4/+6 | |
| | * | | | | decode_85(): fix missing return. | Jerald Fitzjerald | 2007-05-31 | 1 | -1/+1 | |
| | * | | | | fix signed range problems with hex conversions | Linus Torvalds | 2007-05-31 | 2 | -3/+3 | |
* | | | | | | always start looking up objects in the last used pack first | Nicolas Pitre | 2007-05-31 | 1 | -4/+18 | |
* | | | | | | Makefile: Use generic rule to build test programs | Julian Phillips | 2007-05-31 | 1 | -19/+5 | |
* | | | | | | Add DLH to .mailmap | Junio C Hamano | 2007-05-30 | 1 | -4/+5 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Merge branch 'db/remote' | Junio C Hamano | 2007-05-29 | 9 | -539/+711 | |
|\ \ \ \ \ | ||||||
| * | | | | | Move refspec pattern matching to match_refs(). | Daniel Barkalow | 2007-05-26 | 4 | -122/+70 | |
| * | | | | | Update local tracking refs when pushing | Daniel Barkalow | 2007-05-21 | 2 | -11/+53 | |
| * | | | | | Add handlers for fetch-side configuration of remotes. | Daniel Barkalow | 2007-05-21 | 2 | -0/+70 | |
| * | | | | | Move refspec parser from connect.c and cache.h to remote.{c,h} | Daniel Barkalow | 2007-05-21 | 6 | -241/+261 | |
| * | | | | | Move remote parsing into a library file out of builtin-push. | Daniel Barkalow | 2007-05-21 | 4 | -172/+264 | |
* | | | | | | Merge branch 'dh/repack' (early part) | Junio C Hamano | 2007-05-29 | 5 | -116/+250 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Ensure git-repack -a -d --max-pack-size=N deletes correct packs | Dana How | 2007-05-25 | 1 | -2/+3 | |
| * | | | | | | pack-objects: clarification & option checks for --max-pack-size | Dana How | 2007-05-23 | 1 | -0/+9 | |
| * | | | | | | git-repack --max-pack-size: add option parsing to enable feature | Dana L. How | 2007-05-21 | 4 | -7/+26 | |
| * | | | | | | git-repack --max-pack-size: split packs as asked by write_{object,one}() | Dana L. How | 2007-05-21 | 1 | -49/+71 | |
| * | | | | | | git-repack --max-pack-size: write_{object,one}() respect pack limit | Dana L. How | 2007-05-21 | 1 | -27/+104 | |
| * | | | | | | git-repack --max-pack-size: new file statics and code restructuring | Dana L. How | 2007-05-21 | 1 | -32/+36 | |
| * | | | | | | Alter sha1close() 3rd argument to request flush only | Dana L. How | 2007-05-21 | 1 | -3/+5 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'np/delta' | Junio C Hamano | 2007-05-29 | 1 | -64/+63 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | update diff-delta.c copyright | Nicolas Pitre | 2007-05-27 | 1 | -13/+6 | |
| * | | | | | | improve delta long block matching with big files | Nicolas Pitre | 2007-05-27 | 1 | -51/+57 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge branch 'jc/nodelta' | Junio C Hamano | 2007-05-29 | 1 | -14/+46 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | builtin-pack-objects: remove unnecessary code for no-delta | Junio C Hamano | 2007-05-23 | 1 | -2/+0 | |
| * | | | | | | Teach "delta" attribute to pack-objects. | Junio C Hamano | 2007-05-22 | 1 | -1/+34 | |
| * | | | | | | pack-objects: pass fullname down to add_object_entry() | Junio C Hamano | 2007-05-22 | 1 | -13/+14 | |
* | | | | | | | Merge branch 'ar/verbose' | Junio C Hamano | 2007-05-29 | 2 | -3/+45 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add another verbosity level to git-fetch | Alex Riesen | 2007-05-25 | 1 | -2/+8 | |
| * | | | | | | | Verbose connect messages to show the IP addresses used | Alex Riesen | 2007-05-25 | 1 | -1/+37 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge branch 'ar/run' | Junio C Hamano | 2007-05-29 | 2 | -5/+49 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Allow environment variables to be unset in the processes started by run_command | Alex Riesen | 2007-05-24 | 2 | -2/+11 | |
| * | | | | | | | Add ability to specify environment extension to run_command | Alex Riesen | 2007-05-24 | 2 | -1/+17 | |
| * | | | | | | | Add run_command_v_opt_cd: chdir into a directory before exec | Alex Riesen | 2007-05-24 | 2 | -5/+24 | |
* | | | | | | | | Merge branch 'ar/mergestat' | Junio C Hamano | 2007-05-29 | 4 | -7/+20 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add a configuration option to control diffstat after merge | Alex Riesen | 2007-05-25 | 4 | -7/+20 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'rr/cvsexport' | Junio C Hamano | 2007-05-29 | 2 | -3/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add option to cvs update before export | Robin Rosenberg | 2007-05-25 | 2 | -3/+10 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2007-05-29 | 8 | -26/+87 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | cvsserver: Fix some typos in asciidoc documentation | Frank Lichtenheld | 2007-05-29 | 1 | -2/+2 | |
| * | | | | | | | cvsserver: Note that CVS_SERVER can also be specified as method variable | Frank Lichtenheld | 2007-05-29 | 1 | -1/+11 | |
| * | | | | | | | cvsserver: Correct inetd.conf example in asciidoc documentation | Frank Lichtenheld | 2007-05-29 | 1 | -3/+5 | |
| * | | | | | | | user-manual: fixed typo in example | Steffen Prohaska | 2007-05-29 | 1 | -1/+1 | |
| * | | | | | | | Add test case for $Id$ expanded in the repository | Andy Parkins | 2007-05-29 | 1 | -0/+36 | |
| * | | | | | | | Merge branch 'maint-1.5.1' into maint | Junio C Hamano | 2007-05-29 | 2 | -7/+11 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| | * | | | | | | git-svn: avoid md5 calculation entirely if SVN doesn't provide one | Eric Wong | 2007-05-29 | 1 | -6/+10 | |
| | * | | | | | | Fix stupid typo in lookup_tag() | Johan Herland | 2007-05-29 | 1 | -1/+1 | |
| * | | | | | | | Merge branch 'maint' of git://repo.or.cz/git-gui into maint | Junio C Hamano | 2007-05-29 | 2 | -10/+19 | |
| |\ \ \ \ \ \ \ |