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
2011-10-16
gitweb: Add gitweb manpages to 'gitweb' package in git.spec
Jakub Narebski
1
-0
/
+7
2011-10-16
Documentation: Add gitweb config variables to git-config(1)
Jakub Narebski
1
-0
/
+17
2011-10-16
Documentation: Link to gitweb(1) and gitweb.conf(5) in other manpages
Jakub Narebski
2
-0
/
+5
2011-10-16
gitweb: Add gitweb(1) manpage for gitweb itself
Jakub Narebski
5
-346
/
+743
2011-10-16
gitweb: Add gitweb.conf(5) manpage for gitweb configuration files
Drew Northup
3
-134
/
+878
2011-10-16
Update draft release notes to 1.7.8
Junio C Hamano
1
-1
/
+3
2011-10-16
Merge git://repo.or.cz/git-gui
Junio C Hamano
9
-29
/
+159
2011-10-16
git-svn: Allow certain refs to be ignored
Michael Olson
1
-5
/
+33
2011-10-16
git svn dcommit: new option --interactive.
Frédéric Heitzmann
3
-1
/
+146
2011-10-16
Documentation: update [section.subsection] to reflect what git does
Carlos Martín Nieto
1
-3
/
+4
2011-10-15
fetch: treat --tags like refs/tags/*:refs/tags/* when pruning
Carlos Martín Nieto
2
-4
/
+23
2011-10-15
fetch: honor the user-provided refspecs when pruning refs
Carlos Martín Nieto
5
-20
/
+36
2011-10-15
remote: separate out the remote_find_tracking logic into query_refspecs
Carlos Martín Nieto
1
-36
/
+33
2011-10-15
http_init: accept separate URL parameter
Jeff King
5
-16
/
+8
2011-10-15
http: use hostname in credential description
Michael J Gruber
2
-10
/
+37
2011-10-15
daemon: give friendlier error messages to clients
Jeff King
2
-4
/
+31
2011-10-15
Sync with maint
Junio C Hamano
2
-41
/
+39
2011-10-15
Prepare for 1.7.7.1
Junio C Hamano
2
-1
/
+40
2011-10-15
Merge branch 'ms/patch-id-with-overlong-line' into maint
Junio C Hamano
1
-4
/
+6
2011-10-15
Merge branch 'jc/maint-bundle-too-quiet' into maint
Junio C Hamano
4
-5
/
+10
2011-10-15
Merge branch 'jk/filter-branch-require-clean-work-tree' into maint
Junio C Hamano
1
-3
/
+1
2011-10-15
Merge branch 'jc/maint-fsck-fwrite-size-check' into maint
Junio C Hamano
1
-6
/
+3
2011-10-15
Merge branch 'bk/ancestry-path' into maint
Junio C Hamano
3
-10
/
+101
2011-10-15
Merge branch 'jk/maint-fetch-submodule-check-fix' into maint
Junio C Hamano
1
-5
/
+72
2011-10-15
Merge branch 'tr/mergetool-valgrind' into maint
Junio C Hamano
1
-0
/
+2
2011-10-15
Merge branch 'nm/grep-object-sha1-lock' into maint
Junio C Hamano
1
-0
/
+3
2011-10-15
Merge branch 'jc/diff-index-unpack' into maint
Junio C Hamano
5
-6
/
+38
2011-10-15
Merge branch 'mm/rebase-i-exec-edit' into maint
Junio C Hamano
2
-4
/
+40
2011-10-15
send-email: Honour SMTP domain when using TLS
Matthew Daley
1
-1
/
+1
2011-10-15
Merge branch 'jc/grep-untracked-exclude'
Junio C Hamano
1
-1
/
+1
2011-10-15
Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-exclude
Junio C Hamano
1
-1
/
+1
2011-10-15
grep: fix the error message that mentions --exclude
Bert Wesarg
1
-1
/
+1
2011-10-15
t9901: fix line-ending dependency on windows
Pat Thoyts
1
-15
/
+12
2011-10-15
mingw: ensure sockets are initialized before calling gethostname
Pat Thoyts
2
-0
/
+10
2011-10-15
mergetools: use the correct tool for Beyond Compare 3 on Windows
Pat Thoyts
1
-1
/
+6
2011-10-15
git-gui: incremental goto line in blame view
Bert Wesarg
1
-4
/
+11
2011-10-15
git-gui: clear the goto line input when hiding
Bert Wesarg
1
-0
/
+1
2011-10-15
git-gui: only accept numbers in the goto-line input
Bert Wesarg
1
-2
/
+11
2011-10-15
git-gui: search and linenumber input are mutual exclusive in the blame view
Bert Wesarg
1
-6
/
+16
2011-10-14
t9300: do not run --cat-blob-fd related tests on MinGW
Johannes Schindelin
1
-4
/
+4
2011-10-14
git-svn: On MSYS, escape and quote SVN_SSH also if set by the user
Sebastian Schuberth
1
-8
/
+7
2011-10-14
t9001: do not fail only due to CR/LF issues
Johannes Schindelin
1
-0
/
+1
2011-10-14
t1020: disable the pwd test on MinGW
Johannes Schindelin
1
-1
/
+1
2011-10-14
send-email: Fix %config_path_settings handling
Cord Seele
2
-2
/
+38
2011-10-14
Merge branch 'maint'
Junio C Hamano
1
-0
/
+5
2011-10-14
downgrade "packfile cannot be accessed" errors to warnings
Jeff King
2
-2
/
+2
2011-10-14
pack-objects: protect against disappearing packs
Jeff King
3
-1
/
+6
2011-10-14
t1304: fall back to $USER if $LOGNAME is not defined
René Scharfe
1
-0
/
+5
2011-10-14
t7800: avoid arithmetic expansion notation
Junio C Hamano
1
-2
/
+2
2011-10-13
Update draft release notes to 1.7.8
Junio C Hamano
1
-1
/
+40
[prev]
[next]