Sign in
googlers
/
jrn
/
git
/
ca2cedba70e9356a1a20b0e39acd07ab92fee80e
/
convert.c
f285a2d
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
by Brandon Casey
· 16 years ago
f9dd4bf
Fixed text file auto-detection: treat EOF character 032 at the end of file as printable
by Dmitry Kakurin
· 17 years ago
cd8be6c
convert.c: Use 'git_config_string' to get 'smudge' and 'clean'
by Brian Hetro
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
2ac4b4b
Merge branch 'sp/safecrlf'
by Junio C Hamano
· 17 years ago
a7269e5
convert.c: guard config parser from value=NULL
by Junio C Hamano
· 17 years ago
21e5ad5
safecrlf: Add mechanism to warn about irreversible crlf conversions
by Steffen Prohaska
· 17 years ago
2862419
treat any file with NUL as binary
by Dmitry Potapov
· 17 years ago
546bb58
Use the asyncronous function infrastructure to run the content filter.
by Johannes Sixt
· 17 years ago
7683b6e
Avoid a dup2(2) in apply_filter() - start_command() can do it for us.
by Johannes Sixt
· 17 years ago
dc1bfdc
Use start_command() to run content filters instead of explicit fork/exec.
by Johannes Sixt
· 17 years ago
90d16ec
Fix in-place editing functions in convert.c
by Pierre Habouzit
· 17 years ago
b315c5c
strbuf change: be sure ->buf is never ever NULL.
by Pierre Habouzit
· 17 years ago
182af83
Use xmemdupz() in many places.
by Pierre Habouzit
· 17 years ago
ba3ed09
Now that cache.h needs strbuf.h, remove useless includes.
by Pierre Habouzit
· 17 years ago
5ecd293
Rewrite convert_to_{git,working_tree} to use strbuf's.
by Pierre Habouzit
· 17 years ago
89b4256
Remove unused function convert_sha1_file()
by René Scharfe
· 18 years ago
c23290d
Fix mishandling of $Id$ expanded in the repository copy in convert.c
by Andy Parkins
· 18 years ago
760f0c6
Fix crlf attribute handling to match documentation
by Andy Parkins
· 18 years ago
5e6cfc8
git-archive: convert archive entries like checkouts do
by René Scharfe
· 18 years ago
af9b54b
Use $Id$ as the ident attribute keyword rather than $ident$ to be consistent with other VCSs
by Andy Parkins
· 18 years ago
aa4ed40
Add 'filter' attribute and external filter driver definition.
by Junio C Hamano
· 18 years ago
3fed15f
Add 'ident' conversion.
by Junio C Hamano
· 18 years ago
67e22ed
Fix a typo in crlf conversion code
by Alex Riesen
· 18 years ago
6073ee8
convert.c: restructure the attribute checking part.
by Junio C Hamano
· 18 years ago
ac78e54
Simplify calling of CR/LF conversion routines
by Alex Riesen
· 18 years ago
163b959
Update 'crlf' attribute semantics.
by Junio C Hamano
· 18 years ago
a5e92ab
Fix funny types used in attribute value representation
by Junio C Hamano
· 18 years ago
515106f
Allow more than true/false to attributes.
by Junio C Hamano
· 18 years ago
201ac8e
Fix 'crlf' attribute semantics.
by Junio C Hamano
· 18 years ago
35ebfd6
Define 'crlf' attribute.
by Junio C Hamano
· 18 years ago
d7f4633
Make AutoCRLF ternary variable.
by Linus Torvalds
· 18 years ago
6c510be
Lazy man's auto-CRLF
by Linus Torvalds
· 18 years ago