summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Force the medium pretty format on calls to git logPedro Melo2008-04-111-1/+1
* git-fetch: fix status output when not storing tracking refJeff King2008-04-101-15/+13
* Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-107-15/+32
|\
| * core-tutorial.txt: Fix showing the current behaviour.Carlos Rica2008-04-101-6/+6
| * git-archive: ignore prefix when checking file attributeRené Scharfe2008-04-103-5/+22
| * Fix documentation syntax of optional arguments in short options.Carlos Rica2008-04-103-4/+4
* | GIT 1.5.5v1.5.5Junio C Hamano2008-04-073-8/+7
* | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2008-04-071-3/+3
|\ \
| * | gitk: Fix changing colors through Edit->PreferencesGerrit Pape2008-04-061-3/+3
* | | git-svn: fix following renamed paths when tracking a single pathEric Wong2008-04-073-2/+113
* | | Merge branch 'jc/maint-apply-match-beginning'Junio C Hamano2008-04-062-13/+29
|\ \ \ | | |/ | |/|
| * | Fix "git apply" to correctly enforce "match at the beginning"Junio C Hamano2008-04-062-13/+29
* | | Add prefix oriented completions for diff and format-patch commands.Pascal Obry2008-04-061-1/+4
* | | test suite: remove useless TERM cruft in "t7005-editor.sh"Christian Couder2008-04-061-4/+0
* | | Add interactive option in rebase command completion list.Pascal Obry2008-04-061-1/+1
* | | Add description of OFS_DELTA to the pack format descriptionPeter Eriksen2008-04-061-1/+15
* | | git-pack-objects.txt: Make wording slightly less ambiguousPeter Eriksen2008-04-051-2/+3
* | | git-fetch: Don't trigger a bus error when given the refspec "tag"Kevin Ballard2008-04-051-0/+2
* | | Revert "gitweb: Add 'status_str' to parse_difftree_raw_line output"Jakub Narebski2008-04-051-3/+2
* | | 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
| |_|_|/ / / / |/| | | | | |