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
2008-02-13
Protect get_author_ident_from_commit() from filenames in work tree
Junio C Hamano
2
-1
/
+23
2008-02-13
upload-pack: Initialize the exec-path.
Johannes Sixt
1
-0
/
+3
2008-02-13
bisect: use verbatim commit subject in the bisect log
Johannes Schindelin
1
-1
/
+1
2008-02-13
git-cvsimport.txt: fix '-M' description.
Sergei Organov
1
-2
/
+2
2008-02-13
Merge git://repo.or.cz/git-gui
Junio C Hamano
12
-84
/
+618
2008-02-13
Merge git://git.kernel.org/pub/scm/gitk/gitk
Junio C Hamano
1
-51
/
+61
2008-02-13
[PATCH] gitk: learn --show-all output
Linus Torvalds
1
-7
/
+8
2008-02-12
Revert "pack-objects: only throw away data during memory pressure"
Junio C Hamano
1
-11
/
+2
2008-02-12
Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIR
Johan Herland
2
-7
/
+6
2008-02-12
Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIR
Johan Herland
1
-1
/
+17
2008-02-12
git-gui: Automatically spell check commit messages as the user types
Shawn O. Pearce
4
-1
/
+442
2008-02-12
Merge branch 'maint'
Shawn O. Pearce
2
-5
/
+14
2008-02-12
git-gui: support Git Gui.app under OS X 10.5
Jay Soffian
2
-5
/
+14
2008-02-11
.mailmap: adjust to a recent patch application glitch.
Junio C Hamano
1
-0
/
+1
2008-02-11
Update the main documentation (stale notes section)
Junio C Hamano
1
-1
/
+2
2008-02-11
Merge branch 'db/no-separate-ls-remote-connection' (early part)
Junio C Hamano
6
-56
/
+95
2008-02-11
Merge branch 'mw/send-email'
Junio C Hamano
2
-27
/
+106
2008-02-11
Merge branch 'db/send-email-omit-cc'
Junio C Hamano
2
-7
/
+60
2008-02-11
Merge branch 'jc/error-message-in-cherry-pick'
Junio C Hamano
5
-58
/
+79
2008-02-11
Merge branch 'lt/in-core-index'
Junio C Hamano
25
-296
/
+566
2008-02-11
Merge branch 'ph/describe-match'
Junio C Hamano
3
-15
/
+45
2008-02-12
[PATCH] gitk: properly deal with tag names containing / (slash)
Gerrit Pape
1
-5
/
+1
2008-02-12
[PATCH] gitk: Add checkbutton to ignore space changes
Steffen Prohaska
1
-0
/
+13
2008-02-12
[PATCH] gitk: Fix "Key bindings" message
Michele Ballabio
1
-39
/
+39
2008-02-11
git-blame.el: show the when, who and what in the minibuffer.
Junichi Uekawa
1
-1
/
+9
2008-02-11
Define the project whitespace policy
Junio C Hamano
3
-0
/
+4
2008-02-11
Add `git svn blame' command
Tim Stoakes
2
-0
/
+28
2008-02-11
Merge branch 'maint'
Junio C Hamano
34
-59
/
+255
2008-02-11
config.c: guard config parser from value=NULL
Junio C Hamano
1
-1
/
+15
2008-02-11
builtin-log.c: guard config parser from value=NULL
Junio C Hamano
1
-3
/
+2
2008-02-11
imap-send.c: guard config parser from value=NULL
Junio C Hamano
1
-0
/
+4
2008-02-11
wt-status.c: guard config parser from value=NULL
Junio C Hamano
1
-0
/
+2
2008-02-11
setup.c: guard config parser from value=NULL
Junio C Hamano
1
-0
/
+2
2008-02-11
remote.c: guard config parser from value=NULL
Junio C Hamano
1
-3
/
+6
2008-02-11
merge-recursive.c: guard config parser from value=NULL
Junio C Hamano
1
-5
/
+6
2008-02-11
http.c: guard config parser from value=NULL
Junio C Hamano
1
-10
/
+15
2008-02-11
help.c: guard config parser from value=NULL
Junio C Hamano
1
-0
/
+2
2008-02-11
git.c: guard config parser from value=NULL
Junio C Hamano
1
-0
/
+2
2008-02-11
diff.c: guard config parser from value=NULL
Junio C Hamano
1
-2
/
+12
2008-02-11
convert.c: guard config parser from value=NULL
Junio C Hamano
1
-2
/
+2
2008-02-11
connect.c: guard config parser from value=NULL
Junio C Hamano
1
-0
/
+2
2008-02-11
builtin-tag.c: guard config parser from value=NULL
Junio C Hamano
1
-1
/
+1
2008-02-11
builtin-show-branch.c: guard config parser from value=NULL
Junio C Hamano
1
-0
/
+2
2008-02-11
builtin-reflog.c: guard config parser from value=NULL
Junio C Hamano
1
-5
/
+11
2008-02-11
builtin-log.c: guard config parser from value=NULL
Junio C Hamano
1
-1
/
+1
2008-02-11
builtin-config.c: guard config parser from value=NULL
Junio C Hamano
1
-0
/
+2
2008-02-11
builtin-commit.c: guard config parser from value=NULL
Junio C Hamano
1
-0
/
+2
2008-02-11
builtin-branch.c: guard config parser from value=NULL
Junio C Hamano
1
-3
/
+6
2008-02-11
builtin-apply.c: guard config parser from value=NULL
Junio C Hamano
1
-0
/
+2
2008-02-11
Add config_error_nonbool() helper function
Junio C Hamano
2
-0
/
+10
[prev]
[next]