aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | git-repack --max-pack-size: new file statics and code restructuringDana L. How2007-05-20
| * | | | | | Alter sha1close() 3rd argument to request flush onlyDana L. How2007-05-20
| |/ / / / /
* | | | | | Merge branch 'np/delta'Junio C Hamano2007-05-29
|\ \ \ \ \ \
| * | | | | | update diff-delta.c copyrightNicolas Pitre2007-05-26
| * | | | | | improve delta long block matching with big filesNicolas Pitre2007-05-26
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jc/nodelta'Junio C Hamano2007-05-29
|\ \ \ \ \ \
| * | | | | | builtin-pack-objects: remove unnecessary code for no-deltaJunio C Hamano2007-05-22
| * | | | | | Teach "delta" attribute to pack-objects.Junio C Hamano2007-05-21
| * | | | | | pack-objects: pass fullname down to add_object_entry()Junio C Hamano2007-05-21
* | | | | | | Merge branch 'ar/verbose'Junio C Hamano2007-05-29
|\ \ \ \ \ \ \
| * | | | | | | Add another verbosity level to git-fetchAlex Riesen2007-05-24
| * | | | | | | Verbose connect messages to show the IP addresses usedAlex Riesen2007-05-24
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'ar/run'Junio C Hamano2007-05-29
|\ \ \ \ \ \ \
| * | | | | | | Allow environment variables to be unset in the processes started by run_commandAlex Riesen2007-05-23
| * | | | | | | Add ability to specify environment extension to run_commandAlex Riesen2007-05-23
| * | | | | | | Add run_command_v_opt_cd: chdir into a directory before execAlex Riesen2007-05-23
* | | | | | | | Merge branch 'ar/mergestat'Junio C Hamano2007-05-29
|\ \ \ \ \ \ \ \
| * | | | | | | | Add a configuration option to control diffstat after mergeAlex Riesen2007-05-24
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'rr/cvsexport'Junio C Hamano2007-05-29
|\ \ \ \ \ \ \ \
| * | | | | | | | Add option to cvs update before exportRobin Rosenberg2007-05-24
| |/ / / / / / /
* | | | | | | | Merge branch 'maint'Junio C Hamano2007-05-29
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | cvsserver: Fix some typos in asciidoc documentationFrank Lichtenheld2007-05-29
| * | | | | | | cvsserver: Note that CVS_SERVER can also be specified as method variableFrank Lichtenheld2007-05-29
| * | | | | | | cvsserver: Correct inetd.conf example in asciidoc documentationFrank Lichtenheld2007-05-29
| * | | | | | | user-manual: fixed typo in exampleSteffen Prohaska2007-05-28
| * | | | | | | Add test case for $Id$ expanded in the repositoryAndy Parkins2007-05-28
| * | | | | | | Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-28
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | git-svn: avoid md5 calculation entirely if SVN doesn't provide oneEric Wong2007-05-28
| | * | | | | | Fix stupid typo in lookup_tag()Johan Herland2007-05-28
| * | | | | | | Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2007-05-28
| |\ \ \ \ \ \ \
| | * | | | | | | git-gui: Guess our share/git-gui/lib path at runtime if possiblegitgui-0.7.2Shawn O. Pearce2007-05-27
| | * | | | | | | Correct key bindings to Control-<foo>Shawn O. Pearce2007-05-24
| | * | | | | | | git-gui: Tighten internal pattern match for lib/ directoryShawn O. Pearce2007-05-22
| * | | | | | | | Makefile: Remove git-fsck and git-verify-pack from PROGRAMSNguyen Thai Ngoc Duy2007-05-28
* | | | | | | | | cvsserver: Handle 'cvs login'Frank Lichtenheld2007-05-29
* | | | | | | | | t9400: Work around CVS' deficienciesFrank Lichtenheld2007-05-29
* | | | | | | | | Allow contrib new-workdir to link into bare repositoriesShawn O. Pearce2007-05-29
* | | | | | | | | mailsplit: fix for more than one input filesJunio C Hamano2007-05-29
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Make the pack-refs interfaces usable from outsideLinus Torvalds2007-05-26
* | | | | | | | Merge branch 'maint'Junio C Hamano2007-05-26
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-26
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Fix git-svn to handle svn not reporting the md5sum of a file, and test.James Y Knight2007-05-26
| | * | | | | | More echo "$user_message" fixes.Jeff King2007-05-26
| | * | | | | | Add tests for the last two fixes.Junio C Hamano2007-05-26
| | * | | | | | git-commit: use printf '%s\n' instead of echo on user-supplied stringsJunio C Hamano2007-05-26
| | * | | | | | git-am: use printf instead of echo on user-supplied stringsJeff King2007-05-25
| | * | | | | | Documentation: Add definition of "evil merge" to GIT GlossaryJakub Narebski2007-05-25
| | * | | | | | Replace the last 'dircache's by 'index'Jakub Narebski2007-05-25
| | * | | | | | Documentation: Clean up links in GIT GlossaryJakub Narebski2007-05-25
| * | | | | | | Fix mishandling of $Id$ expanded in the repository copy in convert.cAndy Parkins2007-05-26