index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin-apply.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jc/spht'
Junio C Hamano
2007-12-09
1
-83
/
+155
|
\
|
*
Use gitattributes to define per-path whitespace rule
Junio C Hamano
2007-12-06
1
-14
/
+22
|
*
core.whitespace: documentation updates.
Junio C Hamano
2007-11-25
1
-1
/
+1
|
*
builtin-apply: teach whitespace_rules
Junio C Hamano
2007-11-25
1
-19
/
+49
|
*
builtin-apply: rename "whitespace" variables and fix styles
Junio C Hamano
2007-11-23
1
-57
/
+91
*
|
Remove unreachable statements
Guido Ostkamp
2007-11-16
1
-1
/
+0
*
|
Merge branch 'jc/maint-add-sync-stat'
Junio C Hamano
2007-11-14
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
ce_match_stat, run_diff_files: use symbolic constants for readability
Junio C Hamano
2007-11-10
1
-1
/
+1
|
*
apply: get rid of --index-info in favor of --build-fake-ancestor
Johannes Schindelin
2007-09-26
1
-13
/
+22
*
|
Correct some sizeof(size_t) != sizeof(unsigned long) typing errors
René Scharfe
2007-10-22
1
-1
/
+1
*
|
builtin-apply: fix conversion error in strbuf series
Junio C Hamano
2007-10-04
1
-1
/
+1
*
|
Merge branch 'ph/strbuf'
Junio C Hamano
2007-10-03
1
-302
/
+183
|
\
\
|
*
|
Make read_patch_file work on a strbuf.
Pierre Habouzit
2007-09-30
1
-16
/
+11
|
*
|
strbuf_read_file enhancement, and use it.
Pierre Habouzit
2007-09-30
1
-10
/
+2
|
*
|
strbuf change: be sure ->buf is never ever NULL.
Pierre Habouzit
2007-09-29
1
-9
/
+7
|
*
|
Full rework of quote_c_style and write_name_quoted.
Pierre Habouzit
2007-09-21
1
-47
/
+30
|
*
|
Rework unquote_c_style to work on a strbuf.
Pierre Habouzit
2007-09-21
1
-61
/
+62
|
*
|
builtin-apply.c: fix a tiny leak introduced during xmemdupz() conversion.
Junio C Hamano
2007-09-19
1
-0
/
+1
|
*
|
Use xmemdupz() in many places.
Pierre Habouzit
2007-09-19
1
-9
/
+2
|
*
|
Merge branch 'master' into ph/strbuf
Junio C Hamano
2007-09-19
1
-8
/
+35
|
|
\
\
|
*
|
|
builtin-apply: use strbuf's instead of buffer_desc's.
Pierre Habouzit
2007-09-17
1
-140
/
+72
|
*
|
|
Now that cache.h needs strbuf.h, remove useless includes.
Pierre Habouzit
2007-09-17
1
-1
/
+0
|
*
|
|
Rewrite convert_to_{git,working_tree} to use strbuf's.
Pierre Habouzit
2007-09-17
1
-14
/
+13
|
*
|
|
Strbuf API extensions and fixes.
Pierre Habouzit
2007-09-10
1
-2
/
+2
|
*
|
|
Use strbuf API in apply, blame, commit-tree and diff
Pierre Habouzit
2007-09-07
1
-21
/
+9
*
|
|
|
apply: get rid of --index-info in favor of --build-fake-ancestor
Johannes Schindelin
2007-09-19
1
-13
/
+22
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'maint'
Junio C Hamano
2007-09-19
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fix lapsus in builtin-apply.c
Pierre Habouzit
2007-09-18
1
-1
/
+1
*
|
|
Merge branch 'cr/reset'
Junio C Hamano
2007-09-18
1
-2
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Simplify cache API
Junio C Hamano
2007-09-14
1
-2
/
+0
|
|
/
*
|
git-apply: fix whitespace stripping
J. Bruce Fields
2007-09-17
1
-3
/
+10
*
|
apply --index-info: fall back to current index for mode changes
Johannes Schindelin
2007-09-17
1
-2
/
+24
|
/
*
git-apply: do not read past the end of buffer
Junio C Hamano
2007-09-06
1
-1
/
+2
*
git-apply: apply submodule changes
Sven Verdoolaege
2007-08-16
1
-25
/
+86
*
Merge branch 'maint'
Junio C Hamano
2007-08-06
1
-1
/
+1
|
\
|
*
apply: remove directory that becomes empty by renaming the last file away
Linus Torvalds
2007-08-06
1
-1
/
+1
*
|
Merge branch 'maint'
Junio C Hamano
2007-07-07
1
-1
/
+5
|
\
|
|
*
Fix "apply --reverse" with regard to whitespace
Johannes Schindelin
2007-07-07
1
-1
/
+5
*
|
git-apply: what is detected and fixed is not just trailing spaces.
Junio C Hamano
2007-06-03
1
-9
/
+8
*
|
git-apply: Fix removal of new trailing blank lines.
Junio C Hamano
2007-05-21
1
-33
/
+15
*
|
Teach 'git-apply --whitespace=strip' to remove empty lines at the end of file
Marco Costalba
2007-05-21
1
-3
/
+40
|
/
*
Ensure return value from xread() is always stored into an ssize_t
Johan Herland
2007-05-16
1
-2
/
+2
*
apply: do not get confused by symlinks in the middle
Junio C Hamano
2007-05-12
1
-9
/
+26
*
Merge branch 'jc/attr'
Junio C Hamano
2007-04-22
1
-11
/
+7
|
\
|
*
Simplify calling of CR/LF conversion routines
Alex Riesen
2007-04-21
1
-11
/
+7
*
|
Merge branch 'maint'
Junio C Hamano
2007-04-19
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix overwriting of files when applying contextually independent diffs
Alex Riesen
2007-04-19
1
-2
/
+1
*
|
Merge branch 'jc/index-output'
Junio C Hamano
2007-04-07
1
-3
/
+3
|
\
\
|
*
|
_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.
Junio C Hamano
2007-04-04
1
-3
/
+3
*
|
|
Merge branch 'maint'
Junio C Hamano
2007-04-06
1
-2
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
[next]