On Sat, 30 May 2015, David Aguilar wrote:
On Tue, May 26, 2015 at 09:50:49PM +0100, John Lee wrote:
Hi
Does anybody have code to stage commits using a the visual
diff/merge tools supported by git-difftool? Is there support in git
...
I'm a g/vim user, so git-cola is finely tune
On Sun, 31 May 2015, David Aguilar wrote:
Were you thinking of something like this, or something else?
Can you describe your use case a bit more?
I think now I should just publish my script and then it will be very clear
what I'm talking about. If somebody then wants to add a similar feature
On Mon, 1 Jun 2015, John Lee wrote:
On Sun, 31 May 2015, David Aguilar wrote:
Were you thinking of something like this, or something else?
Can you describe your use case a bit more?
I think now I should just publish my script and then it will be very clear
what I'm talking about
On Sun, 28 Jun 2015, John Lee wrote:
Here it is:
https://github.com/jjlee/git-meld-index
Hasn't seen use for real yet, so be a bit cautious with it.
Comments / patches / whatever appreciated.
John
By the way despite the name it should support all git difftools (it uses
the sam
Hi
Does anybody have code to stage commits using a the visual diff/merge
tools supported by git-difftool? Is there support in git itself
somewhere, even?
I'm looking for something functionally similar to git add -p
Looking at the git-difftool source I can see how to write a command to do
i
On Wed, 27 May 2015, Jeff King wrote:
If you are interested in looking further, see how the %patch_mode hash
is defined in git-add--interactive.perl. Specifically, note that "add
-p" is just one case: diff against the index and apply with "apply
--cached". But once you have a separate tool for p
6 matches
Mail list logo