summaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes-1.5.4.3.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-20diff: use extended regexp to find hunk headersJunio C Hamano1-3/+3
2008-09-20diff: use extended regexp to find hunk headersJunio C Hamano1-14/+17
2008-09-19diff.*.xfuncname which uses "extended" regex's for hunk header selectionBrandon Casey3-3/+8
2008-09-19diff.c: associate a flag with each pattern and use it for compiling regexBrandon Casey3-12/+15
2008-09-19diff.c: return pattern entry pointer rather than just the hunk header patternBrandon Casey1-27/+28
2008-09-16Cosmetical command name fixHeikki Orsila1-1/+1
2008-09-16Start conforming code to "git subcmd" style part 3Heikki Orsila9-19/+19
2008-09-16t9700/test.pl: remove File::Temp requirementBrandon Casey1-10/+13
2008-09-16t9700/test.pl: avoid bareword 'STDERR' in 3-argument open()Brandon Casey1-1/+1
2008-09-13GIT 1.6.0.2v1.6.0.2Junio C Hamano2-2/+4
2008-09-12Fix some manual typos.Ralf Wildenhues3-3/+3
2008-09-11Use compatibility regex library also on FreeBSDJeff King1-0/+2
2008-09-11Use compatibility regex library also on AIXJohannes Sixt1-0/+2
2008-09-10Update draft release notes for 1.6.0.2Junio C Hamano1-2/+22
2008-09-10Use compatibility regex library for OSX/DarwinArjen Laarhoven6-2/+10
2008-09-10git-svn: Fixes my() parameter list syntax error in pre-5.8 PerlMarcus Griep1-1/+1
2008-09-10Git.pm: Use File::Temp->tempfile instead of ->newMarcus Griep2-14/+32
2008-09-10t7501: always use test_cmp instead of diffMiklos Vajna1-6/+6
2008-09-09Start conforming code to "git subcmd" style part 2Heikki Orsila5-14/+14
2008-09-08Teach "git diff -p" to locate PHP class methodsAndreas Ericsson2-2/+5
2008-09-07Update draft release notes for 1.6.1Junio C Hamano1-2/+7
2008-09-07git-svn: set auto_props when renaming filesPaul Talacko2-0/+18
2008-09-07t9124: clean up chdir usageEric Wong1-4/+2
2008-09-07Update draft release notes for 1.6.0.2Junio C Hamano1-3/+20
2008-09-07stash: refresh the index before deciding if the work tree is dirtyJunio C Hamano1-0/+3
2008-09-06git-svn: fix 'info' tests for unknown itemsThomas Rast1-48/+25
2008-09-06git-svn: match SVN 1.5 behaviour of info' on unknown itemThomas Rast1-2/+2
2008-09-06git svn info: always quote URLs in 'info' outputThomas Rast2-17/+38
2008-09-06git svn info: make info relative to the current directoryThomas Rast2-3/+16
2008-09-06git svn info: tests: fix ptouch argument order in setupThomas Rast1-4/+4
2008-09-06git svn info: tests: use test_cmp instead of git-diffThomas Rast1-22/+22
2008-09-06git svn info: tests: do not use set -eThomas Rast1-2/+0
2008-09-06git svn info: tests: let 'init' test run with SVN 1.5Thomas Rast1-2/+2
2008-09-06git svn: catch lack of upstream info for dcommit earlierThomas Rast1-4/+4
2008-09-06git-svn: check error code of send_txstreamEric Wong1-1/+5
2008-09-06git-svn: Send deltas during commitsFlorian Weimer1-5/+13
2008-09-06git-svn: Introduce SVN::Git::Editor::_chg_file_get_blobFlorian Weimer1-12/+19
2008-09-06git-svn: extract base blob in generate_diffFlorian Weimer1-3/+4
2008-09-05Mention the fact that 'git annotate' is only for backward compatibility.Junio C Hamano1-0/+5
2008-09-05"blame -c" should be compatible with "annotate"Junio C Hamano2-4/+18
2008-09-05log --author/--committer: really match only with name partJunio C Hamano4-17/+114
2008-09-05git-gui: Fix diff parsing for lines starting with "--" or "++"Shawn O. Pearce1-7/+11
2008-09-05git-gui: Show special diffs for complex conflict cases.Alexander Gavrilov1-5/+89
2008-09-05git-gui: Make F5 reselect a diff, if an untracked file is selected.Alexander Gavrilov1-9/+35
2008-09-05git-gui: Reimplement and enhance auto-selection of diffs.Alexander Gavrilov3-39/+109
2008-09-05git-gui: Support conflict states _U & UT.Alexander Gavrilov4-3/+7
2008-09-05git-gui: Support more merge tools.Alexander Gavrilov1-0/+27
2008-09-05git-gui: Don't allow staging files with conflicts.Alexander Gavrilov1-0/+8
2008-09-05git-gui: Support calling merge tools.Alexander Gavrilov3-0/+260
2008-09-05git-gui: Support resolving conflicts via the diff context menu.Alexander Gavrilov2-60/+190