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-22
[PATCH] format-patch: --mbox and --check.
Junio C Hamano
1
-6
/
+43
2005-07-22
[PATCH] git-format-patch-script and mailinfo updates.
Junio C Hamano
2
-8
/
+40
2005-07-22
[PATCH] tools/applymbox: allow manual fixing and continuing after a failure.
Junio C Hamano
1
-10
/
+38
2005-07-22
[PATCH] apply.c: --exclude=fnmatch-pattern option.
Junio C Hamano
1
-7
/
+38
2005-07-22
[PATCH] apply.c: handle incomplete lines correctly.
Junio C Hamano
2
-1
/
+40
2005-07-19
Add "git commit --all" since everybody seems to want it.
Linus Torvalds
1
-1
/
+5
2005-07-19
git-send-pack: verify that sender is a proper superset of receiver
Linus Torvalds
1
-10
/
+26
2005-07-18
Merge master.kernel.org:/pub/scm/gitk/gitk
Linus Torvalds
1
-81
/
+434
2005-07-18
Make the diff display less gaudy.
Paul Mackerras
1
-14
/
+32
2005-07-18
Allow short SHA1 IDs in the SHA1 entry field.
Paul Mackerras
1
-1
/
+18
2005-07-17
Fix display of mode changes in details pane.
Paul Mackerras
1
-33
/
+13
2005-07-17
First cut at displaying the diffs for a merge.
Paul Mackerras
1
-19
/
+34
2005-07-16
Make searching in files changed faster, and fix some bugs.
Paul Mackerras
1
-43
/
+137
2005-07-16
Merge three separate "fetch refs" functions
Linus Torvalds
5
-109
/
+67
2005-07-16
git-send-pack: add "--all" option to send all refs to the other side
Linus Torvalds
1
-10
/
+28
2005-07-16
git-fetch-script: fix http:// breakage
Linus Torvalds
1
-1
/
+1
2005-07-16
Fix git-fetch-script breakage
Linus Torvalds
1
-0
/
+2
2005-07-16
Merge git-tools repository under "tools" subdirectory
Linus Torvalds
5
-0
/
+527
2005-07-16
Prepare git-tools for merging into the main git archive
Linus Torvalds
7
-358
/
+5
2005-07-16
git-convert-cache: fix up file modes in trees too
Linus Torvalds
1
-0
/
+29
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
[prev]
[next]