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-10
Merge branch 'mh/pthreads-autoconf' into maint
Junio C Hamano
1
-1
/
+11
2013-01-10
Merge branch 'jc/same-encoding' into maint
Junio C Hamano
1
-12
/
+4
2013-01-10
Merge branch 'sp/shortlog-missing-lf' into maint
Junio C Hamano
4
-12
/
+34
2013-01-10
Merge branch 'md/gitweb-sort-by-age' into maint
Junio C Hamano
1
-14
/
+21
2013-01-10
Merge branch 'nd/invalidate-i-t-a-cache-tree' into maint
Junio C Hamano
3
-17
/
+65
2013-01-10
Merge branch 'jk/repack-ref-racefix' into maint
Junio C Hamano
1
-1
/
+4
2013-01-10
Merge branch 'rb/http-cert-cred-no-username-prompt' into maint
Junio C Hamano
1
-0
/
+1
2013-01-10
git-commit-tree(1): correct description of defaults
Peter Eisentraut
1
-2
/
+2
2013-01-09
git-fast-import(1): reorganise options
John Keeping
1
-39
/
+47
2013-01-09
git-fast-import(1): combine documentation of --[no-]relative-marks
John Keeping
1
-6
/
+4
2013-01-09
git-shortlog(1): document behaviour of zero-width wrap
John Keeping
1
-0
/
+3
2013-01-08
git-fast-import(1): remove duplicate '--done' option
John Keeping
1
-5
/
+2
2013-01-08
t1402: work around shell quoting issue on NetBSD
René Scharfe
1
-2
/
+4
2013-01-08
Merge branch 'ms/subtree-fixlets' into maint
Junio C Hamano
2
-1
/
+2
2013-01-08
Merge branch 'ss/nedmalloc-compilation' into maint
Junio C Hamano
1
-1
/
+4
2013-01-08
Merge branch 'jc/maint-fnmatch-old-style-definition' into maint
Junio C Hamano
1
-12
/
+12
2013-01-08
Merge branch 'jc/test-portability' into maint
Junio C Hamano
2
-6
/
+10
2013-01-08
Merge branch 'jc/maint-fbsd-sh-ifs-workaround' into maint
Junio C Hamano
1
-2
/
+5
2013-01-08
Merge branch 'jc/mkstemp-more-careful-error-reporting' into maint
Junio C Hamano
1
-1
/
+1
2013-01-08
Merge branch 'jc/test-cvs-no-init-in-existing-dir' into maint
Junio C Hamano
1
-1
/
+2
2013-01-08
Merge branch 'jc/maint-test-portability' into maint
Junio C Hamano
3
-6
/
+8
2013-01-08
remote-hg: Fix biridectionality -> bidirectionality typos
W. Trevor King
2
-2
/
+2
2013-01-07
Prevent space after directories in tcsh completion
Marc Khouzam
1
-12
/
+21
2013-01-07
status: always report ignored tracked directories
Antoine Pelisse
1
-6
/
+3
2013-01-07
t5003: check if unzip supports symlinks
René Scharfe
2
-7
/
+19
2013-01-07
t5000, t5003: move ZIP tests into their own script
René Scharfe
2
-69
/
+119
2013-01-07
t0024, t5000: use test_lazy_prereq for UNZIP
René Scharfe
2
-14
/
+10
2013-01-06
git-send-email: treat field names as case-insensitively
Nickolai Zeldovich
1
-5
/
+5
2013-01-06
t0024, t5000: clear variable UNZIP, use GIT_UNZIP instead
René Scharfe
3
-8
/
+10
2013-01-06
Makefile: add comment on CYGWIN_V15_WIN32API
Mark Levedahl
1
-0
/
+4
2013-01-06
api-allocation-growing.txt: encourage better variable naming
Adam Spiers
1
-6
/
+8
2013-01-06
archive-zip: write uncompressed size into header even with streaming
René Scharfe
1
-5
/
+2
2013-01-06
docs: manpage XML depends on asciidoc.conf
Jonathan Nieder
1
-5
/
+3
2013-01-06
run-command: encode signal death as a positive integer
Jeff King
4
-7
/
+5
2013-01-05
archive-tar: split long paths more carefully
René Scharfe
1
-0
/
+2
2013-01-05
fix compilation with NO_PTHREADS
Jeff King
1
-1
/
+1
2013-01-05
clone: support atomic operation with --separate-git-dir
Jens Lehmann
2
-2
/
+14
2013-01-03
howto/maintain: mark titles for asciidoc
Junio C Hamano
1
-3
/
+15
2013-01-03
Documentation: update "howto maintain git"
Junio C Hamano
1
-89
/
+241
2013-01-03
merge: Honor prepare-commit-msg return code
Antoine Pelisse
2
-2
/
+17
2013-01-03
tests: turn on test-lint by default
Jeff King
1
-0
/
+1
2013-01-02
build: do not automatically reconfigure unless configure.ac changed
Jonathan Nieder
1
-2
/
+8
2013-01-02
SubmittingPatches: give list and maintainer addresses
Junio C Hamano
1
-2
/
+6
2013-01-02
SubmittingPatches: remove overlong checklist
Junio C Hamano
1
-76
/
+61
2013-01-01
t9020: which is not portable
Torsten Bögershausen
1
-2
/
+2
2013-01-01
t9810: Do not use sed -i
Torsten Bögershausen
1
-10
/
+14
2013-01-01
gitweb: fix error in sanitize when highlight is enabled
Orgad Shaneh
1
-1
/
+1
2013-01-01
git-status: Test --ignored behavior
Antoine Pelisse
1
-0
/
+146
2013-01-01
dir.c: Make git-status --ignored more consistent
Antoine Pelisse
2
-21
/
+81
2013-01-01
Documentation: full-ness of a bundle is significant for cloning
Junio C Hamano
1
-4
/
+3
[prev]
[next]