index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
diff.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
diff-options: add --patch-with-stat
Johannes Schindelin
2006-04-16
1
-1
/
+16
*
diff-files --stat: do not dump core with unmerged index.
Junio C Hamano
2006-04-16
1
-4
/
+17
*
diff --stat: do not do its own three-dashes.
Junio C Hamano
2006-04-15
1
-2
/
+0
*
diff --stat: no need to ask funcnames nor context.
Junio C Hamano
2006-04-14
1
-2
/
+2
*
diff-options: add --stat (take 2)
Johannes Schindelin
2006-04-14
1
-5
/
+5
*
diff-options: add --stat (take 2)
Johannes Schindelin
2006-04-14
1
-5
/
+217
*
Separate the raw diff and patch with a newline
Petr Baudis
2006-04-11
1
-0
/
+1
*
diff-* --patch-with-raw
Junio C Hamano
2006-04-11
1
-33
/
+49
*
Retire diffcore-pathspec.
Junio C Hamano
2006-04-11
1
-2
/
+0
*
diff: fix output of total-rewrite diff.
Junio C Hamano
2006-04-09
1
-2
/
+3
*
-
.
Merge branches 'master' and 'jc/combine' into next
Junio C Hamano
2006-04-05
1
-19
/
+25
|
\
\
|
*
\
Merge branch 'fix'
Junio C Hamano
2006-04-05
1
-19
/
+25
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
diff_flush(): leakfix.
Junio C Hamano
2006-04-05
1
-19
/
+25
*
|
|
Support for pickaxe matching regular expressions
Petr Baudis
2006-04-04
1
-0
/
+2
|
/
/
*
|
tree/diff header cleanup.
Junio C Hamano
2006-03-30
1
-1
/
+1
*
|
xdiff: Show function names in hunk headers.
Mark Wooding
2006-03-28
1
-0
/
+1
*
|
Merge branch 'lt/diffgen' into next
Junio C Hamano
2006-03-26
1
-162
/
+94
|
\
\
|
*
|
true built-in diff: run everything in-core.
Junio C Hamano
2006-03-26
1
-162
/
+94
*
|
|
Merge branch 'lt/diffgen' into next
Junio C Hamano
2006-03-26
1
-6
/
+104
|
\
|
|
|
*
|
built-in diff: minimum tweaks
Junio C Hamano
2006-03-26
1
-5
/
+36
|
*
|
Use a *real* built-in diff generator
Linus Torvalds
2006-03-26
1
-6
/
+73
*
|
|
diffcore-rename: somewhat optimized.
Junio C Hamano
2006-03-12
1
-0
/
+2
|
/
/
*
|
Make git diff-generation use a simpler spawn-like interface
Linus Torvalds
2006-02-27
1
-58
/
+80
*
|
Merge branch 'jc/nostat'
Junio C Hamano
2006-02-22
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
"Assume unchanged" git
Junio C Hamano
2006-02-09
1
-1
/
+1
*
|
find_unique_abbrev() simplification.
Junio C Hamano
2006-02-10
1
-11
/
+3
|
/
*
Allow diff and index commands to be interrupted
Petr Baudis
2006-02-02
1
-0
/
+2
*
diff --abbrev=<n> option fix.
Junio C Hamano
2006-01-28
1
-1
/
+6
*
abbrev cleanup: use symbolic constants
Junio C Hamano
2006-01-28
1
-2
/
+2
*
code comments: spell
Junio C Hamano
2005-12-29
1
-1
/
+1
*
Handle symlinks graciously
Johannes Schindelin
2005-12-27
1
-1
/
+1
*
avoid asking ?alloc() for zero bytes.
Junio C Hamano
2005-12-27
1
-3
/
+3
*
diff: --abbrev option
Junio C Hamano
2005-12-20
1
-6
/
+51
*
Move diff.renamelimit out of default configuration.
Junio C Hamano
2005-11-22
1
-0
/
+10
*
rename/copy score parsing updates.
H. Peter Anvin
2005-11-21
1
-12
/
+21
*
rename detection with -M100 means "exact renames only".
Junio C Hamano
2005-11-21
1
-0
/
+4
*
diff: --full-index
Junio C Hamano
2005-11-17
1
-6
/
+8
*
diff: make default rename detection limit configurable.
Junio C Hamano
2005-11-16
1
-2
/
+7
*
Split up tree diff functions into tree-diff.c library
Linus Torvalds
2005-10-23
1
-0
/
+3
*
Handle "-" at beginning of filenames, part 3
Linus Torvalds
2005-10-18
1
-1
/
+1
*
Update git-diff-* to use C-style quoting for funny pathnames.
Junio C Hamano
2005-10-18
1
-40
/
+95
*
Show original and resulting blob object info in diff output.
Junio C Hamano
2005-10-07
1
-20
/
+57
*
Consolidate null_sha1[].
Junio C Hamano
2005-10-01
1
-2
/
+1
*
Diff: --name-status output format.
Junio C Hamano
2005-09-25
1
-9
/
+13
*
Diff: -l<num> to limit rename/copy detection.
Junio C Hamano
2005-09-25
1
-2
/
+5
*
Diff clean-up.
Junio C Hamano
2005-09-25
1
-44
/
+93
*
Retire diff-helper.
Junio C Hamano
2005-09-22
1
-23
/
+0
*
Plug diff leaks.
Junio C Hamano
2005-09-16
1
-1
/
+4
*
Revert "[PATCH] plug memory leak in diff.c::diff_free_filepair()"
Junio C Hamano
2005-09-14
1
-4
/
+5
*
[PATCH] Fix alloc_filespec() initialization
Linus Torvalds
2005-09-14
1
-7
/
+3
[next]