login
Header Space

 
 

git mergetool vs stash apply

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Date: Tuesday, May 20, 2008 - 4:02 am

Hi, list!

The git mergetool ignores conflicts by git stash apply:

$ git stash apply
Auto-merged path/file.ext
CONFLICT (content): Merge conflict in path/file.ext

$ git mergetool
merge tool candidates: kdiff3 kdiff3 tkdiff xxdiff meld gvimdiff
opendiff emerge vimdiff
No files need merging

While path/file.ext do contain merge conflict.

The git mergetool works for git merge and git rebase. Maybe it should
work for git stash as well? I automatically type git mergetool when I
see CONFLICT in Git output. %-)

Alexander.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git mergetool vs stash apply, Alexander Gladysh, (Tue May 20, 4:02 am)
Re: git mergetool vs stash apply, Jeff King, (Tue May 20, 5:02 am)
Re: git mergetool vs stash apply, Alexander Gladysh, (Tue May 20, 7:16 am)
Re: git mergetool vs stash apply, Jakub Narebski, (Tue May 20, 7:52 am)
Re: git mergetool vs stash apply, Alexander Gladysh, (Tue May 20, 8:32 am)
Re: git mergetool vs stash apply, Jeff King, (Tue May 20, 8:45 am)
speck-geostationary