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-06
[PATCH] Let umask do its work upon filesystem object creation.
Junio C Hamano
5
-6
/
+6
2005-07-06
[PATCH] clone-pack.c:write_one_ref() - Create leading directories.
Junio C Hamano
3
-1
/
+25
2005-07-06
[PATCH] Fixes a problem with --merge-order A B (A is linear descendent of a m...
Jon Seymour
1
-1
/
+1
2005-07-06
[PATCH] Add a t/t6001 test case for a --merge-order bug
Jon Seymour
1
-0
/
+20
2005-07-06
[PATCH] Tidy up - slight simplification of rev-list.c
Jon Seymour
1
-7
/
+3
2005-07-06
Add "--topo-order" flag to use new topological sort
Linus Torvalds
1
-0
/
+7
2005-07-06
[PATCH] Add a topological sort procedure to commit.c
Jon Seymour
2
-0
/
+120
2005-07-06
Use the new git-rev-parse "--[no-]flags" in "git diff".
Linus Torvalds
1
-2
/
+3
2005-07-06
Add "--flags" and "--no-flags" arguments to git-rev-parse
Linus Torvalds
1
-0
/
+14
2005-07-06
Remove insane overlapping bit ranges from epoch.c
Linus Torvalds
3
-15
/
+13
2005-07-06
Clean up commit insertion in git-rev-list
Linus Torvalds
1
-1
/
+4
2005-07-06
Make "insert_by_date()" match "commit_list_insert()"
Linus Torvalds
4
-9
/
+8
2005-07-06
[PATCH] Change the sed seperator in t/t6000-lib.sh.
Jon Seymour
1
-1
/
+3
2005-07-06
[PATCH] Introduce unit tests for git-rev-list --bisect
Jon Seymour
1
-0
/
+247
2005-07-06
[PATCH] Factor out useful test case infrastructure from t/t6001... into t/t60...
Jon Seymour
2
-111
/
+106
2005-07-06
[PATCH] Fix fd leak in git-cvsimport-script
Sven Verdoolaege
1
-0
/
+1
2005-07-06
[PATCH] sha1_file.c;prepare_packed_git_one() - fix DIR leak
Junio C Hamano
1
-0
/
+1
2005-07-05
Merge master.kernel.org:/pub/scm/gitk/gitk
Linus Torvalds
1
-9
/
+66
2005-07-05
Fix up path-cleanup in git_path() properly
Linus Torvalds
1
-4
/
+10
2005-07-05
Increase the number of possible heads requested from git-upload-pack
Linus Torvalds
1
-1
/
+1
2005-07-05
Add a "git-show-index" helper that shows the contents of a pack index
Linus Torvalds
2
-1
/
+30
2005-07-05
Don't special-case a zero-sized compression.
Linus Torvalds
1
-2
/
+0
2005-07-05
Make "git clone" use the new git-clone-pack
Linus Torvalds
1
-4
/
+1
2005-07-05
Add "git-clone-pack" program to help with "git clone"
Linus Torvalds
2
-1
/
+209
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
[prev]
[next]