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-05
Fix silly thinko in "head_ref()"
Linus Torvalds
1
-2
/
+2
2005-07-05
Move "get_ack()" to common git_connect functions
Linus Torvalds
3
-18
/
+20
2005-07-05
Remove multi-head support from fetch-pack
Linus Torvalds
1
-38
/
+3
2005-07-05
Remove unnecessary usage of strncmp() in git-rev-list arg parsing.
Linus Torvalds
1
-2
/
+2
2005-07-05
Merge head 'cvs2git' of http://netz.smurf.noris.de/git/git
Linus Torvalds
5
-367
/
+831
2005-07-05
Work around git-http-pull breakage in git-fetch-script
Linus Torvalds
1
-1
/
+2
2005-07-05
git-fetch-script: use git-fetch-pack for local and ssh fetches.
Linus Torvalds
1
-33
/
+18
2005-07-05
Add "git_path()" and "head_ref()" helper functions.
Linus Torvalds
7
-14
/
+37
2005-07-05
Merge with Linus' current tree
Matthias Urlichs
5
-367
/
+831
2005-07-05
Merge with http://www.liacs.nl/~sverdool/git.git#cvs2git
Matthias Urlichs
1
-54
/
+95
2005-07-05
cvsimport: getopt accepted a -q option (undocumented and unused).
Matthias Urlichs
1
-1
/
+1
2005-07-05
git-cvsimport-script: move working directory forward
Sven Verdoolaege
1
-5
/
+27
2005-07-04
git-rev-list: make sure the output is sorted by recency
Linus Torvalds
1
-1
/
+1
2005-07-04
Make rev-list flush the stdio buffers after each rev.
Linus Torvalds
1
-1
/
+2
2005-07-04
Make git-fetch-pack actually do all the unpacking etc.
Linus Torvalds
2
-25
/
+100
2005-07-04
Make git-fetch-pack and git-upload-pack negotiate needs/haves fully
Linus Torvalds
2
-10
/
+116
2005-07-04
Clean up output of "for_each_ref()" when GIT_DIR is "."
Linus Torvalds
1
-0
/
+5
2005-07-04
git-cvsimport-script: remove unused variable
Sven Verdoolaege
1
-2
/
+0
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
git-cvsimport-script: more error handling
Sven Verdoolaege
1
-2
/
+3
2005-07-04
[PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff85c49620ae2a1722d8d4d37c8...
Jon Seymour
1
-15
/
+15
2005-07-04
git-cvsimport-script: provide direct support for cvsps -z option
Sven Verdoolaege
1
-4
/
+5
2005-07-04
git-cvsimport-script: update cvsps cache instead of rebuilding it
Sven Verdoolaege
1
-1
/
+1
2005-07-04
git-cvsimport-script: fix branch switching
Sven Verdoolaege
1
-1
/
+2
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
[next]