index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
convert.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-21
convert.c: Fix return type of git_path_check_eol()
Ramsay Jones
1
-1
/
+1
2011-11-15
convert: don't mix enum with int
Ramkumar Ramachandra
1
-3
/
+3
2011-09-02
Merge branch 'tr/maint-ident-to-git-memmove'
Junio C Hamano
1
-2
/
+2
2011-08-29
Use memmove in ident_to_git
Thomas Rast
1
-2
/
+2
2011-08-04
Rename git_checkattr() to git_check_attr()
Michael Haggerty
1
-1
/
+1
2011-05-26
streaming: filter cascading
Junio C Hamano
1
-14
/
+112
2011-05-26
streaming filter: ident filter
Junio C Hamano
1
-8
/
+169
2011-05-26
Add LF-to-CRLF streaming conversion
Junio C Hamano
1
-0
/
+41
2011-05-26
stream filter: add "no more input" to the filters
Junio C Hamano
1
-1
/
+5
2011-05-26
Add streaming filter API
Junio C Hamano
1
-7
/
+77
2011-05-20
convert: CRLF_INPUT is a no-op in the output codepath
Junio C Hamano
1
-1
/
+1
2011-05-20
streaming_write_entry(): use streaming API in write_entry()
Junio C Hamano
1
-0
/
+23
2011-05-09
convert: make it harder to screw up adding a conversion attribute
Junio C Hamano
1
-41
/
+38
2011-05-09
convert: make it safer to add conversion attributes
Junio C Hamano
1
-26
/
+22
2011-05-09
convert: give saner names to crlf/eol variables, types and functions
Junio C Hamano
1
-30
/
+31
2011-05-09
convert: rename the "eol" global variable to "core_eol"
Junio C Hamano
1
-2
/
+2
2011-03-16
enums: omit trailing comma for portability
Jonathan Nieder
1
-1
/
+1
2010-12-22
convert filter: supply path to external driver
Pete Wyckoff
1
-1
/
+22
2010-07-02
Don't expand CRLFs when normalizing text during merge
Eyvind Bernhardsen
1
-7
/
+20
2010-07-02
Avoid conflicts when merging branches with mixed normalization
Eyvind Bernhardsen
1
-2
/
+14
2010-06-21
Merge branch 'eb/core-eol'
Junio C Hamano
1
-40
/
+110
2010-06-21
Merge branch 'fg/autocrlf'
Junio C Hamano
1
-0
/
+49
2010-06-21
Merge branch 'gv/portable'
Junio C Hamano
1
-1
/
+3
2010-06-06
Add "core.eol" config variable
Eyvind Bernhardsen
1
-24
/
+36
2010-05-31
Rewrite dynamic structure initializations to runtime assignment
Gary V. Vaughan
1
-1
/
+3
2010-05-19
Rename the "crlf" attribute "text"
Eyvind Bernhardsen
1
-8
/
+15
2010-05-19
Add per-repository eol normalization
Eyvind Bernhardsen
1
-33
/
+84
2010-05-11
autocrlf: Make it work also for un-normalized repositories
Finn Arne Gangstad
1
-0
/
+49
2010-04-10
convert: Keep foreign $Id$ on checkout.
Henrik Grubbström
1
-2
/
+14
2010-04-10
convert: Safer handling of $Id$ contraction.
Henrik Grubbström
1
-0
/
+12
2010-02-05
Merge branch 'sp/maint-push-sideband' into sp/push-sideband
Junio C Hamano
1
-2
/
+3
2010-02-05
run-command: support custom fd-set in async
Erik Faye-Lund
1
-2
/
+3
2010-01-20
Merge branch 'jc/conflict-marker-size'
Junio C Hamano
1
-3
/
+3
2010-01-16
git_attr(): fix function signature
Junio C Hamano
1
-3
/
+3
2010-01-05
run-command: convert simple callsites to use_shell
Jeff King
1
-1
/
+2
2009-07-05
run_command: return exit code as positive value
Johannes Sixt
1
-1
/
+1
2008-10-12
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
1
-2
/
+1
2008-07-11
Fixed text file auto-detection: treat EOF character 032 at the end of file as...
Dmitry Kakurin
1
-0
/
+4
2008-07-05
convert.c: Use 'git_config_string' to get 'smudge' and 'clean'
Brian Hetro
1
-16
/
+9
2008-05-14
Provide git_config with a callback-data parameter
Johannes Schindelin
1
-2
/
+2
2008-02-16
Merge branch 'sp/safecrlf'
Junio C Hamano
1
-6
/
+41
2008-02-11
convert.c: guard config parser from value=NULL
Junio C Hamano
1
-2
/
+2
2008-02-06
safecrlf: Add mechanism to warn about irreversible crlf conversions
Steffen Prohaska
1
-6
/
+41
2008-01-16
treat any file with NUL as binary
Dmitry Potapov
1
-2
/
+7
2007-10-21
Use the asyncronous function infrastructure to run the content filter.
Johannes Sixt
1
-33
/
+28
2007-10-21
Avoid a dup2(2) in apply_filter() - start_command() can do it for us.
Johannes Sixt
1
-4
/
+3
2007-10-21
Use start_command() to run content filters instead of explicit fork/exec.
Johannes Sixt
1
-23
/
+7
2007-10-15
Fix in-place editing functions in convert.c
Pierre Habouzit
1
-7
/
+10
2007-09-29
strbuf change: be sure ->buf is never ever NULL.
Pierre Habouzit
1
-2
/
+2
2007-09-18
Use xmemdupz() in many places.
Pierre Habouzit
1
-6
/
+1
[next]