All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/4] Re-rolled merge normalization
@ 2010-07-01  9:09 Eyvind Bernhardsen
  2010-07-01  9:09 ` [PATCH v5 1/4] Avoid conflicts when merging branches with mixed normalization Eyvind Bernhardsen
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Eyvind Bernhardsen @ 2010-07-01  9:09 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git@vger.kernel.org List

Hi Junio,

I took the liberty of re-rolling my series with your improved d/m patch.
I re-added some optimizations to your patch and renamed the config
variable to something a little more typeable.
-- 
Eyvind

Eyvind Bernhardsen (3):
  Avoid conflicts when merging branches with mixed normalization
  Try normalizing files to avoid delete/modify conflicts when merging
  Don't expand CRLFs when normalizing text during merge

Junio C Hamano (1):
  Introduce "double conversion during merge" more gradually

 Documentation/config.txt        |   10 ++++++
 Documentation/gitattributes.txt |   34 ++++++++++++++++++++++
 cache.h                         |    2 +
 config.c                        |    5 +++
 convert.c                       |   37 ++++++++++++++++++++----
 environment.c                   |    1 +
 ll-merge.c                      |   15 ++++++++++
 merge-recursive.c               |   51 ++++++++++++++++++++++++++++++++-
 t/t6038-merge-text-auto.sh      |   59 +++++++++++++++++++++++++++++++++++++++
 9 files changed, 206 insertions(+), 8 deletions(-)
 create mode 100755 t/t6038-merge-text-auto.sh

-- 
1.7.2.rc1.4.g09d06

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

end of thread, other threads:[~2010-07-01 20:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-01  9:09 [PATCH v5 0/4] Re-rolled merge normalization Eyvind Bernhardsen
2010-07-01  9:09 ` [PATCH v5 1/4] Avoid conflicts when merging branches with mixed normalization Eyvind Bernhardsen
2010-07-01  9:09 ` [PATCH v5 2/4] Introduce "double conversion during merge" more gradually Eyvind Bernhardsen
2010-07-01 10:19   ` Johannes Sixt
2010-07-01 16:25     ` Junio C Hamano
2010-07-01 16:41       ` Eyvind Bernhardsen
2010-07-01 17:05         ` Jakub Narebski
2010-07-01 18:57           ` Finn Arne Gangstad
2010-07-01 20:15             ` Jakub Narebski
2010-07-01 20:25               ` Eyvind Bernhardsen
2010-07-01 20:13           ` Eyvind Bernhardsen
2010-07-01  9:09 ` [PATCH v5 3/4] Try normalizing files to avoid delete/modify conflicts when merging Eyvind Bernhardsen
2010-07-01  9:09 ` [PATCH v5 4/4] Don't expand CRLFs when normalizing text during merge Eyvind Bernhardsen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.