index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
convert.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'sp/safecrlf'
Junio C Hamano
2008-02-17
1
-6
/
+41
|
\
|
*
safecrlf: Add mechanism to warn about irreversible crlf conversions
Steffen Prohaska
2008-02-06
1
-6
/
+41
*
|
convert.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-2
/
+2
|
/
*
treat any file with NUL as binary
Dmitry Potapov
2008-01-16
1
-2
/
+7
*
Use the asyncronous function infrastructure to run the content filter.
Johannes Sixt
2007-10-21
1
-33
/
+28
*
Avoid a dup2(2) in apply_filter() - start_command() can do it for us.
Johannes Sixt
2007-10-21
1
-4
/
+3
*
Use start_command() to run content filters instead of explicit fork/exec.
Johannes Sixt
2007-10-21
1
-23
/
+7
*
Fix in-place editing functions in convert.c
Pierre Habouzit
2007-10-16
1
-7
/
+10
*
strbuf change: be sure ->buf is never ever NULL.
Pierre Habouzit
2007-09-29
1
-2
/
+2
*
Use xmemdupz() in many places.
Pierre Habouzit
2007-09-19
1
-6
/
+1
*
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
-243
/
+171
*
Remove unused function convert_sha1_file()
René Scharfe
2007-09-04
1
-15
/
+0
*
Fix mishandling of $Id$ expanded in the repository copy in convert.c
Andy Parkins
2007-05-26
1
-2
/
+37
*
Fix crlf attribute handling to match documentation
Andy Parkins
2007-05-19
1
-2
/
+2
*
git-archive: convert archive entries like checkouts do
René Scharfe
2007-05-19
1
-0
/
+15
*
Use $Id$ as the ident attribute keyword rather than $ident$ to be consistent ...
Andy Parkins
2007-05-15
1
-22
/
+22
*
Add 'filter' attribute and external filter driver definition.
Junio C Hamano
2007-04-25
1
-3
/
+234
*
Add 'ident' conversion.
Junio C Hamano
2007-04-25
1
-10
/
+184
*
Fix a typo in crlf conversion code
Alex Riesen
2007-04-22
1
-5
/
+5
*
convert.c: restructure the attribute checking part.
Junio C Hamano
2007-04-21
1
-20
/
+28
*
Simplify calling of CR/LF conversion routines
Alex Riesen
2007-04-21
1
-36
/
+35
*
Update 'crlf' attribute semantics.
Junio C Hamano
2007-04-20
1
-49
/
+26
*
Fix funny types used in attribute value representation
Junio C Hamano
2007-04-19
1
-1
/
+1
*
Allow more than true/false to attributes.
Junio C Hamano
2007-04-17
1
-3
/
+13
*
Fix 'crlf' attribute semantics.
Junio C Hamano
2007-04-15
1
-44
/
+78
*
Define 'crlf' attribute.
Junio C Hamano
2007-04-14
1
-7
/
+42
*
Make AutoCRLF ternary variable.
Linus Torvalds
2007-02-14
1
-1
/
+1
*
Lazy man's auto-CRLF
Linus Torvalds
2007-02-14
1
-0
/
+186