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
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
2007-09-16
Now that cache.h needs strbuf.h, remove useless includes.
Pierre Habouzit
1
-1
/
+0
2007-09-16
Rewrite convert_to_{git,working_tree} to use strbuf's.
Pierre Habouzit
1
-243
/
+171
2007-09-03
Remove unused function convert_sha1_file()
René Scharfe
1
-15
/
+0
2007-05-26
Fix mishandling of $Id$ expanded in the repository copy in convert.c
Andy Parkins
1
-2
/
+37
2007-05-18
Fix crlf attribute handling to match documentation
Andy Parkins
1
-2
/
+2
2007-05-18
git-archive: convert archive entries like checkouts do
René Scharfe
1
-0
/
+15
2007-05-14
Use $Id$ as the ident attribute keyword rather than $ident$ to be consistent ...
Andy Parkins
1
-22
/
+22
2007-04-24
Add 'filter' attribute and external filter driver definition.
Junio C Hamano
1
-3
/
+234
2007-04-24
Add 'ident' conversion.
Junio C Hamano
1
-10
/
+184
2007-04-22
Fix a typo in crlf conversion code
Alex Riesen
1
-5
/
+5
2007-04-21
convert.c: restructure the attribute checking part.
Junio C Hamano
1
-20
/
+28
2007-04-20
Simplify calling of CR/LF conversion routines
Alex Riesen
1
-36
/
+35
2007-04-19
Update 'crlf' attribute semantics.
Junio C Hamano
1
-49
/
+26
2007-04-18
Fix funny types used in attribute value representation
Junio C Hamano
1
-1
/
+1
2007-04-17
Allow more than true/false to attributes.
Junio C Hamano
1
-3
/
+13
2007-04-15
Fix 'crlf' attribute semantics.
Junio C Hamano
1
-44
/
+78
2007-04-14
Define 'crlf' attribute.
Junio C Hamano
1
-7
/
+42
2007-02-14
Make AutoCRLF ternary variable.
Linus Torvalds
1
-1
/
+1
2007-02-14
Lazy man's auto-CRLF
Linus Torvalds
1
-0
/
+186
[prev]