Sign in
googlers
/
jrn
/
git
/
66d2e04ec9856b5ef667f5241774749d079a5109
/
convert.c
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
· 11 years ago
749f763
typofix: in-code comments
by Ondřej Bílka
· 12 years ago
4b35b00
Merge branch 'lf/read-blob-data-from-index'
by Junio C Hamano
· 12 years ago
4982fd7
convert.c: remove duplicate code
by Lukas Fleischer
· 12 years ago
d731f0a
convert some config callbacks to parse_config_key
by Jeff King
· 12 years ago
524ee67
Merge branch 'jb/required-filter'
by Junio C Hamano
· 13 years ago
31e3d83
Merge branch 'jk/maint-avoid-streaming-filtered-contents'
by Junio C Hamano
· 13 years ago
4c3b57b
teach dry-run convert_to_git not to require a src buffer
by Jeff King
· 13 years ago
92ac319
teach convert_to_git a "dry run" mode
by Jeff King
· 13 years ago
6424c2a
Ignore SIGPIPE when running a filter driver
by Jehan Bing
· 13 years ago
36daaac
Add a setting to require a filter to be successful
by Jehan Bing
· 13 years ago
23838b8
Merge branch 'jc/maint-lf-to-crlf-keep-crlf' into maint
by Junio C Hamano
· 13 years ago
339aff0
Merge branch 'jc/maint-lf-to-crlf-keep-crlf'
by Junio C Hamano
· 13 years ago
3bb8d69
Merge branch 'cn/maint-lf-to-crlf-filter' into maint
by Junio C Hamano
· 13 years ago
8496f56
lf_to_crlf_filter(): resurrect CRLF->CRLF hack
by Junio C Hamano
· 13 years ago
87afe9a
lf_to_crlf_filter(): tell the caller we added "\n" when draining
by Junio C Hamano
· 13 years ago
284e3d2
convert: track state in LF-to-CRLF filter
by Carlos Martín Nieto
· 13 years ago
ef563de
convert.c: Fix return type of git_path_check_eol()
by Ramsay Jones
· 13 years ago
7356b51
convert: don't mix enum with int
by Ramkumar Ramachandra
· 13 years ago
8a72864
Merge branch 'tr/maint-ident-to-git-memmove'
by Junio C Hamano
· 14 years ago
7732118
Use memmove in ident_to_git
by Thomas Rast
· 14 years ago
d932f4e
Rename git_checkattr() to git_check_attr()
by Michael Haggerty
· 14 years ago
a265a7f
streaming: filter cascading
by Junio C Hamano
· 14 years ago
b84c7839
streaming filter: ident filter
by Junio C Hamano
· 14 years ago
e322ee3
Add LF-to-CRLF streaming conversion
by Junio C Hamano
· 14 years ago
4ae6670
stream filter: add "no more input" to the filters
by Junio C Hamano
· 14 years ago
b669109
Add streaming filter API
by Junio C Hamano
· 14 years ago
b0d9c69
convert: CRLF_INPUT is a no-op in the output codepath
by Junio C Hamano
· 14 years ago
dd8e912
streaming_write_entry(): use streaming API in write_entry()
by Junio C Hamano
· 14 years ago
3bfba20
convert: make it harder to screw up adding a conversion attribute
by Junio C Hamano
· 14 years ago
8329596
convert: make it safer to add conversion attributes
by Junio C Hamano
· 14 years ago
c61dcff
convert: give saner names to crlf/eol variables, types and functions
by Junio C Hamano
· 14 years ago
ec70f52
convert: rename the "eol" global variable to "core_eol"
by Junio C Hamano
· 14 years ago
c9b6782
enums: omit trailing comma for portability
by Jonathan Nieder
· 14 years ago
a2b665d
convert filter: supply path to external driver
by Pete Wyckoff
· 14 years ago
43dd233
Don't expand CRLFs when normalizing text during merge
by Eyvind Bernhardsen
· 15 years ago
f217f0e
Avoid conflicts when merging branches with mixed normalization
by Eyvind Bernhardsen
· 15 years ago
d5cff17
Merge branch 'eb/core-eol'
by Junio C Hamano
· 15 years ago
d249515
Merge branch 'fg/autocrlf'
by Junio C Hamano
· 15 years ago
8d676d8
Merge branch 'gv/portable'
by Junio C Hamano
· 15 years ago
942e774
Add "core.eol" config variable
by Eyvind Bernhardsen
· 15 years ago
66dbfd5
Rewrite dynamic structure initializations to runtime assignment
by Gary V. Vaughan
· 15 years ago
5ec3e67
Rename the "crlf" attribute "text"
by Eyvind Bernhardsen
· 15 years ago
fd6cce9
Add per-repository eol normalization
by Eyvind Bernhardsen
· 15 years ago
c480539
autocrlf: Make it work also for un-normalized repositories
by Finn Arne Gangstad
· 15 years ago
07814d9
convert: Keep foreign $Id$ on checkout.
by Henrik Grubbström
· 15 years ago
a9f3049
convert: Safer handling of $Id$ contraction.
by Henrik Grubbström
· 15 years ago
76d44c8
Merge branch 'sp/maint-push-sideband' into sp/push-sideband
by Junio C Hamano
· 15 years ago
ae6a560
run-command: support custom fd-set in async
by Erik Faye-Lund
· 15 years ago
06dbc1e
Merge branch 'jc/conflict-marker-size'
by Junio C Hamano
· 15 years ago
7fb0eaa
git_attr(): fix function signature
by Junio C Hamano
· 15 years ago
ac0ba18
run-command: convert simple callsites to use_shell
by Jeff King
· 15 years ago
5709e03
run_command: return exit code as positive value
by Johannes Sixt
· 16 years ago
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