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-07-04
git-cvsimport-script: use private index.
Sven Verdoolaege
1
-20
/
+23
2005-07-03
git-rev-parse: support show sha1 names for pack entries
Linus Torvalds
1
-0
/
+49
2005-07-03
Make git-rev-parse support cogito-style "short hex names"
Linus Torvalds
1
-3
/
+76
2005-07-04
git-cvsimport-script: leave working directory alone.
Sven Verdoolaege
1
-33
/
+48
2005-07-03
Make the name of a pack-file depend on the objects packed there-in.
Linus Torvalds
2
-17
/
+20
2005-07-03
git-cvsimport-script: typo head -> heads
Sven Verdoolaege
1
-1
/
+1
2005-07-03
Add "git-prune-packed" that removes objects that exist in a pack.
Linus Torvalds
2
-1
/
+68
2005-07-03
Add "git repack" command that does an incremental pack
Linus Torvalds
2
-1
/
+19
2005-07-03
Add "--non-empty" flag to git-pack-objects
Linus Torvalds
1
-0
/
+7
2005-07-03
"git rev-list --unpacked" shows only unpacked commits
Linus Torvalds
1
-0
/
+11
2005-07-03
Add "--incremental" flag to git-pack-objects
Linus Torvalds
1
-1
/
+9
2005-07-03
Add "--all" flag to rev-parse that shows all refs
Linus Torvalds
2
-3
/
+14
2005-07-03
Add "has_sha1_pack()" function to query whether the object is available in a ...
Linus Torvalds
2
-0
/
+7
2005-07-03
Make git-fsck-cache check HEAD integrity
Linus Torvalds
1
-0
/
+26
2005-07-03
Fix sparse warnings.
Linus Torvalds
9
-18
/
+18
2005-07-03
cvsimport: Missing tests for verbosity flag.
Matthias Urlichs
1
-2
/
+2
2005-07-03
Fix up header file dependencies and add sparse checking rules
Linus Torvalds
1
-1
/
+10
2005-07-03
Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cache
Linus Torvalds
4
-63
/
+18
2005-07-03
Fix gcc warning in send-pack.c
Linus Torvalds
1
-0
/
+1
2005-07-03
Avoid gcc warnings in sha1_file.c
Linus Torvalds
1
-4
/
+4
2005-07-03
Support :ext: access method.
Sven Verdoolaege
2
-3
/
+23
2005-07-03
Honour CVS_SERVER.
Sven Verdoolaege
1
-1
/
+3
2005-07-03
git-cvsimport-script: clean up documentation
Sven Verdoolaege
1
-8
/
+0
2005-07-03
Make specification of CVS module to convert optional.
Sven Verdoolaege
2
-9
/
+27
2005-07-03
Fixed a typo in Documentation/git-cvsimport-script.txt.
Sven Verdoolaege
1
-1
/
+1
2005-07-02
Generalize the "show each ref" code in receice-pack
Linus Torvalds
3
-53
/
+77
2005-06-30
[PATCH] Show more details of packfile with verify-pack -v.
Junio C Hamano
3
-1
/
+84
2005-06-30
[PATCH] verify-pack updates.
Junio C Hamano
7
-44
/
+156
2005-06-30
[PATCH] Avoid unnecessarily inflating and interpreting delta
Junio C Hamano
2
-38
/
+44
2005-06-30
cvsimport: add documentation.
Matthias Urlichs
1
-0
/
+82
2005-06-30
cvsimport: Added option '-p': pass options to cvsps
Matthias Urlichs
1
-3
/
+6
2005-06-30
cvsimport: Exit if an existing repository doesn't have the right branch.
Matthias Urlichs
1
-0
/
+5
2005-06-30
cvs import: Strip whitespace at the end of the log entry
Matthias Urlichs
1
-1
/
+6
2005-06-30
Do ref matching on the sender side rather than on receiver
Linus Torvalds
2
-39
/
+32
2005-06-30
Add support for "forcing" a ref on the remote side
Linus Torvalds
1
-2
/
+18
2005-06-30
git-send-pack: actually send the object pack
Linus Torvalds
1
-12
/
+79
2005-06-30
git-receive-pack: implement ref switch command handling
Linus Torvalds
1
-5
/
+59
2005-06-30
cvsimport: perform string comparison on "HEAD"
Sven Verdoolaege
1
-1
/
+1
2005-06-30
git-cvsimport-script: Removed redundant @old and @new clear.
Matthias Urlichs
1
-3
/
+0
2005-06-30
git-cvsimport-script: Remove setting Sticky; it may cause problems
Matthias Urlichs
1
-1
/
+1
2005-06-30
cvs import: Call git-update-cache multiple times
Matthias Urlichs
1
-4
/
+22
2005-06-29
Add comment on what send-pack still needs to do
Linus Torvalds
1
-0
/
+11
2005-06-29
git-receive-pack: start parsing ref update commands
Linus Torvalds
1
-17
/
+35
2005-06-29
Slow but steady progress on git pack receive/send
Linus Torvalds
2
-27
/
+42
2005-06-29
git-send-pack: start parsing local/remote reference differences
Linus Torvalds
1
-3
/
+58
2005-06-29
Turn on optimization again
Linus Torvalds
1
-1
/
+1
2005-06-29
[PATCH] Remove unnecessary sort from t6001 testcase
Jon Seymour
1
-8
/
+8
2005-06-29
[PATCH] Fix broken t6001 test case
Jon Seymour
1
-3
/
+3
2005-06-29
[PATCH] Demonstrate broken t6001 test case function
Jon Seymour
1
-3
/
+2
2005-06-29
[PATCH] Fix for git-rev-list --merge-order B ^A (A,B share common base) [rev 2]
Jon Seymour
2
-11
/
+9
[prev]
[next]