git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] mergetools/kompare: simplify can_merge() by using "false"
@ 2016-12-10  3:21 David Aguilar
  2016-12-10  3:21 ` [PATCH 2/2] mergetools/tortoisemerge: simplify can_diff() " David Aguilar
  0 siblings, 1 reply; 5+ messages in thread
From: David Aguilar @ 2016-12-10  3:21 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Git ML

Signed-off-by: David Aguilar <davvid@gmail.com>
---
This patch builds upon da/mergetool-trust-exit-code

 mergetools/kompare | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mergetools/kompare b/mergetools/kompare
index e8c0bfa678..321022500b 100644
--- a/mergetools/kompare
+++ b/mergetools/kompare
@@ -1,5 +1,5 @@
 can_merge () {
-	return 1
+	false
 }
 
 diff_cmd () {
-- 
2.11.0.27.gdeff8c7


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-12-12 11:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-10  3:21 [PATCH 1/2] mergetools/kompare: simplify can_merge() by using "false" David Aguilar
2016-12-10  3:21 ` [PATCH 2/2] mergetools/tortoisemerge: simplify can_diff() " David Aguilar
2016-12-10  8:15   ` Johannes Sixt
2016-12-12  7:16     ` David Aguilar
2016-12-12 11:44       ` Philip Oakley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).