summaryrefslogtreecommitdiff
path: root/builtin-apply.c
AgeCommit message (Expand)Author
2007-12-16builtin-apply: stronger indent-with-on-tab fixingJ. Bruce Fields
2007-12-16builtin-apply: minor cleanup of whitespace detectionJ. Bruce Fields
2007-12-14Make "diff --check" output match "git apply"Wincent Colaiuta
2007-12-14Unify whitespace checkingWincent Colaiuta
2007-12-09Merge branch 'jc/spht'Junio C Hamano
2007-12-06Use gitattributes to define per-path whitespace ruleJunio C Hamano
2007-11-25core.whitespace: documentation updates.Junio C Hamano
2007-11-25builtin-apply: teach whitespace_rulesJunio C Hamano
2007-11-23builtin-apply: rename "whitespace" variables and fix stylesJunio C Hamano
2007-11-16Remove unreachable statementsGuido Ostkamp
2007-11-14Merge branch 'jc/maint-add-sync-stat'Junio C Hamano
2007-11-10ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano
2007-10-22Correct some sizeof(size_t) != sizeof(unsigned long) typing errorsRené Scharfe
2007-10-04builtin-apply: fix conversion error in strbuf seriesJunio C Hamano
2007-10-03Merge branch 'ph/strbuf'Junio C Hamano
2007-09-30Make read_patch_file work on a strbuf.Pierre Habouzit
2007-09-30strbuf_read_file enhancement, and use it.Pierre Habouzit
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit
2007-09-26apply: get rid of --index-info in favor of --build-fake-ancestorJohannes Schindelin
2007-09-21Full rework of quote_c_style and write_name_quoted.Pierre Habouzit
2007-09-21Rework unquote_c_style to work on a strbuf.Pierre Habouzit
2007-09-19builtin-apply.c: fix a tiny leak introduced during xmemdupz() conversion.Junio C Hamano
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-09-19Merge branch 'master' into ph/strbufJunio C Hamano
2007-09-19apply: get rid of --index-info in favor of --build-fake-ancestorJohannes Schindelin
2007-09-19Merge branch 'maint'Junio C Hamano
2007-09-18Fix lapsus in builtin-apply.cPierre Habouzit
2007-09-18Merge branch 'cr/reset'Junio C Hamano
2007-09-17git-apply: fix whitespace strippingJ. Bruce Fields
2007-09-17apply --index-info: fall back to current index for mode changesJohannes Schindelin
2007-09-17builtin-apply: use strbuf's instead of buffer_desc's.Pierre Habouzit
2007-09-17Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit
2007-09-17Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit
2007-09-14Simplify cache APIJunio C Hamano
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit
2007-09-07Use strbuf API in apply, blame, commit-tree and diffPierre Habouzit
2007-09-06git-apply: do not read past the end of bufferJunio C Hamano
2007-08-16git-apply: apply submodule changesSven Verdoolaege
2007-08-06Merge branch 'maint'Junio C Hamano
2007-08-06apply: remove directory that becomes empty by renaming the last file awayLinus Torvalds
2007-07-07Merge branch 'maint'Junio C Hamano
2007-07-07Fix "apply --reverse" with regard to whitespaceJohannes Schindelin
2007-06-03git-apply: what is detected and fixed is not just trailing spaces.Junio C Hamano
2007-05-21git-apply: Fix removal of new trailing blank lines.Junio C Hamano
2007-05-21Teach 'git-apply --whitespace=strip' to remove empty lines at the end of fileMarco Costalba
2007-05-16Ensure return value from xread() is always stored into an ssize_tJohan Herland
2007-05-12apply: do not get confused by symlinks in the middleJunio C Hamano
2007-04-22Merge branch 'jc/attr'Junio C Hamano
2007-04-21Simplify calling of CR/LF conversion routinesAlex Riesen
2007-04-18Merge branch 'maint'Junio C Hamano