diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-09-06 18:06:39 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-09-06 18:06:39 -0700 |
commit | 5fc3e67ac0241c491dcf1c0c9dcd4a4d83e7c243 (patch) | |
tree | 5107bf451c6e1dd9ce2e55bf0f947047c36d9510 /git-gui | |
parent | 4a09bc966449ca0a7e9a5bb70f91b47debdd7c4e (diff) | |
parent | 95b6a2db25c6c3321be33ac17b6b2e54c407652d (diff) | |
parent | 77aa0ae8d3599b905ceb25db8cc50d6820efb793 (diff) | |
download | git-5fc3e67ac0241c491dcf1c0c9dcd4a4d83e7c243.tar.gz |
Merge updated git-gui and gitk that call each other
Merge git://repo.or.cz/git-gui and git://git.kernel.org/pub/scm/gitk/gitk
* git://repo.or.cz/git-gui:
git-gui: Show special diffs for complex conflict cases.
git-gui: Make F5 reselect a diff, if an untracked file is selected.
git-gui: Reimplement and enhance auto-selection of diffs.
git-gui: Support conflict states _U & UT.
git-gui: Support more merge tools.
git-gui: Don't allow staging files with conflicts.
git-gui: Support calling merge tools.
git-gui: Support resolving conflicts via the diff context menu.
git-gui: Mark forgotten strings for translation.
git-gui: Allow specifying an initial line for git gui blame.
git-gui: Better positioning in Blame Parent Commit
git-gui: Support passing blame to a parent commit.
git-gui: Support starting gitk from Gui Blame
git-gui: Teach git gui about file type changes
* git://git.kernel.org/pub/scm/gitk/gitk:
gitk: Add menu item for calling git gui blame
gitk: Add option to specify the default commit on command line