index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
diff-tree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide a way to flush git-diff-tree's output
Paul Mackerras
2006-05-18
1
-1
/
+4
*
Log message printout cleanups
Linus Torvalds
2006-04-18
1
-0
/
+1
*
Split init_revisions() out of setup_revisions()
Junio C Hamano
2006-04-16
1
-0
/
+1
*
Fix up default abbrev in setup_revisions() argument parser.
Junio C Hamano
2006-04-15
1
-0
/
+1
*
Common option parsing for "git log --diff" and friends
Linus Torvalds
2006-04-15
1
-50
/
+41
*
tree-diff: do not assume we use only one pathspec
Junio C Hamano
2006-04-11
1
-1
/
+1
*
log-tree: separate major part of diff-tree.
Junio C Hamano
2006-04-09
1
-202
/
+24
*
Use blob_, commit_, tag_, and tree_type throughout.
Peter Eriksen
2006-04-04
1
-1
/
+1
*
diff-tree: do not default to -c
Junio C Hamano
2006-02-12
1
-2
/
+2
*
combine-diff: move formatting logic to show_combined_diff()
Junio C Hamano
2006-02-10
1
-1
/
+1
*
diff-tree -c raw output
Linus Torvalds
2006-02-09
1
-6
/
+12
*
Fix "git diff a..b" breakage
Linus Torvalds
2006-02-07
1
-2
/
+3
*
git-diff-tree --stdin: show all parents.
Junio C Hamano
2006-02-06
1
-26
/
+39
*
combine-diff: remove misguided --show-empty hack.
Junio C Hamano
2006-02-06
1
-3
/
+0
*
diff-tree --always flag
Linus Torvalds
2006-02-05
1
-0
/
+9
*
-
.
Merge lt/revlist,jc/diff,jc/revparse,jc/abbrev
Junio C Hamano
2006-01-28
1
-13
/
+41
|
\
\
|
|
*
pretty_print_commit(): pass commit object instead of commit->buffer.
Junio C Hamano
2006-01-28
1
-6
/
+5
|
|
*
diff-tree: abbreviate merge parent object names with --abbrev --pretty.
Junio C Hamano
2006-01-28
1
-1
/
+1
|
|
/
|
/
|
|
*
diff-tree --cc: denser combined diff output for a merge commit.
Junio C Hamano
2006-01-28
1
-2
/
+8
|
*
diff-tree -c: show a merge commit a bit more sensibly.
Junio C Hamano
2006-01-28
1
-6
/
+30
|
/
*
diff: --abbrev option
Junio C Hamano
2005-12-20
1
-16
/
+24
*
diff-tree: teach single-commit diff-tree to honour grafts
Junio C Hamano
2005-11-24
1
-29
/
+25
*
Move diff.renamelimit out of default configuration.
Junio C Hamano
2005-11-22
1
-1
/
+1
*
Add --no-commit-id option for git-diff-tree, use it in gitk
Pavel Roskin
2005-11-11
1
-1
/
+7
*
Documentation changes to recursive option for git-diff-tree
Chris Shoemaker
2005-10-28
1
-2
/
+4
*
Split up tree diff functions into tree-diff.c library
Linus Torvalds
2005-10-23
1
-268
/
+14
*
Unlocalized isspace and friends
Linus Torvalds
2005-10-15
1
-1
/
+0
*
Add ".git/config" file parser
Linus Torvalds
2005-10-11
1
-0
/
+1
*
Diff clean-up.
Junio C Hamano
2005-09-25
1
-92
/
+39
*
Plug diff leaks.
Junio C Hamano
2005-09-16
1
-0
/
+1
*
[PATCH] Make "git diff" work inside relative subdirectories
Linus Torvalds
2005-08-17
1
-4
/
+13
*
[PATCH] Unify usage strings declaration
Petr Baudis
2005-07-30
1
-1
/
+1
*
Split up "diff_format" into "format" and "line_termination".
Linus Torvalds
2005-07-15
1
-9
/
+6
*
[PATCH] Clean up diff option descriptions.
Junio C Hamano
2005-07-13
1
-1
/
+3
*
[PATCH] git-diff-*: --name-only and --name-only-z.
Junio C Hamano
2005-07-13
1
-0
/
+8
*
git-diff-*: support "-u" as a synonym for "-p"
Linus Torvalds
2005-07-08
1
-1
/
+1
*
Add "--pretty=full" format that also shows committer.
Linus Torvalds
2005-06-27
1
-13
/
+0
*
Clean up git-diff-tree 'header' generation
Linus Torvalds
2005-06-23
1
-12
/
+6
*
[PATCH] Make -C less eager.
Junio C Hamano
2005-06-20
1
-3
/
+3
*
[PATCH] Add --diff-filter= output restriction to diff-* family.
Junio C Hamano
2005-06-13
1
-3
/
+9
*
[PATCH] diff-tree: --find-copies-harder
Junio C Hamano
2005-06-13
1
-3
/
+10
*
git-diff-tree: fix output with just "--pretty".
Linus Torvalds
2005-06-13
1
-0
/
+1
*
[PATCH] Support commit_format in diff-tree
Junio C Hamano
2005-06-13
1
-1
/
+19
*
pretty_print_commit: add different formats
Linus Torvalds
2005-06-05
1
-1
/
+2
*
[PATCH] diff: Clean up diff_scoreopt_parse().
Junio C Hamano
2005-06-03
1
-3
/
+6
*
[PATCH] diff: Fix docs and add -O to diff-helper.
Junio C Hamano
2005-06-03
1
-1
/
+1
*
[PATCH] diff: mode bits fixes
Junio C Hamano
2005-06-01
1
-1
/
+3
*
Add generic commit "pretty print" function.
Linus Torvalds
2005-06-01
1
-69
/
+3
*
[PATCH] Add -O<orderfile> option to diff-* brothers.
Junio C Hamano
2005-05-31
1
-1
/
+7
*
[PATCH] Add -B flag to diff-* brothers.
Junio C Hamano
2005-05-30
1
-1
/
+7
[next]