OSDN Git Service

Merge branch 'jc/apply-whitespace'
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2008 01:23:17 +0000 (17:23 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2008 01:23:17 +0000 (17:23 -0800)
* jc/apply-whitespace:
  ws_fix_copy(): move the whitespace fixing function to ws.c
  apply: do not barf on patch with too large an offset
  core.whitespace: cr-at-eol
  git-apply --whitespace=fix: fix whitespace fuzz introduced by previous run
  builtin-apply.c: pass ws_rule down to match_fragment()
  builtin-apply.c: move copy_wsfix() function a bit higher.
  builtin-apply.c: do not feed copy_wsfix() leading '+'
  builtin-apply.c: simplify calling site to apply_line()
  builtin-apply.c: clean-up apply_one_fragment()
  builtin-apply.c: mark common context lines in lineinfo structure.
  builtin-apply.c: optimize match_beginning/end processing a bit.
  builtin-apply.c: make it more line oriented
  builtin-apply.c: push match-beginning/end logic down
  builtin-apply.c: restructure "offset" matching
  builtin-apply.c: refactor small part that matches context

1  2 
Documentation/config.txt
builtin-apply.c
cache.h

Simple merge
diff --cc builtin-apply.c
Simple merge
diff --cc cache.h
Simple merge