summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge git://repo.or.cz/git-guiJunio C Hamano2008-04-042-51/+45
|\
| * git-gui: use +/- instead of ]/[ to show more/less context in diffgitgui-0.10.1Michele Ballabio2008-04-051-6/+12
| * git-gui: Update french translationChristian Couder2008-04-041-45/+33
| * git-gui: Switch keybindings for [ and ] to bracketleft and bracketrightShawn O. Pearce2008-04-031-4/+4
* | GIT 1.5.5-rc3v1.5.5-rc3Junio C Hamano2008-04-022-5/+5
* | Merge branch 'js/filter-branch'Junio C Hamano2008-04-022-3/+19
|\ \
| * | filter-branch: Fix renaming a directory in the tree-filterveillette@yahoo.ca2008-03-312-2/+2
| * | filter-branch: Test renaming directories in a tree-filterJohannes Sixt2008-03-311-2/+18
* | | Describe the bug in handling filenames with funny characters in 'git add -i'Teemu Likonen2008-04-021-0/+6
* | | Merge git://repo.or.cz/git-guiJunio C Hamano2008-04-022-9/+33
|\ \ \ | | |/ | |/|
| * | git-gui 0.10gitgui-0.10.0Shawn O. Pearce2008-04-021-1/+1
| * | git-gui: Add shortcut keys for Show More/Less ContextJonathan del Strother2008-04-021-8/+32
* | | Merge branch 'bc/mktag'Junio C Hamano2008-04-022-15/+232
|\ \ \
| * | | mktag.c: tweak validation of tagger field and adjust test scriptBrandon Casey2008-03-312-31/+86
| * | | mktag.c: improve verification of tagger field and testsBrandon Casey2008-03-302-14/+176
* | | | Merge branch 'pb/cvsserver'Junio C Hamano2008-04-021-1/+1
|\ \ \ \
| * | | | git-cvsserver: handle change type TPaolo Bonzini2008-03-271-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'dd/cvsserver'Junio C Hamano2008-04-022-19/+109
|\ \ \ \
| * | | | cvsserver: Use the user part of the email in log and annotate resultsDamien Diederen2008-03-271-4/+12
| * | | | cvsserver: Add test for update -pDamien Diederen2008-03-271-0/+18
| * | | | cvsserver: Implement update -p (print to stdout)Damien Diederen2008-03-271-12/+35
| * | | | cvsserver: Add a few tests for 'status' commandDamien Diederen2008-03-271-0/+32
| * | | | cvsserver: Do not include status output for subdirectories if -l is passedDamien Diederen2008-03-271-0/+2
| * | | | cvsserver: Only print the file part of the filename in status headerDamien Diederen2008-03-271-1/+3
| * | | | cvsserver: Respond to the 'editors' and 'watchers' commandsDamien Diederen2008-03-271-2/+7
* | | | | Merge branch 'je/cvsserver'Junio C Hamano2008-04-024-31/+107
|\ \ \ \ \
| * | | | | Allow git-cvsserver database table name prefix to be specified.Josh Elsasser2008-03-304-31/+107
* | | | | | t7004-tag: Skip more tests if gpg is not available.Johannes Sixt2008-04-021-7/+8
* | | | | | verify-tag: Clean up the temporary file if gpg cannot be started.Johannes Sixt2008-04-021-1/+3
* | | | | | help: Add a missing OPT_END().Christian Couder2008-04-011-0/+1
* | | | | | Accept git aliases outside a git repositoryJunio C Hamano2008-04-011-1/+2
| |_|_|/ / |/| | | |
* | | | | diff-files: careful when inspecting work tree itemsJunio C Hamano2008-03-302-9/+14
* | | | | diff-index: careful when inspecting work tree itemsJunio C Hamano2008-03-302-15/+56
* | | | | Add corner case tests for diff-index and diff-filesJunio C Hamano2008-03-301-0/+140
|/ / / /
* | | | Silence cpio's "N blocks" output when cloning locallyBryan Donlan2008-03-301-1/+5
* | | | git-svn: remove redundant slashes from show-ignoreEric Wong2008-03-301-1/+1
* | | | git-p4: Handle Windows EOLs properly after removal of p4 submit template hand...Marius Storm-Olsen2008-03-281-13/+15
| |/ / |/| |
* | | GIT 1.5.5-rc2v1.5.5-rc2Junio C Hamano2008-03-273-8/+3
|\ \ \
| * | | GIT 1.5.4.5v1.5.4.5Junio C Hamano2008-03-272-7/+1
* | | | builtin-prune: protect objects listed on the command lineJunio C Hamano2008-03-272-3/+14
* | | | builtin-prune.c: use parse_options()Michele Ballabio2008-03-271-22/+16
* | | | Add tests for git-pruneMichele Ballabio2008-03-271-0/+34
* | | | parse-options.c: introduce OPT_DATEMichele Ballabio2008-03-272-0/+11
| |/ / |/| |
* | | Update draft release notes for 1.5.5Junio C Hamano2008-03-271-1/+4
* | | Merge branch 'maint'Junio C Hamano2008-03-274-2/+30
|\ \ \ | |/ /
| * | Update draft release notes for 1.5.4.5Junio C Hamano2008-03-271-1/+10
| * | Merge branch 'jc/maint-fetch-regression-1.5.4' into maintJunio C Hamano2008-03-2770-55/+1067
| |\ \
| * | | Documentation: clarify use of .git{ignore,attributes} versus .git/info/*Jeff King2008-03-272-0/+19
| * | | t/t3800-mktag.sh: use test_must_fail rather than '!'Brandon Casey2008-03-261-2/+2
* | | | test_must_fail: 129 is a valid error code from usage()Junio C Hamano2008-03-271-1/+1