index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2005-05-29
[PATCH] Add --pickaxe-all to diff-* brothers.
Junio C Hamano
6
-26
/
+81
2005-05-29
[PATCH] Remove a function not used anymore.
Junio C Hamano
2
-25
/
+0
2005-05-29
[PATCH] Clean up diff_setup() to make it more extensible.
Junio C Hamano
5
-16
/
+19
2005-05-29
[PATCH] Remove final newline from the value of xfrm_msg variable.
Junio C Hamano
2
-4
/
+4
2005-05-29
[PATCH] Do not expose internal scaling to diff-helper.
Junio C Hamano
2
-3
/
+1
2005-05-29
[PATCH] Remove unused rank field from diff_core structure.
Junio C Hamano
1
-1
/
+0
2005-05-29
[PATCH] Make pathspec only care about the detination tree.
Junio C Hamano
1
-2
/
+1
2005-05-29
[PATCH] Introduce diff_free_filepair() funcion.
Junio C Hamano
5
-13
/
+15
2005-05-29
[PATCH] Fix math thinko in similarity estimator.
Junio C Hamano
1
-1
/
+1
2005-05-29
[PATCH] Document the --root switch of git-diff-tree
Thomas Glanzmann
1
-0
/
+4
2005-05-27
[PATCH] check_file_directory_conflict path fix
David Meybohm
1
-1
/
+3
2005-05-27
git-diff-tree: simplify header output with '-z'
Linus Torvalds
1
-12
/
+5
2005-05-26
[PATCH] allow pathspec to end with a slash
Junio C Hamano
1
-1
/
+5
2005-05-26
git-diff-tree: don't use diffcore_pathspec()
Linus Torvalds
1
-2
/
+0
2005-05-26
[PATCH] fix and testcase for git-commit-tree option
Rene Scharfe
2
-1
/
+46
2005-05-26
[PATCH] Make ls-* output consistent with diff-* output format.
Junio C Hamano
5
-94
/
+94
2005-05-26
[PATCH] ls-tree matching multiple paths
Jason McMullan
3
-18
/
+227
2005-05-26
[PATCH] Add git-external-diff-script
Junio C Hamano
1
-0
/
+67
2005-05-26
[PATCH] Diff updates to express type changes
Junio C Hamano
2
-9
/
+42
2005-05-26
git-apply: add "--check" option to check that the diff makes sense
Linus Torvalds
1
-26
/
+96
2005-05-26
git-apply: when validating default names, check the final EOLN too
Linus Torvalds
1
-1
/
+1
2005-05-26
git-apply: pick up default filenames from "diff --git" header line
Linus Torvalds
1
-10
/
+72
2005-05-26
git-apply: make the diffstat output happen for "--stat" only.
Linus Torvalds
1
-28
/
+68
2005-05-26
git-apply: implement "diffstat" output
Linus Torvalds
1
-15
/
+77
2005-05-26
git-apply: parse the whole list of patches into memory first
Linus Torvalds
1
-90
/
+146
2005-05-25
[PATCH] Test case portability fix.
Mark Allen
2
-5
/
+3
2005-05-25
Make "parse_object()" also fill in commit message buffer data.
Linus Torvalds
3
-1
/
+7
2005-05-25
git-rev-list: add "end" commit and "--header" flag
Linus Torvalds
1
-15
/
+42
2005-05-25
commit: save the commit buffer off when parsing a commit
Linus Torvalds
2
-0
/
+5
2005-05-25
unpack_sha1_file: zero-pad the unpacked object.
Linus Torvalds
1
-1
/
+2
2005-05-25
[PATCH] Mode only changes from diff.
Junio C Hamano
3
-2
/
+40
2005-05-25
[PATCH] Fix type-change handling when assigning the status code to filepairs.
Junio C Hamano
2
-14
/
+25
2005-05-25
[PATCH] Adjust show-files test for dotfiles.
Junio C Hamano
1
-3
/
+4
2005-05-25
git-pull-script: pretty-print the merge head information
Linus Torvalds
1
-3
/
+12
2005-05-25
[PATCH] optimize git-resolve-script
Jeff Garzik
1
-2
/
+2
2005-05-25
diff.c: don't silently ignore unknown state changes in diffs.
Linus Torvalds
1
-1
/
+1
2005-05-25
[PATCH] show changed tree objects with recursive git-diff-tree
Junio C Hamano
2
-2
/
+12
2005-05-25
[PATCH] Use pathspec array correctly
Junio C Hamano
1
-2
/
+2
2005-05-24
git-rev-tree: teach it about tag references
Linus Torvalds
1
-24
/
+25
2005-05-24
[PATCH] Allow dot files in ls-files as well (take #2).
Junio C Hamano
1
-1
/
+4
2005-05-24
git-diff-cache: fix argument parsing
Linus Torvalds
1
-14
/
+22
2005-05-24
[PATCH] Update rename/copy similarity estimator.
Junio C Hamano
4
-7
/
+116
2005-05-24
[PATCH] Squelch compiler warning
Junio C Hamano
1
-1
/
+1
2005-05-24
[PATCH] Allow symlinks in the leading path in checkout-cache --prefix=
Junio C Hamano
2
-13
/
+110
2005-05-24
[PATCH] Use DIFF_FORMAT_NO_OUTPUT to implement diff-tree -s option.
Junio C Hamano
1
-12
/
+2
2005-05-24
git-update-cache: allow dot-files
Linus Torvalds
1
-4
/
+40
2005-05-24
git-commit-tree: allow overriding of commit date
Linus Torvalds
1
-2
/
+5
2005-05-24
[PATCH] Redo rename/copy detection logic.
Junio C Hamano
6
-252
/
+314
2005-05-23
git-apply: more consistency checks on gitdiff filenames
Linus Torvalds
1
-4
/
+46
2005-05-23
[PATCH] adjust git-deltafy-script to the new diff-tree output format
Nicolas Pitre
1
-2
/
+3
[prev]
[next]