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
2013-01-23
Merge git://ozlabs.org/~paulus/gitk
Junio C Hamano
2
-365
/
+504
2013-01-22
Merge branch 'jc/merge-blobs'
Junio C Hamano
1
-1
/
+1
2013-01-22
Makefile: Replace merge-file.h with merge-blobs.h in LIB_H
Ramsay Jones
1
-1
/
+1
2013-01-22
Update draft release notes to 1.8.2
Junio C Hamano
1
-2
/
+37
2013-01-22
Merge branch 'mz/reset-misc'
Junio C Hamano
5
-171
/
+214
2013-01-22
Merge branch 'nd/fix-directory-attrs-off-by-one'
Junio C Hamano
1
-20
/
+18
2013-01-21
Merge branch 'pw/p4-branch-fixes'
Junio C Hamano
4
-58
/
+253
2013-01-21
Merge branch 'mh/remote-hg-mode-bits-fix'
Junio C Hamano
2
-1
/
+69
2013-01-21
Merge branch 'fc/remote-hg-fixup-url'
Junio C Hamano
1
-0
/
+11
2013-01-21
Merge branch 'zk/clean-report-failure'
Junio C Hamano
1
-29
/
+125
2013-01-21
Merge branch 'ph/rebase-preserve-all-merges'
Junio C Hamano
1
-1
/
+6
2013-01-21
Merge branch 'nd/clone-no-separate-git-dir-with-bare'
Junio C Hamano
1
-0
/
+2
2013-01-21
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2013-01-21
git-for-each-ref.txt: 'raw' is a supported date format
John Keeping
1
-1
/
+1
2013-01-20
Update draft release notes to 1.8.2
Junio C Hamano
1
-0
/
+7
2013-01-20
Merge branch 'maint'
Junio C Hamano
1
-0
/
+13
2013-01-20
Start preparing for 1.8.1.2
Junio C Hamano
2
-1
/
+14
2013-01-20
Merge branch 'nz/send-email-headers-are-case-insensitive' into maint
Junio C Hamano
1
-5
/
+5
2013-01-20
Merge branch 'rs/zip-with-uncompressed-size-in-the-header' into maint
Junio C Hamano
1
-5
/
+2
2013-01-20
Merge branch 'rs/zip-tests' into maint
Junio C Hamano
5
-80
/
+140
2013-01-20
Merge git://git.bogomips.org/git-svn
Junio C Hamano
1
-1
/
+2
2013-01-20
Merge branch 'rt/commit-cleanup-config'
Junio C Hamano
5
-9
/
+97
2013-01-20
Merge branch 'ap/log-mailmap'
Junio C Hamano
15
-229
/
+393
2013-01-19
git-svn: do not escape certain characters in paths
Peter Wu
1
-1
/
+2
2013-01-18
Merge git://bogomips.org/git-svn
Junio C Hamano
4
-5
/
+23
2013-01-18
Update draft release notes to 1.8.2
Junio C Hamano
1
-0
/
+8
2013-01-18
Merge branch 'ss/help-htmlpath-config-doc'
Junio C Hamano
1
-0
/
+6
2013-01-18
Merge branch 'nd/fix-perf-parameters-in-tests'
Junio C Hamano
1
-1
/
+1
2013-01-18
Merge branch 'nd/attr-debug-fix'
Junio C Hamano
1
-1
/
+1
2013-01-18
Merge branch 'rs/pretty-use-prefixcmp'
Junio C Hamano
1
-4
/
+4
2013-01-18
Merge branch 'ds/completion-silence-in-tree-path-probe'
Junio C Hamano
1
-1
/
+1
2013-01-18
Merge branch 'jn/maint-trim-vim-contrib'
Junio C Hamano
1
-13
/
+3
2013-01-18
Merge branch 'pe/doc-email-env-is-trumped-by-config'
Junio C Hamano
1
-2
/
+2
2013-01-18
Merge branch 'mk/complete-tcsh'
Junio C Hamano
1
-12
/
+21
2013-01-17
git-svn: teach find-rev to find near matches
John Keeping
2
-2
/
+20
2013-01-17
git svn: do not overescape URLs (fallback case)
Jonathan Nieder
1
-1
/
+1
2013-01-17
Git::SVN::Editor::T: pass $deletions to ->A and ->D
Jonathan Nieder
1
-2
/
+2
2013-01-16
reset: update documentation to require only tree-ish with paths
Martin von Zweigbergk
2
-11
/
+11
2013-01-16
attr: avoid calling find_basename() twice per path
Duy Nguyen
1
-27
/
+18
2013-01-15
config.txt: Document help.htmlpath config parameter
Sebastian Staudt
1
-0
/
+6
2013-01-15
test-lib.sh: unfilter GIT_PERF_*
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-01-15
attr: make it build with DEBUG_ATTR again
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-01-15
remote-hg: fix handling of file perms when pushing
Max Horn
2
-1
/
+69
2013-01-15
remote-hg: store converted URL
Felipe Contreras
1
-0
/
+11
2013-01-15
git p4: fix submit when no master branch
Pete Wyckoff
3
-1
/
+35
2013-01-15
git p4 test: keep P4CLIENT changes inside subshells
Pete Wyckoff
1
-2
/
+5
2013-01-15
git p4: fix sync --branch when no master branch
Pete Wyckoff
3
-7
/
+20
2013-01-15
git p4: fail gracefully on sync with no master branch
Pete Wyckoff
2
-7
/
+31
2013-01-15
git p4: rearrange self.initialParent use
Pete Wyckoff
1
-3
/
+9
2013-01-15
git p4: allow short ref names to --branch
Pete Wyckoff
3
-3
/
+37
[next]