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
2007-08-26
Documentation/user-manual.txt: fix a few omissions of gitlink commands.
David Kastrup
1
-9
/
+11
2007-08-24
git-p4: Fix warnings about non-existant refs/remotes/p4/HEAD ref when running...
Simon Hausmann
1
-1
/
+1
2007-08-24
git-p4: Make 'git-p4 branches' work after an initial clone with git clone fro...
Simon Hausmann
1
-49
/
+55
2007-08-24
Documentation: Correct various misspellings and typos.
Brian Hetro
19
-40
/
+40
2007-08-24
Documentation: For consistency, use CVS instead of cvs.
Brian Hetro
3
-4
/
+4
2007-08-24
Fix racy-git handling in git-write-tree.
Linus Torvalds
2
-0
/
+45
2007-08-23
rebase -i: fix squashing corner case
Johannes Schindelin
2
-2
/
+24
2007-08-23
Install man3 manpages to $PREFIX/share/man/man3 even for site installs
martin f. krafft
1
-0
/
+1
2007-08-23
git-svn init/clone --stdlayout option to default-init trunk/tags/branches
martin f. krafft
2
-3
/
+15
2007-08-23
diff-delta.c: Fix broken skip calculation.
David Kastrup
1
-1
/
+1
2007-08-22
Merge branch 'master' of git://repo.or.cz/git/fastimport
Junio C Hamano
1
-6
/
+61
2007-08-22
git-svn: dcommit prints out the URL to be committed to
Eric Wong
1
-0
/
+1
2007-08-23
Teach bash about git-submodule and its subcommands
Shawn O. Pearce
1
-0
/
+27
2007-08-23
Teach bash to complete ref arguments to git-describe
Shawn O. Pearce
1
-0
/
+8
2007-08-23
Update bash completion with new 1.5.3 command line options
Shawn O. Pearce
1
-6
/
+26
2007-08-22
git-svn: update documentation with CAVEATS section
Eric Wong
1
-0
/
+32
2007-08-22
Reset terminal attributes when terminating git send-email
Sean Estabrooks
1
-0
/
+3
2007-08-22
Document -u option in git-svnimport man page
Stefan Sperling
1
-0
/
+3
2007-08-22
Fix breakage in git-rev-list.txt
Quy Tonthat
1
-3
/
+3
2007-08-22
git.el: Avoid a lisp error when there's no current branch (detached HEAD).
Alexandre Julliard
1
-3
/
+5
2007-08-22
Fix git-remote for ActiveState Perl
Alex Riesen
1
-1
/
+7
2007-08-22
Documentation: update tar.umask default
René Scharfe
3
-27
/
+17
2007-08-22
Suggest unsetting core.bare when using new-workdir on a bare repository
Shawn O. Pearce
1
-0
/
+8
2007-08-22
Fix new-workdir (again) to work on bare repositories
Shawn O. Pearce
1
-3
/
+7
2007-08-20
GIT 1.5.3-rc6
Junio C Hamano
1
-2
/
+5
2007-08-20
Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitk
Junio C Hamano
1
-9
/
+219
2007-08-20
Avoid using va_copy in fast-import: it seems to be unportable.
Alex Riesen
1
-7
/
+6
2007-08-20
git clone: do not issue warning while cloning locally across filesystems
Junio C Hamano
1
-1
/
+4
2007-08-20
gitk: Add a window to list branches, tags and other references
Paul Mackerras
1
-2
/
+210
2007-08-19
Fix misspelling of 'suppress' in docs
Dave Watson
2
-2
/
+2
2007-08-19
Document what the stage numbers in the :$n:path syntax mean.
Steven Grimm
1
-1
/
+4
2007-08-19
Don't allow combination of -g and --reverse as it doesn't work
Shawn O. Pearce
3
-0
/
+7
2007-08-19
Add the word reflog to Documentation/config.txt:core.logAllRefUpdates
Lukas Sandström
1
-1
/
+1
2007-08-19
Add and document a global --no-pager option for git.
Matthieu Moy
2
-2
/
+10
2007-08-19
Take binary diffs into account for "git rebase"
Linus Torvalds
1
-4
/
+0
2007-08-19
Make thin-pack generation subproject aware.
Linus Torvalds
2
-0
/
+54
2007-08-19
Correct documentation of 'reflog show' to explain it shows HEAD
Shawn O. Pearce
1
-1
/
+2
2007-08-19
Merge branch 'master' of git://repo.or.cz/git-gui
Junio C Hamano
1
-1
/
+6
2007-08-19
Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitk
Junio C Hamano
1
-6
/
+39
2007-08-19
fast-import pull request
Junio C Hamano
1
-3
/
+5
2007-08-19
Include recent command history in fast-import crash reports
Shawn O. Pearce
1
-4
/
+58
2007-08-19
Generate crash reports on die in fast-import
Shawn O. Pearce
1
-0
/
+93
2007-08-19
Allow frontends to bidirectionally communicate with fast-import
Shawn O. Pearce
3
-0
/
+84
2007-08-19
Make trailing LF optional for all fast-import commands
Shawn O. Pearce
3
-17
/
+74
2007-08-19
Make trailing LF following fast-import `data` commands optional
Shawn O. Pearce
3
-5
/
+39
2007-08-19
Teach fast-import to ignore lines starting with '#'
Shawn O. Pearce
3
-2
/
+69
2007-08-19
Use handy ALLOC_GROW macro in fast-import when possible
Shawn O. Pearce
1
-6
/
+1
2007-08-19
Actually allow TAG_FIXUP branches in fast-import
Shawn O. Pearce
2
-1
/
+52
2007-08-19
Fix whitespace in "Format of STDIN stream" of fast-import
Alex Riesen
1
-11
/
+11
2007-08-19
git-completion.bash - add support for git-bundle
Mark Levedahl
1
-0
/
+32
[next]