Sign in
googlers
/
jrn
/
git
/
12075103ddc9a061cf6f3b04feb206123bb78e2f
/
builtin-apply.c
0707a9d
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
5fda48d
Fix "apply --reverse" with regard to whitespace
by Johannes Schindelin
· 18 years ago
c94bf41
git-apply: what is detected and fixed is not just trailing spaces.
by Junio C Hamano
· 18 years ago
077e1af
git-apply: Fix removal of new trailing blank lines.
by Junio C Hamano
· 18 years ago
efe7f35
Teach 'git-apply --whitespace=strip' to remove empty lines at the end of file
by Marco Costalba
· 18 years ago
8a912bc
Ensure return value from xread() is always stored into an ssize_t
by Johan Herland
· 18 years ago
64cab59
apply: do not get confused by symlinks in the middle
by Junio C Hamano
· 18 years ago
a2d7c6c
Merge branch 'jc/attr'
by Junio C Hamano
· 18 years ago
ac78e54
Simplify calling of CR/LF conversion routines
by Alex Riesen
· 18 years ago
6fb8e8f
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
0afa764
Fix overwriting of files when applying contextually independent diffs
by Alex Riesen
· 18 years ago
ee9693e
Merge branch 'jc/index-output'
by Junio C Hamano
· 18 years ago
77e6f5b
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
7da3bf3
Rename static variable write_index to update_index in builtin-apply.c
by Junio C Hamano
· 18 years ago
79ee194
Honor -p<n> when applying git diffs
by Shawn O. Pearce
· 18 years ago
30ca07a
_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.
by Junio C Hamano
· 18 years ago
cc96fd0
git-apply: Do not free the wrong buffer when we convert the data for writeout
by Junio C Hamano
· 18 years ago
dc49cd7
Cast 64 bit off_t to 32 bit size_t
by Shawn O. Pearce
· 18 years ago
78a8d64
Add core.symlinks to mark filesystems that do not support symbolic links.
by Johannes Sixt
· 18 years ago
21666f1
convert object type handling from a string to a number
by Nicolas Pitre
· 18 years ago
4e4b55d
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
63e50d4
git-apply: do not fix whitespaces on context lines.
by Junio C Hamano
· 18 years ago
7bd59de
Merge branch 'js/apply'
by Junio C Hamano
· 18 years ago
ef1a5c2
Merge branches 'lt/crlf' and 'jc/apply-config'
by Junio C Hamano
· 18 years ago
aeabfa0
apply: make --verbose a little more useful
by Johannes Schindelin
· 18 years ago
3e8a5db
git-apply: guess correct -p<n> value for non-git patches.
by Junio C Hamano
· 18 years ago
9987d7c
git-apply: notice "diff --git" patch again
by Junio C Hamano
· 18 years ago
6c912f5
Fix botched "leak fix"
by Junio C Hamano
· 18 years ago
cc44c76
Mechanical conversion to use prefixcmp()
by Junio C Hamano
· 18 years ago
eac70c4
apply: fix memory leak in prefix_one()
by Johannes Schindelin
· 18 years ago
56185f4
git-apply: require -p<n> when working in a subdirectory.
by Junio C Hamano
· 18 years ago
aea1945
git-apply: do not lose cwd when run from a subdirectory.
by Junio C Hamano
· 18 years ago
700ea47
Teach 'git apply' to look at $HOME/.gitconfig even outside of a repository
by Junio C Hamano
· 18 years ago
6716027
Teach core.autocrlf to 'git apply'
by Junio C Hamano
· 18 years ago
dc7b243
Teach 'git apply' to look at $GIT_DIR/config
by Junio C Hamano
· 18 years ago
185c975
Do not take mode bits from index after type change.
by Junio C Hamano
· 18 years ago
cd554bb
apply --cached: fix crash in subdirectory
by Johannes Schindelin
· 18 years ago
d234b21
git-apply: Remove directories that have become empty after deleting a file.
by Alexandre Julliard
· 18 years ago
240897e
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
6534141
Fix "Do not ignore a detected patchfile brokenness."
by Junio C Hamano
· 18 years ago
5a17b54
Do not ignore a detected patchfile brokenness.
by Junio C Hamano
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
54acddc
Merge branch 'jc/numstat'
by Junio C Hamano
· 18 years ago
3dad11b
git-apply: slightly clean up bitfield usage
by Rene Scharfe
· 18 years ago
ef58d95
apply --numstat: mark binary diffstat with - -, not 0 0
by Junio C Hamano
· 18 years ago
82cc8d8
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
bf8675d
Use ULONG_MAX rather than implicit cast of -1.
by Shawn O. Pearce
· 18 years ago
a622f6b
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
6f9f3b2
apply: handle "traditional" creation/deletion diff correctly.
by Junio C Hamano
· 18 years ago
e19343a
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
b507b46
git-apply: prepare for upcoming GNU diff -u format change.
by Linus Torvalds
· 18 years ago
17250ac
Merge early part of branch 'jc/diff-apply-patch'
by Junio C Hamano
· 18 years ago
abdc3fc
Add hash_sha1_file()
by Rene Scharfe
· 18 years ago
854de5a
apply --numstat -z: line termination fix.
by Junio C Hamano
· 18 years ago
ce74618
git-diff/git-apply: make diff output a bit friendlier to GNU patch (part 1)
by Junio C Hamano
· 18 years ago
d0c2503
git-apply: second war on whitespace.
by Junio C Hamano
· 18 years ago
4be6096
apply --unidiff-zero: loosen sanity checks for --unidiff=0 patches
by Junio C Hamano
· 18 years ago
2b6eef9
Make apply --binary a no-op.
by Junio C Hamano
· 18 years ago
9befac4
Replace uses of strdup with xstrdup.
by Shawn Pearce
· 18 years ago
4cac42b
free(NULL) is perfectly valid.
by Junio C Hamano
· 18 years ago
b32d37a
Merge branch 'jc/apply'
by Junio C Hamano
· 18 years ago
8938045
git-apply --reject: finishing touches.
by Junio C Hamano
· 18 years ago
dd305c8
use name[len] in switch directly, instead of creating a shadowed variable.
by Pierre Habouzit
· 19 years ago
60b7f38
avoid to use error that shadows the function name, use err instead.
by Pierre Habouzit
· 19 years ago
0e9ee32
apply --reject: count hunks starting from 1, not 0
by Junio C Hamano
· 19 years ago
a2bf404
git-apply --verbose
by Junio C Hamano
· 19 years ago
82e2765
git-apply --reject: send rejects to .rej files.
by Junio C Hamano
· 19 years ago
57dc397
git-apply --reject
by Junio C Hamano
· 19 years ago
2cda1a2
apply --reverse: tie it all together.
by Junio C Hamano
· 19 years ago
03eb8f8
builtin-apply --reverse: two bugfixes.
by Junio C Hamano
· 19 years ago
96f1e58
remove unnecessary initializations
by David Rientjes
· 19 years ago
0bef57e
make inline is_null_sha1 global
by David Rientjes
· 19 years ago
3cd4f5e
git-apply --binary: clean up and prepare for --reverse
by Junio C Hamano
· 19 years ago
f686d03
git-apply --reverse: simplify reverse option.
by Junio C Hamano
· 19 years ago
40aaae8
Better error message when we are unable to lock the index file
by Junio C Hamano
· 19 years ago
242abf1
builtin-apply: remove unused increment
by Junio C Hamano
· 19 years ago
2c71810
git-apply: applying a patch to make a symlink shorter.
by Junio C Hamano
· 19 years ago
a633fca
Call setup_git_directory() much earlier
by Linus Torvalds
· 19 years ago
ab9f30f
git-apply -R: binary patches are irreversible for now.
by Junio C Hamano
· 19 years ago
e5a9431
Teach git-apply about '-R'
by Johannes Schindelin
· 19 years ago
56ac168
Fix t4114 on cygwin
by Johannes Schindelin
· 19 years ago
7f95aef
apply: handle type-changing patch correctly.
by Junio C Hamano
· 19 years ago
eed4664
apply: split out removal and creation into different phases.
by Junio C Hamano
· 19 years ago
c28c571
apply: check D/F conflicts more carefully.
by Junio C Hamano
· 19 years ago
a9486b0
Avoid C99 comments, use old-style C comments instead.
by Pavel Roskin
· 19 years ago
82e5a82
Fix more typos, primarily in the code
by Pavel Roskin
· 19 years ago
6244b24
Close the index file between writing and committing
by Johannes Schindelin
· 19 years ago
3eaa38d
apply: replace NO_ACCURATE_DIFF with --inaccurate-eof runtime flag.
by Johannes Schindelin
· 19 years ago
1d7f171
Remove all void-pointer arithmetic.
by Florian Forster
· 19 years ago
021b6e4
Make index file locking code reusable to others.
by Junio C Hamano
· 19 years ago
cd01d94
Merge branch 'lt/apply'
by Junio C Hamano
· 19 years ago
3f69d40
Merge branch 'jc/cache-tree'
by Junio C Hamano
· 19 years ago
4868f37
Merge branch 'master' into lt/apply
by Junio C Hamano
· 19 years ago
ac6245e
Builtin git-apply.
by Peter Eriksen
· 19 years ago
[Renamed (99%) from apply.c]
d91d4c2
apply --cached: do not check newly added file in the working tree
by Junio C Hamano
· 19 years ago
04e4888
apply --cached: apply a patch without using working tree.
by Junio C Hamano
· 19 years ago
49e3343
apply --numstat: show new name, not old name.
by Junio C Hamano
· 19 years ago
2fc240a
Merge branch 'jc/bindiff'
by Junio C Hamano
· 19 years ago
dbd0f7d
apply: fix infinite loop with multiple patches with --index
by Eric Wong
· 19 years ago
0660626
binary diff: further updates.
by Junio C Hamano
· 19 years ago
Next »