summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git clean: Don't automatically remove directories when run within subdirectoryShawn Bohrer2008-04-142-7/+8
* git-submodule - possibly use branch name to describe a moduleMark Levedahl2008-04-141-1/+2
* t7401: squelch garbage outputJunio C Hamano2008-04-121-1/+1
* Documentation/git-submodule: typofixJunio C Hamano2008-04-121-1/+1
* Fix config key miscount in url.*.insteadOfDaniel Barkalow2008-04-122-5/+5
* Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-124-5/+16
|\
| * Docs gitk: Explicitly mention the files that gitk uses (~/.gitk)Clifford Caoile2008-04-121-0/+5
| * Document -w option to shortlogJunio C Hamano2008-04-122-3/+9
| * bisect: report bad rev betterChristian Couder2008-04-121-2/+2
* | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-117-13/+34
|\ \ | |/
| * bisect: fix bad rev checking in "git bisect good"Christian Couder2008-04-112-9/+18
| * revision.c: make --date-order overriddableMichele Ballabio2008-04-111-0/+1
| * Fix section about backdating tags in the git-tag docsBjörn Steinbrink2008-04-111-2/+2
| * Document option --only of git commitJohannes Sixt2008-04-112-1/+12
| * Documentation/git-request-pull: Fixed a typo ("send" -> "end")Dirk Suesserott2008-04-111-1/+1
* | git-submodule: Avoid 'fatal: cannot describe' messagePing Yin2008-04-111-1/+1
* | 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