aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add basic test-script for git-submoduleLars Hjemli2007-06-02
* Add git-submodule commandLars Hjemli2007-05-26
* 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
* | | fixes to output of git-verify-pack -vNicolas Pitre2007-05-25
* | | Merge branch 'maint'Junio C Hamano2007-05-24
|\ \ \ | |/ /
| * | Merge branch 'master' of git://repo.or.cz/git/fastimport into maintJunio C Hamano2007-05-24
| |\ \
| | * | Update bash completion for git-config optionsShawn O. Pearce2007-05-24
| | * | Teach bash completion about recent log long optionsShawn O. Pearce2007-05-24
| | * | Teach bash completion about 'git remote update'Shawn O. Pearce2007-05-24
| | * | Update bash completion header documentationShawn O. Pearce2007-05-24
| | * | Remove a duplicate --not option in bash completionShawn O. Pearce2007-05-24
| | * | Teach bash completion about git-shortlogShawn O. Pearce2007-05-24
| | * | Hide the plumbing diff-{files,index,tree} from bash completionShawn O. Pearce2007-05-24
| | * | Update bash completion to ignore some more plumbing commandsJonas Fonseca2007-05-21
| * | | Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-24
| |\ \ \ | | | |/ | | |/|
| | * | fix memory leak in parse_object when check_sha1_signature failsCarlos Rica2007-05-24
| | * | name-rev: tolerate clock skew in committer datesJunio C Hamano2007-05-24
* | | | Make "git gc" pack all refs by defaultLinus Torvalds2007-05-24
* | | | Teach mailsplit about Maildir'sFernando J. Pereda2007-05-24
* | | | Merge branch 'maint'Junio C Hamano2007-05-23
|\ \ \ \ | |/ / /
| * | | Merge branch 'maint' of git://repo.or.cz/git/fastimport into maintJunio C Hamano2007-05-23
| |\ \ \
| | * | | Fix possible coredump with fast-import --import-marksShawn O. Pearce2007-05-24
| | * | | Refactor fast-import branch creation from existing commitShawn O. Pearce2007-05-24
| | * | | fast-import: Fix crash when referencing already existing objectsSimon Hausmann2007-05-23
| | * | | fast-import: Fix uninitialized variableSimon Hausmann2007-05-23
| * | | | Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-23
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Documentation: fix git-config.xml generationJames Bowes2007-05-23
* | | | gitweb.perl - Optionally send archives as .zip filesMark Levedahl2007-05-23
* | | | Merge branch 'fl/cvsserver'Junio C Hamano2007-05-23
|\ \ \ \
| * | | | t9400: Add some basic pserver testsFrank Lichtenheld2007-05-22
| * | | | t9400: Add some more cvs update testsFrank Lichtenheld2007-05-22
| * | | | t9400: Add test cases for config file handlingFrank Lichtenheld2007-05-22
* | | | | Merge branch 'ar/progress'Junio C Hamano2007-05-23
|\ \ \ \ \
| * | | | | Fix the progress code to output LF only when it is really neededAlex Riesen2007-05-23
| | |/ / / | |/| | |
* | | | | Merge branch 'maint'Junio C Hamano2007-05-23
|\ \ \ \ \ | |/ / / /
| * | | | Use git-for-each-ref to check whether the origin branch exists.Stephan Springl2007-05-23
* | | | | Fix command line parameter parser of revert/cherry-pickJunio C Hamano2007-05-23
* | | | | Merge branch 'jn/lstree'Junio C Hamano2007-05-23
|\ \ \ \ \
| * | | | | Add an option to git-ls-tree to display also the size of blobJakub Narebski2007-05-20