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
Commit first cut at "git-fetch-pack"
Linus Torvalds
3
-4
/
+216
2005-07-04
Move ref path matching to connect.c library
Linus Torvalds
3
-21
/
+22
2005-07-04
Factor out the ssh connection stuff from send-pack.c
Linus Torvalds
4
-74
/
+92
2005-07-04
[PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff85c49620ae2a1722d8d4d37c8...
Jon Seymour
1
-15
/
+15
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-03
Make the name of a pack-file depend on the objects packed there-in.
Linus Torvalds
2
-17
/
+20
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
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-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
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-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
2005-06-29
[PATCH] Test case that demonstrates problem with --merge-order ^ processing
Jon Seymour
1
-0
/
+5
2005-06-29
Make send/receive-pack be closer to doing something interesting
Linus Torvalds
5
-126
/
+148
2005-06-29
Start of "git-send-pack", the local part of sending off a pack
Linus Torvalds
2
-1
/
+120
2005-06-29
Add first cut at "git-receive-pack"
Linus Torvalds
3
-1
/
+326
2005-06-29
Remove bogus dup commit warning with --merge-order
Linus Torvalds
1
-4
/
+1
2005-06-29
Teach git-rev-list about non-commit objects
Linus Torvalds
1
-13
/
+91
2005-06-29
Prepare git-rev-list for tracking tag objects too
Linus Torvalds
1
-6
/
+20
2005-06-29
[PATCH] Adjust t5300 test for unpack-objects change
Junio C Hamano
1
-2
/
+4
2005-06-29
Re-instate dry-run logic in git-unpack-objects
Linus Torvalds
1
-1
/
+6
2005-06-29
Clean up git-unpack-objects a bit
Linus Torvalds
1
-13
/
+14
2005-06-29
[PATCH] Add git-verify-pack command.
Junio C Hamano
10
-18
/
+231
2005-06-29
[PATCH] Fixlets on top of Nico's clean-up.
Junio C Hamano
3
-9
/
+6
2005-06-29
[PATCH] assorted delta code cleanup
Nicolas Pitre
6
-58
/
+35
[next]