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
2015-01-12
Merge branch 'rs/plug-strbuf-leak-in-lock-ref'
Junio C Hamano
1
-1
/
+1
2015-01-12
Merge branch 'es/checkout-index-temp'
Junio C Hamano
2
-203
/
+213
2015-01-12
Merge branch 'cc/bisect-rev-parsing'
Junio C Hamano
2
-4
/
+16
2015-01-09
Documentation: list long options for -v and -n
Alexander Kuleshov
1
-1
/
+1
2015-01-09
cat-file: remove unused includes
Alexander Kuleshov
1
-4
/
+0
2015-01-09
git.c: remove unnecessary #includes
Alexander Kuleshov
1
-3
/
+0
2015-01-09
configure.ac: check for HMAC_CTX_cleanup
Reuben Hawkins
3
-0
/
+13
2015-01-09
configure.ac: check for clock_gettime and CLOCK_MONOTONIC
Reuben Hawkins
4
-1
/
+30
2015-01-09
configure.ac: check 'tv_nsec' field in 'struct stat'
Reuben Hawkins
1
-0
/
+13
2015-01-08
show-branch: line-wrap show-branch usage
Alexander Kuleshov
1
-1
/
+4
2015-01-07
Fourth batch for 2.3 cycle
Junio C Hamano
1
-0
/
+82
2015-01-07
Merge branch 'maint'
Junio C Hamano
2
-12
/
+35
2015-01-07
Merge branch 'maint-2.1' into maint
Junio C Hamano
2
-12
/
+35
2015-01-07
Merge branch 'maint-2.0' into maint-2.1
Junio C Hamano
2
-12
/
+35
2015-01-07
Merge branch 'maint-1.9' into maint-2.0
Junio C Hamano
2
-12
/
+35
2015-01-07
Merge branch 'maint-1.8.5' into maint-1.9
Junio C Hamano
2
-12
/
+35
2015-01-07
Merge branch 'jk/dotgit-case-maint-1.8.5' into maint-1.8.5
Junio C Hamano
2
-12
/
+35
2015-01-07
Merge branch 'bw/maint-0090-awk-tweak'
Junio C Hamano
1
-1
/
+1
2015-01-07
Merge branch 'jh/pre-push-sample-no-custom-ifs'
Junio C Hamano
1
-1
/
+0
2015-01-07
Merge branch 'tf/prompt-preserve-exit-status'
Junio C Hamano
1
-0
/
+4
2015-01-07
Merge branch 'sb/dco-indentation-fix'
Junio C Hamano
1
-6
/
+6
2015-01-07
Merge branch 'bb/update-unicode-table'
Junio C Hamano
1
-7
/
+10
2015-01-07
Merge branch 'es/squelch-openssl-warnings-on-macosx'
Junio C Hamano
1
-0
/
+4
2015-01-07
Merge branch 'sb/t5400-remove-unused'
Junio C Hamano
1
-15
/
+1
2015-01-07
Merge branch 'lh/send-email-hide-x-mailer'
Junio C Hamano
4
-3
/
+47
2015-01-07
Merge branch 'rd/send-email-2047-fix'
Junio C Hamano
2
-11
/
+32
2015-01-07
Merge branch 'pd/completion-filenames-fix'
Junio C Hamano
2
-3
/
+3
2015-01-07
Merge branch 'jk/add-i-read-error'
Junio C Hamano
1
-0
/
+1
2015-01-07
Merge branch 'jk/approxidate-avoid-y-d-m-over-future-dates'
Junio C Hamano
2
-9
/
+15
2015-01-07
Merge branch 'br/imap-send-via-libcurl'
Junio C Hamano
4
-37
/
+191
2015-01-07
Merge branch 'br/imap-send-verbosity'
Junio C Hamano
2
-11
/
+31
2015-01-07
Merge branch 'nd/lockfile-absolute'
Junio C Hamano
2
-3
/
+26
2015-01-07
Merge branch 'jc/merge-bases'
Junio C Hamano
11
-22
/
+38
2015-01-07
Merge branch 'jc/strbuf-add-lines-avoid-sp-ht-sequence'
Junio C Hamano
2
-1
/
+8
2015-01-07
Merge branch 'jc/diff-b-m'
Junio C Hamano
3
-3
/
+11
2015-01-07
Merge branch 'jc/clone-borrow'
Junio C Hamano
3
-2
/
+46
2015-01-07
Merge branch 'jc/checkout-local-track-report'
Junio C Hamano
2
-11
/
+41
2015-01-07
git-completion: add --autostash for 'git rebase'
Matthieu Moy
1
-0
/
+1
2015-01-07
correct smtp-ssl-cert-path description
Adam Williamson
1
-4
/
+9
2015-01-07
test-lib.sh: do tests for color support after changing HOME
Richard Hansen
1
-43
/
+47
2015-01-07
test-lib: use 'test ...' instead of '[ ... ]'
Richard Hansen
1
-3
/
+3
2015-01-07
git-prompt.sh: allow to hide prompt for ignored pwd
Jess Austin
2
-0
/
+119
2015-01-07
git-prompt.sh: if pc mode, immediately set PS1 to a plain prompt
Richard Hansen
1
-7
/
+4
2015-01-07
SubmittingPatches: explain rationale for using --notes with format-patch
Eric Sunshine
1
-2
/
+5
2015-01-06
subtree: fix AsciiDoc list item continuation
Steffen Prohaska
1
-105
/
+89
2015-01-06
update-server-info: create info/* with mode 0666
Jeff King
2
-1
/
+11
2015-01-06
imap-send.c: set CURLOPT_USE_SSL to CURLUSESSL_TRY
Kyle J. McKay
1
-2
/
+2
2015-01-06
imap-send.c: support GIT_CURL_VERBOSE
Kyle J. McKay
1
-1
/
+1
2015-01-06
log.c: fix translation markings
Kyle J. McKay
1
-2
/
+2
2015-01-06
t1301: set umask in reflog sharedrepository=group test
Jeff King
1
-0
/
+1
[prev]
[next]