Sign in
googlers
/
jrn
/
git
/
13b70d2ad96a79fb439c6b4fc0e8058b1762bae2
/
tree-diff.c
456a4c0
Merge branch 'jk/diff-not-so-quick'
by Junio C Hamano
· 14 years ago
28b9264
diff: futureproof "stop feeding the backend early" logic
by Junio C Hamano
· 14 years ago
af7b41c
diff_tree: disable QUICK optimization with diff filter
by Jeff King
· 14 years ago
1273738
Merge branch 'nd/struct-pathspec'
by Junio C Hamano
· 14 years ago
97d0b74
Improve tree_entry_interesting() handling code
by Nguyễn Thái Ngọc Duy
· 14 years ago
c0aa335
Remove unused variables
by Johannes Schindelin
· 14 years ago
1376e50
grep: drop pathspec_matches() in favor of tree_entry_interesting()
by Nguyễn Thái Ngọc Duy
· 14 years ago
bc96cc8
tree_entry_interesting(): support depth limit
by Nguyễn Thái Ngọc Duy
· 14 years ago
4893267
diff-tree: convert base+baselen to writable strbuf
by Nguyễn Thái Ngọc Duy
· 14 years ago
2c389fc
Move tree_entry_interesting() to tree-walk.c and export it
by Nguyễn Thái Ngọc Duy
· 14 years ago
475005a
tree_entry_interesting(): remove dependency on struct diff_options
by Nguyễn Thái Ngọc Duy
· 14 years ago
66f1362
Convert struct diff_options to use struct pathspec
by Nguyễn Thái Ngọc Duy
· 14 years ago
acbaf54
Merge branch 'en/tree-walk-optim'
by Junio C Hamano
· 14 years ago
7e1ec0d
diff_tree(): Skip skip_uninteresting() when all remaining paths interesting
by Elijah Newren
· 15 years ago
4a5e74f
tree_entry_interesting(): Make return value more specific
by Elijah Newren
· 15 years ago
b6b987a
Document pre-condition for tree_entry_interesting
by Elijah Newren
· 15 years ago
44c48a9
diff --follow: do call diffcore_std() as necessary
by Junio C Hamano
· 15 years ago
39f75d2
diff --follow: do not waste cycles while recursing
by Junio C Hamano
· 15 years ago
0cdca13
Make git log --follow find copies among unmodified files.
by Bo Yang
· 15 years ago
e3d42c4
Performance optimization for detection of modified submodules
by Jens Lehmann
· 15 years ago
90b1994
diff: Rename QUIET internal option to QUICK
by Junio C Hamano
· 16 years ago
f245194
diff: change semantics of "ignore whitespace" options
by Junio C Hamano
· 16 years ago
4197195
Merge branch 'ne/maint-1.6.0-diff-tree-t-r-show-directory'
by Junio C Hamano
· 16 years ago
df533f3
diff-tree -r -t: include added/removed directories in the output
by Nick Edelen
· 16 years ago
3ea3c21
Fix typos / spelling in comments
by Mike Ralphson
· 16 years ago
f0946cb
tree_entry_interesting: a pathspec only matches at directory boundary
by Björn Steinbrink
· 16 years ago
7e44c93
'git foo' program identifies itself without dash in die() messages
by Junio C Hamano
· 17 years ago
fd55a19
Fix buffer overflow in git diff
by Dmitry Potapov
· 17 years ago
03b69c7
Fix small memory leaks induced by diff_tree_setup_paths
by Mike Hommey
· 17 years ago
8f67f8a
Make the diff_options bitfields be an unsigned with explicit masks.
by Pierre Habouzit
· 17 years ago
6dd4b66
Fix diffcore-break total breakage
by Linus Torvalds
· 17 years ago
9f38e1e
Fix up "git log --follow" a bit..
by Linus Torvalds
· 18 years ago
750f7b6
Finally implement "git log --follow"
by Linus Torvalds
· 18 years ago
1d848f6
tree_entry_interesting(): allow it to say "everything is interesting"
by Junio C Hamano
· 18 years ago
ccc744a
tree-diff: avoid strncmp()
by Junio C Hamano
· 18 years ago
7d2f667
Teach tree_entry_interesting() that the tree entries are sorted.
by Junio C Hamano
· 18 years ago
6fda5e5
Initialize tree descriptors with a helper function rather than by hand.
by Linus Torvalds
· 18 years ago
5d86501
Set up for better tree diff optimizations
by Linus Torvalds
· 18 years ago
d54fe39
Merge branch 'ar/diff'
by Junio C Hamano
· 18 years ago
304de2d
Avoid unnecessary strlen() calls
by Linus Torvalds
· 18 years ago
822cac0
Teach --quiet to diff backends.
by Junio C Hamano
· 18 years ago
21666f1
convert object type handling from a string to a number
by Nicolas Pitre
· 18 years ago
2b60356
Make git-cherry handle root trees
by Rene Scharfe
· 18 years ago
a89fccd
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
by David Rientjes
· 19 years ago
cf995ed
Make show_entry void
by David Rientjes
· 19 years ago
a8baa7b
tree-diff: do not assume we use only one pathspec
by Junio C Hamano
· 19 years ago
8e44025
Use blob_, commit_, tag_, and tree_type throughout.
by Peter Eriksen
· 19 years ago
1b0c717
tree/diff header cleanup.
by Junio C Hamano
· 19 years ago
50f9a85
Make the "struct tree_desc" operations available to others
by Linus Torvalds
· 19 years ago
7e4a2a8
avoid asking ?alloc() for zero bytes.
by Junio C Hamano
· 19 years ago
ac1b3d1
Split up tree diff functions into tree-diff.c library
by Linus Torvalds
· 19 years ago