๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v1.0.3
/
diff-tree.c
tag
ccefd6e899a861f911052e47eabe4f77c09163ec
tagger
Junio C Hamano <junkio@cox.net>
Fri Dec 23 02:22:46 2005
object
c63da8d8e8c5b5078e59af15c1a41ff98ad61d59
GIT 1.0.3
47dd0d5
diff: --abbrev option
by Junio C Hamano
ยท 20 years ago
a50b870
diff-tree: teach single-commit diff-tree to honour grafts
by Junio C Hamano
ยท 20 years ago
9ce392f
Move diff.renamelimit out of default configuration.
by Junio C Hamano
ยท 20 years ago
601c978
Add --no-commit-id option for git-diff-tree, use it in gitk
by Pavel Roskin
ยท 20 years ago
50b8e35
Documentation changes to recursive option for git-diff-tree
by Chris Shoemaker
ยท 20 years ago
ac1b3d1
Split up tree diff functions into tree-diff.c library
by Linus Torvalds
ยท 20 years ago
4546738
Unlocalized isspace and friends
by Linus Torvalds
ยท 20 years ago
1771299
Add ".git/config" file parser
by Linus Torvalds
ยท 20 years ago
6b5ee13
Diff clean-up.
by Junio C Hamano
ยท 20 years ago
5098baf
Plug diff leaks.
by Junio C Hamano
ยท 20 years ago
d288a70
[PATCH] Make "git diff" work inside relative subdirectories
by Linus Torvalds
ยท 20 years ago
4d1f119
[PATCH] Unify usage strings declaration
by Petr Baudis
ยท 20 years ago
e68b6f1
Split up "diff_format" into "format" and "line_termination".
by Linus Torvalds
ยท 20 years ago
dda2d79
[PATCH] Clean up diff option descriptions.
by Junio C Hamano
ยท 20 years ago
52f2852
[PATCH] git-diff-*: --name-only and --name-only-z.
by Junio C Hamano
ยท 20 years ago
acb46f8
git-diff-*: support "-u" as a synonym for "-p"
by Linus Torvalds
ยท 20 years ago
9b66ec0
Add "--pretty=full" format that also shows committer.
by Linus Torvalds
ยท 20 years ago
1809266
Clean up git-diff-tree 'header' generation
by Linus Torvalds
ยท 20 years ago
4727f64
[PATCH] Make -C less eager.
by Junio C Hamano
ยท 20 years ago
f2ce9fd
[PATCH] Add --diff-filter= output restriction to diff-* family.
by Junio C Hamano
ยท 21 years ago
a7ca654
[PATCH] diff-tree: --find-copies-harder
by Junio C Hamano
ยท 21 years ago
ba88e54
git-diff-tree: fix output with just "--pretty".
by Linus Torvalds
ยท 21 years ago
a8db165
[PATCH] Support commit_format in diff-tree
by Junio C Hamano
ยท 21 years ago
000182e
pretty_print_commit: add different formats
by Linus Torvalds
ยท 21 years ago
0e3994f
[PATCH] diff: Clean up diff_scoreopt_parse().
by Junio C Hamano
ยท 21 years ago
ce24067
[PATCH] diff: Fix docs and add -O to diff-helper.
by Junio C Hamano
ยท 21 years ago
67574c4
[PATCH] diff: mode bits fixes
by Junio C Hamano
ยท 21 years ago
e3bc7a3
Add generic commit "pretty print" function.
by Linus Torvalds
ยท 21 years ago
af5323e
[PATCH] Add -O<orderfile> option to diff-* brothers.
by Junio C Hamano
ยท 21 years ago
f345b0a
[PATCH] Add -B flag to diff-* brothers.
by Junio C Hamano
ยท 21 years ago
befe863
[PATCH] diff: consolidate various calls into diffcore.
by Junio C Hamano
ยท 21 years ago
f0c6b2a
[PATCH] Optimize diff-tree -[CM] --stdin
by Junio C Hamano
ยท 21 years ago
367cec1
[PATCH] Add --pickaxe-all to diff-* brothers.
by Junio C Hamano
ยท 21 years ago
19feebc
[PATCH] Clean up diff_setup() to make it more extensible.
by Junio C Hamano
ยท 21 years ago
84c1afd
git-diff-tree: simplify header output with '-z'
by Linus Torvalds
ยท 21 years ago
fbe082a
git-diff-tree: don't use diffcore_pathspec()
by Linus Torvalds
ยท 21 years ago
4cae1a9
[PATCH] show changed tree objects with recursive git-diff-tree
by Junio C Hamano
ยท 21 years ago
d030935
[PATCH] Use DIFF_FORMAT_NO_OUTPUT to implement diff-tree -s option.
by Junio C Hamano
ยท 21 years ago
bceafe7
[PATCH] Fix diff-pruning logic which was running prune too early.
by Junio C Hamano
ยท 21 years ago
9ab55bd
diff-tree: don't write headers if the diff queue is empty
by Linus Torvalds
ยท 21 years ago
b6d8f30
[PATCH] diff-raw format update take #2.
by Junio C Hamano
ยท 21 years ago
5831b56
[PATCH] NUL terminate diff-tree header lines under -z.
by Junio C Hamano
ยท 21 years ago
09d74b3
Some more sparse warning fixes
by Linus Torvalds
ยท 21 years ago
6b14d7f
[PATCH] Diffcore updates.
by Junio C Hamano
ยท 21 years ago
81e50ea
[PATCH] The diff-raw format updates.
by Junio C Hamano
ยท 21 years ago
38c6f78
[PATCH] Prepare diffcore interface for diff-tree header supression.
by Junio C Hamano
ยท 21 years ago
d6db010
diff-tree: don't print multiple headers for merges when silent.
by Linus Torvalds
ยท 21 years ago
057c7d3
[PATCH] Constness fix for pickaxe option.
by Junio C Hamano
ยท 21 years ago
3258c90
diff-tree: prettify output slightly
by Linus Torvalds
ยท 21 years ago
52e9578
[PATCH] Introducing software archaeologist's tool "pickaxe".
by Junio C Hamano
ยท 21 years ago
427dcb4
[PATCH] Diff overhaul, adding half of copy detection.
by Junio C Hamano
ยท 21 years ago
e99d59f
sparse cleanup
by Linus Torvalds
ยท 21 years ago
e46091d
diff-tree: use new base_name_compare() helper function
by Linus Torvalds
ยท 21 years ago
de809db
Fix up previous commit
by Linus Torvalds
ยท 21 years ago
57fe64a
[PATCH] diff overhaul
by Junio C Hamano
ยท 21 years ago
dc26bd8
diff-tree: add "--root" flag to show a root commit as a big creation event.
by Linus Torvalds
ยท 21 years ago
667bb59
[PATCH] cleanup of in-code names
by Alexey Nezhdanov
ยท 21 years ago
5c97558
[PATCH] Detect renames in diff family.
by Junio C Hamano
ยท 21 years ago
850e82d
diff-tree: don't match non-directories as partial pathnames
by Linus Torvalds
ยท 21 years ago
ed1a368
diff-tree: fix "whole sub-tree disappeared or appeared" case
by Linus Torvalds
ยท 21 years ago
cb6c8ed
diff-tree: fix up comparison of "interesting" sub-trees
by Linus Torvalds
ยท 21 years ago
7384889
diff-tree: show hex sha1 of the single-commit argument case correctly.
by Linus Torvalds
ยท 21 years ago
0a8365a
diff-tree: fix and extend argument parsing
by Linus Torvalds
ยท 21 years ago
b11645b
diff-tree: clean up diff_tree_stdin() function
by Linus Torvalds
ยท 21 years ago
a02ebff
diff-tree: add author/date information to the verbose output
by Linus Torvalds
ยท 21 years ago
5aad72f
[PATCH] Document --stdin, -m, -s, and -v flags to git-diff-tree
by Junio C Hamano
ยท 21 years ago
cee99d2
diff-tree: add "verbose header" mode
by Linus Torvalds
ยท 21 years ago
f4f21ce
git-diff-tree: clean up output
by Linus Torvalds
ยท 21 years ago
e0965d8
diff-tree: support list if input trees on stdin
by Linus Torvalds
ยท 21 years ago
ed4eeaf
[PATCH] git: Mention the '-p' option in the usage help string if git-diff-tree.
by Thomas Glanzmann
ยท 21 years ago
3c249c9
Add "get_sha1()" helper function.
by Linus Torvalds
ยท 21 years ago
40469ee
[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1
by Junio C Hamano
๏ฟฝ๏ฟฝ 21 years ago
3a663fd
[PATCH] diff-tree -p implies diff-tree -p -r
by Junio C Hamano
ยท 21 years ago
3ebfd4a
[PATCH] Add -p (patch) to diff-tree.
by Junio C Hamano
ยท 21 years ago
812666c
[PATCH] introduce xmalloc and xrealloc
by Christopher Li
ยท 21 years ago
c5b4238
Support a fine-grained diff-tree
by Linus Torvalds
ยท 21 years ago
c5bac17
[PATCH] Usage-string fixes.
by Junio C Hamano
ยท 21 years ago
c1fdf2a
[PATCH] Teach diff-tree about commit objects
by Junio C Hamano
ยท 21 years ago
abdb007
Make "diff-tree" take commit objects too, like "diff-cache" does.
by Linus Torvalds
ยท 21 years ago
e447947
Be much more liberal about the file mode bits.
by Linus Torvalds
ยท 21 years ago
6cbd72f
Make "diff-tree" have similar behaviour as "ls-tree" wrt line termination.
by Linus Torvalds
ยท 21 years ago
33b238d
[PATCH] Change diff-tree output format
by Petr Baudis
ยท 21 years ago
35bb478
[PATCH] diff-tree usage
by Petr Baudis
ยท 21 years ago
aebb267
[PATCH] Whitespace Fixes
by Ingo Molnar
ยท 21 years ago
2de381f
[PATCH] Consolidate the error handling
by Petr Baudis
ยท 21 years ago
bf16c71
Fix up commit-tree/diff-tree user interface issues.
by Linus Torvalds
ยท 21 years ago
262e82b
Fix diff-tree recursion.
by Linus Torvalds
ยท 21 years ago
eeb7991
Simplify "diff-tree" output, and only keep track of one single name-base.
by Linus Torvalds
ยท 21 years ago
73134b6
Add "-R" flag to "diff-tree", so that it will recursively traverse a tree of trees
by Linus Torvalds
ยท 21 years ago
9174026
Add "diff-tree" program to show which files have changed between two trees.
by Linus Torvalds
ยท 21 years ago