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-06-02
[PATCH] git-tar-tree: add a test case
Rene Scharfe
1
-0
/
+106
2005-06-02
[PATCH] git-tar-tree: small doc update
Rene Scharfe
1
-1
/
+8
2005-06-02
[PATCH] git-tar-tree: cleanup write_trailer()
Rene Scharfe
1
-7
/
+4
2005-06-02
Clarify git-diff-cache semantics in the tutorial.
Linus Torvalds
1
-13
/
+28
2005-06-02
[PATCH] Find size of SHA1 object without inflating everything.
Junio C Hamano
3
-5
/
+67
2005-06-02
[PATCH] Handle deltified object correctly in git-*-pull family.
Junio C Hamano
10
-6
/
+66
2005-06-02
git-rev-list: split out commit limiting from main() too.
Linus Torvalds
1
-17
/
+21
2005-06-02
git-rev-list: factor out the commit printing from "main()"
Linus Torvalds
1
-36
/
+50
2005-06-02
Run the tutorial through ispell once more
Linus Torvalds
1
-6
/
+6
2005-06-02
Split up unpack_sha1_file() some more
Linus Torvalds
2
-19
/
+74
2005-06-01
Add "unpack_sha1_header()" helper function
Linus Torvalds
2
-12
/
+16
2005-06-01
tutorial.txt: start describing how to copy repositories
Linus Torvalds
1
-3
/
+97
2005-06-01
[PATCH] diff: mode bits fixes
Junio C Hamano
5
-15
/
+17
2005-06-01
Update tutorial for simplified "git" script.
Linus Torvalds
1
-8
/
+19
2005-06-01
Add "git" and "git-log-script" helper scripts.
Linus Torvalds
3
-2
/
+9
2005-06-01
git-rev-list: add "--pretty" command line option
Linus Torvalds
1
-5
/
+22
2005-06-01
Add generic commit "pretty print" function.
Linus Torvalds
3
-69
/
+86
2005-06-01
[PATCH] git: git-commit-script ignores $GIT_DIR
Alexey Guzeev
1
-1
/
+1
2005-06-01
tutorial.txt: fix typos and a'git-whatchanged' example
Linus Torvalds
1
-11
/
+11
2005-05-31
git-apply --stat: limit lines to 79 characters
Linus Torvalds
1
-4
/
+9
2005-05-31
[PATCH] ls-tree: handle trailing slashes in the pathspec properly.
Junio C Hamano
3
-52
/
+146
2005-05-31
Add first cut at a simple git tutorial.
Linus Torvalds
1
-0
/
+413
2005-05-31
[PATCH] diff: consolidate test helper script pieces.
Junio C Hamano
6
-83
/
+43
2005-05-31
pathspec: fix pathspecs with '/' at the end
Linus Torvalds
1
-8
/
+8
2005-05-31
git-apply: don't try to be clever about filenames and the index
Linus Torvalds
1
-13
/
+5
2005-05-30
git-rev-list: add "--parents" command line flag
Linus Torvalds
1
-2
/
+14
2005-05-30
git-rev-list: use proper lazy reachability analysis
Linus Torvalds
1
-5
/
+50
2005-05-30
commit_list_insert: return the new commit list entry
Linus Torvalds
2
-2
/
+3
2005-05-30
[PATCH] Show dissimilarity index for D and N case.
Junio C Hamano
2
-2
/
+24
2005-05-30
[PATCH] Add -O<orderfile> option to diff-* brothers.
Junio C Hamano
10
-10
/
+167
2005-05-30
[PATCH] Buglets fix in the new two scripts
Junio C Hamano
2
-10
/
+8
2005-05-30
git-resolve-script: use "git-apply --stat" instead of diffstat
Linus Torvalds
1
-2
/
+2
2005-05-30
[PATCH] mkdelta enhancements (take 2)
Nicolas Pitre
2
-172
/
+245
2005-05-30
Add "commit" helper script
Linus Torvalds
4
-2
/
+104
2005-05-30
[PATCH] Add -B flag to diff-* brothers.
Junio C Hamano
13
-29
/
+433
2005-05-30
[PATCH] diff: fix the culling of unneeded delete record.
Junio C Hamano
2
-32
/
+35
2005-05-30
[PATCH] diff: further cleanup.
Junio C Hamano
1
-2
/
+7
2005-05-30
[PATCH] diff: code clean-up and removal of rename hack.
Junio C Hamano
3
-7
/
+7
2005-05-30
[PATCH] diff: consolidate various calls into diffcore.
Junio C Hamano
5
-16
/
+25
2005-05-30
[PATCH] diff-helper: Fix R/C score parsing under -z flag.
Junio C Hamano
5
-18
/
+219
2005-05-30
git-init-db: set up the full default environment
Linus Torvalds
1
-6
/
+49
2005-05-29
git-mktag: be more careful in reading the input.
Linus Torvalds
1
-1
/
+12
2005-05-29
[PATCH] Fix count-delta overcounting
Junio C Hamano
1
-0
/
+3
2005-05-29
[PATCH] Do not include unused header files.
Junio C Hamano
3
-3
/
+0
2005-05-29
[PATCH] Pickaxe fixes.
Junio C Hamano
5
-5
/
+18
2005-05-29
[PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"
Junio C Hamano
5
-156
/
+195
2005-05-29
[PATCH] Adjust diff-helper to diff-tree -v -z changes.
Junio C Hamano
1
-1
/
+4
2005-05-29
[PATCH] Optimize diff-tree -[CM] --stdin
Junio C Hamano
6
-9
/
+102
2005-05-29
[PATCH] Move pathspec to the beginning of the diffcore chain.
Junio C Hamano
4
-19
/
+19
2005-05-29
[PATCH] Fix the way diffcore-rename records unremoved source.
Junio C Hamano
4
-80
/
+169
[prev]
[next]