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-16
[PATCH] Documentation: describe short-hand used in fetch/pull.
Junio C Hamano
5
-6
/
+130
2005-07-16
[PATCH] fetch/pull: short-hand notation for remote repositories.
Junio C Hamano
4
-32
/
+104
2005-07-16
Add "Files" and "Pickaxe" to the find menu.
Paul Mackerras
1
-18
/
+247
2005-07-15
Be slightly smarter about git-daemon client shutdown
Linus Torvalds
1
-20
/
+38
2005-07-15
[PATCH] Documentation: update recommended workflow when working with others.
Junio C Hamano
1
-19
/
+42
2005-07-15
[PATCH] Documentation: adjust cvsimport command line.
Junio C Hamano
1
-1
/
+1
2005-07-15
git-daemon: actually remember the children we have outstanding
Linus Torvalds
1
-21
/
+121
2005-07-15
git-daemon: keep track of children
Linus Torvalds
1
-1
/
+43
2005-07-15
Ahh, the heady days of 0.99 patchfiles
Linus Torvalds
1
-2
/
+2
2005-07-15
Fix up "make doc"
Linus Torvalds
2
-2
/
+2
2005-07-15
[PATCH] Documentation: pull, push, packing repository and working with others.
Junio C Hamano
1
-74
/
+283
2005-07-15
[PATCH] Documentation: update tutorial to talk about push.
Junio C Hamano
1
-7
/
+80
2005-07-15
[PATCH] Initial support for building a debian package (.deb)
Eric W. Biederman
6
-0
/
+121
2005-07-15
[PATCH] Update the spec file so it can build and install the documentation
Eric W. Biederman
1
-4
/
+10
2005-07-15
[PATCH] Add doc and install-doc targets to the Makefile
Eric W. Biederman
2
-0
/
+19
2005-07-15
[PATCH] Use gzip -f when building the git-core tarball
Eric W. Biederman
1
-1
/
+1
2005-07-15
[PATCH] Add a RPMBUILD make variable
Eric W. Biederman
1
-1
/
+2
2005-07-15
[PATCH] Update tags to record who made them
Eric W. Biederman
2
-3
/
+10
2005-07-15
[PATCH] Update git-tag-script to create the .git/refs/tags if it does not alr...
Eric W. Biederman
1
-0
/
+1
2005-07-15
[PATCH] Update the list of diagnostics for git-commit-tree
Eric W. Biederman
1
-0
/
+4
2005-07-15
[PATCH] Add git-var a tool for reading interesting git variables.
Eric W. Biederman
4
-1
/
+130
2005-07-15
[PATCH] ident.c: Disambiguate the error messages in setup_ident
Eric W. Biederman
1
-2
/
+2
2005-07-15
[PATCH] Move git_author_info and git_commiter_info to ident.c
Eric W. Biederman
3
-10
/
+12
2005-07-15
Add "--inetd" flag to git-daemon
Linus Torvalds
1
-1
/
+11
2005-07-15
git-daemon: re-organize code a bit for --inetd flag
Linus Torvalds
1
-10
/
+10
2005-07-14
Split up "diff_format" into "format" and "line_termination".
Linus Torvalds
7
-39
/
+25
2005-07-14
Make "ce_match_path()" a generic helper function
Linus Torvalds
4
-23
/
+33
2005-07-14
Make git-diff-cache skip any comparisons which don't match pathspec
Linus Torvalds
1
-2
/
+28
2005-07-14
Start using the partial tree reading in "git-diff-cache"
Linus Torvalds
1
-2
/
+2
2005-07-14
Fix up read_tree() pathspec matching to use "const char **"
Linus Torvalds
2
-5
/
+7
2005-07-14
Start adding interfaces to read in partial trees
Linus Torvalds
4
-7
/
+54
2005-07-14
Fix replacing of a directory with a file/symlink in git-checkout-cache
Linus Torvalds
1
-12
/
+8
2005-07-14
Make "git diff" use git-sh-setup-script too..
Linus Torvalds
1
-0
/
+2
2005-07-14
Make "git prune" use the "--full" flag to git-fsck-cache
Linus Torvalds
1
-1
/
+1
2005-07-14
[PATCH] Documentation: push-pull commands into a separate category.
Junio C Hamano
1
-23
/
+42
2005-07-14
[PATCH] Documentation: send/receive.
Junio C Hamano
3
-1
/
+89
2005-07-14
[PATCH] Documentation: clone/fetch/upload.
Junio C Hamano
4
-7
/
+130
2005-07-14
[PATCH] Documentation: packed GIT support commands.
Junio C Hamano
4
-1
/
+161
2005-07-13
Get rid of nasty utf-8 characters in printout
Linus Torvalds
1
-1
/
+1
2005-07-13
[PATCH] apply: match documentation, usage string and code.
Junio C Hamano
2
-13
/
+19
2005-07-13
[PATCH] Remove leftover comment from documentation.
Junio C Hamano
1
-13
/
+0
2005-07-13
[PATCH] clone-pack: Typofix in the error message.
Junio C Hamano
1
-1
/
+1
2005-07-13
[PATCH] clone-pack and clone-script: documentation and add a missing parameter.
Junio C Hamano
5
-3
/
+142
2005-07-13
[PATCH] checkout-cache: add usage string.
Junio C Hamano
1
-0
/
+5
2005-07-13
[PATCH] cat-file: be consistent in usage string and documentation.
Junio C Hamano
1
-1
/
+1
2005-07-13
[PATCH] Document two pack push-pull protocols.
Junio C Hamano
1
-0
/
+38
2005-07-13
Fix the "close before dup" bug in clone-pack too
Linus Torvalds
1
-1
/
+1
2005-07-13
Add a "git-daemon" that listens on a TCP port
Linus Torvalds
2
-1
/
+118
2005-07-13
git-fetch-pack: close output fd after dup'ing the input
Linus Torvalds
1
-1
/
+1
2005-07-13
Add first cut at "git protocol" connect logic.
Linus Torvalds
2
-2
/
+91
[prev]
[next]