summaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes-1.5.0.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-16git-am: cope better with an empty Subject: lineLinus Torvalds1-14/+10
2008-04-16Ignore leading empty lines while summarizing mergesLinus Torvalds1-1/+9
2008-04-16bisect: squelch "fatal: ref HEAD not a symref" misleading messageChristian Couder1-1/+1
2008-04-16builtin-apply: Show a more descriptive error on failure when opening a patchAlberto Bertogli1-1/+1
2008-04-16Clarify documentation of git-cvsserver, particularly in relation to git-shellScott Collins1-11/+17
2008-04-15git clean: Add test to verify directories aren't removed with a prefixShawn Bohrer1-2/+3
2008-04-15git clean: Don't automatically remove directories when run within subdirectoryShawn Bohrer2-7/+8
2008-04-15git-submodule - possibly use branch name to describe a moduleMark Levedahl1-1/+2
2008-04-13t7401: squelch garbage outputJunio C Hamano1-1/+1
2008-04-13Documentation/git-submodule: typofixJunio C Hamano1-1/+1
2008-04-13Fix config key miscount in url.*.insteadOfDaniel Barkalow2-5/+5
2008-04-13Docs gitk: Explicitly mention the files that gitk uses (~/.gitk)Clifford Caoile1-0/+5
2008-04-13Document -w option to shortlogJunio C Hamano2-3/+9
2008-04-13bisect: report bad rev betterChristian Couder1-2/+2
2008-04-12bisect: fix bad rev checking in "git bisect good"Christian Couder2-9/+18
2008-04-12revision.c: make --date-order overriddableMichele Ballabio1-0/+1
2008-04-12git-submodule: Avoid 'fatal: cannot describe' messagePing Yin1-1/+1
2008-04-12Force the medium pretty format on calls to git logPedro Melo1-1/+1
2008-04-12Fix section about backdating tags in the git-tag docsBjörn Steinbrink1-2/+2
2008-04-11Document option --only of git commitJohannes Sixt2-1/+12
2008-04-11Documentation/git-request-pull: Fixed a typo ("send" -> "end")Dirk Suesserott1-1/+1
2008-04-10git-fetch: fix status output when not storing tracking refJeff King1-15/+13
2008-04-10core-tutorial.txt: Fix showing the current behaviour.Carlos Rica1-6/+6
2008-04-10git-archive: ignore prefix when checking file attributeRené Scharfe3-5/+22
2008-04-10Fix documentation syntax of optional arguments in short options.Carlos Rica3-4/+4
2008-04-08GIT 1.5.5v1.5.5Junio C Hamano3-8/+7
2008-04-07git-svn: fix following renamed paths when tracking a single pathEric Wong3-2/+113
2008-04-07Add prefix oriented completions for diff and format-patch commands.Pascal Obry1-1/+4
2008-04-07test suite: remove useless TERM cruft in "t7005-editor.sh"Christian Couder1-4/+0
2008-04-07Add interactive option in rebase command completion list.Pascal Obry1-1/+1
2008-04-07Fix "git apply" to correctly enforce "match at the beginning"Junio C Hamano2-13/+29
2008-04-07Add description of OFS_DELTA to the pack format descriptionPeter Eriksen1-1/+15
2008-04-06gitk: Fix changing colors through Edit->PreferencesGerrit Pape1-3/+3
2008-04-06git-pack-objects.txt: Make wording slightly less ambiguousPeter Eriksen1-2/+3
2008-04-06git-fetch: Don't trigger a bus error when given the refspec "tag"Kevin Ballard1-0/+2
2008-04-06Revert "gitweb: Add 'status_str' to parse_difftree_raw_line output"Jakub Narebski1-3/+2
2008-04-05git-gui: use +/- instead of ]/[ to show more/less context in diffgitgui-0.10.1Michele Ballabio1-6/+12
2008-04-05git-gui: Update french translationChristian Couder1-45/+33
2008-04-04git-gui: Switch keybindings for [ and ] to bracketleft and bracketrightShawn O. Pearce1-4/+4
2008-04-02GIT 1.5.5-rc3v1.5.5-rc3Junio C Hamano2-5/+5
2008-04-02Describe the bug in handling filenames with funny characters in 'git add -i'Teemu Likonen1-0/+6
2008-04-02t7004-tag: Skip more tests if gpg is not available.Johannes Sixt1-7/+8
2008-04-02verify-tag: Clean up the temporary file if gpg cannot be started.Johannes Sixt1-1/+3
2008-04-02help: Add a missing OPT_END().Christian Couder1-0/+1
2008-04-02Accept git aliases outside a git repositoryJunio C Hamano1-1/+2
2008-04-02git-gui 0.10gitgui-0.10.0Shawn O. Pearce1-1/+1
2008-04-02git-gui: Add shortcut keys for Show More/Less ContextJonathan del Strother1-8/+32
2008-04-01mktag.c: tweak validation of tagger field and adjust test scriptBrandon Casey2-31/+86
2008-03-31filter-branch: Fix renaming a directory in the tree-filterveillette@yahoo.ca2-2/+2
2008-03-31filter-branch: Test renaming directories in a tree-filterJohannes Sixt1-2/+18