index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
diff-cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-08-16
[PATCH] Make "git diff" work inside relative subdirectories
Linus Torvalds
1
-5
/
+7
2005-07-29
[PATCH] Unify usage strings declaration
Petr Baudis
1
-1
/
+1
2005-07-14
Split up "diff_format" into "format" and "line_termination".
Linus Torvalds
1
-7
/
+4
2005-07-14
Make "ce_match_path()" a generic helper function
Linus Torvalds
1
-22
/
+0
2005-07-14
Make git-diff-cache skip any comparisons which don't match pathspec
Linus Torvalds
1
-2
/
+28
2005-07-14
Start using the partial tree reading in "git-diff-cache"
Linus Torvalds
1
-2
/
+2
2005-07-14
Start adding interfaces to read in partial trees
Linus Torvalds
1
-1
/
+1
2005-07-13
[PATCH] Clean up diff option descriptions.
Junio C Hamano
1
-1
/
+3
2005-07-13
[PATCH] git-diff-*: --name-only and --name-only-z.
Junio C Hamano
1
-0
/
+8
2005-07-08
git-diff-*: support "-u" as a synonym for "-p"
Linus Torvalds
1
-1
/
+2
2005-06-19
[PATCH] Make -C less eager.
Junio C Hamano
1
-2
/
+10
2005-06-12
[PATCH] Add --diff-filter= output restriction to diff-* family.
Junio C Hamano
1
-2
/
+7
2005-06-08
[PATCH] git-diff-cache: handle pathspec beginning with a dash
Jonas Fonseca
1
-1
/
+6
2005-06-03
[PATCH] diff: Clean up diff_scoreopt_parse().
Junio C Hamano
1
-3
/
+6
2005-06-03
[PATCH] diff: Fix docs and add -O to diff-helper.
Junio C Hamano
1
-1
/
+1
2005-05-30
[PATCH] Add -O<orderfile> option to diff-* brothers.
Junio C Hamano
1
-1
/
+7
2005-05-30
[PATCH] Add -B flag to diff-* brothers.
Junio C Hamano
1
-2
/
+9
2005-05-30
[PATCH] diff: consolidate various calls into diffcore.
Junio C Hamano
1
-6
/
+3
2005-05-29
[PATCH] Pickaxe fixes.
Junio C Hamano
1
-1
/
+1
2005-05-29
[PATCH] Move pathspec to the beginning of the diffcore chain.
Junio C Hamano
1
-2
/
+2
2005-05-29
[PATCH] Add --pickaxe-all to diff-* brothers.
Junio C Hamano
1
-1
/
+6
2005-05-29
[PATCH] Clean up diff_setup() to make it more extensible.
Junio C Hamano
1
-3
/
+3
2005-05-24
git-diff-cache: fix argument parsing
Linus Torvalds
1
-14
/
+22
2005-05-23
[PATCH] Update git-diff-cache documentation.
Junio C Hamano
1
-1
/
+1
2005-05-23
[PATCH] Fix diff-pruning logic which was running prune too early.
Junio C Hamano
1
-1
/
+0
2005-05-23
[PATCH] diff-raw format update take #2.
Junio C Hamano
1
-1
/
+1
2005-05-22
[PATCH] Diffcore updates.
Junio C Hamano
1
-10
/
+17
2005-05-21
[PATCH] The diff-raw format updates.
Junio C Hamano
1
-7
/
+5
2005-05-21
[PATCH] Prepare diffcore interface for diff-tree header supression.
Junio C Hamano
1
-4
/
+6
2005-05-21
[PATCH] Constness fix for pickaxe option.
Junio C Hamano
1
-1
/
+1
2005-05-21
[PATCH] Diff overhaul, adding the other half of copy detection.
Junio C Hamano
1
-1
/
+2
2005-05-21
[PATCH] Introducing software archaeologist's tool "pickaxe".
Junio C Hamano
1
-3
/
+8
2005-05-21
[PATCH] Diff overhaul, adding half of copy detection.
Junio C Hamano
1
-1
/
+7
2005-05-20
sparse cleanup
Linus Torvalds
1
-2
/
+2
2005-05-19
[PATCH] diff overhaul
Junio C Hamano
1
-25
/
+17
2005-05-19
[PATCH] cleanup of in-code names
Alexey Nezhdanov
1
-1
/
+1
2005-05-19
[PATCH] Detect renames in diff family.
Junio C Hamano
1
-2
/
+14
2005-05-18
[PATCH] Kill a bunch of pointer sign warnings for gcc4
Brian Gerst
1
-1
/
+1
2005-05-15
Rename some more cache-related functions
Brad Roberts
1
-2
/
+2
2005-05-15
Rename cache_match_stat() to ce_match_stat()
Brad Roberts
1
-1
/
+1
2005-05-07
Fix usage string of git-diff-cache and add documentation of -m flag.
Junio C Hamano
1
-1
/
+1
2005-05-05
diff-cache shows differences for unmerged paths without --cache.
Junio C Hamano
1
-4
/
+19
2005-05-05
git-diff-cache: add "-m" flag to match all non-checked-out files with the index.
Linus Torvalds
1
-2
/
+13
2005-05-05
[PATCH] git and symlinks as tracked content
Kay Sievers
1
-1
/
+1
2005-05-01
Add "get_sha1()" helper function.
Linus Torvalds
1
-1
/
+1
2005-04-28
[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1
Junio C Hamano
1
-1
/
+1
2005-04-28
[PATCH] diff-cache.c compilation warning fix.
Junio C Hamano
1
-2
/
+2
2005-04-27
diff-cache: handle modified new files correctly
Linus Torvalds
1
-18
/
+44
2005-04-27
[PATCH] Add -p (patch) to diff-cache.
Junio C Hamano
1
-9
/
+28
2005-04-26
diff-cache: fix handling of unmerged files.
Linus Torvalds
1
-22
/
+39
[next]