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
2017-03-20
Merge branch 'js/difftool-builtin'
Junio C Hamano
2
-7
/
+111
2017-03-17
Fifth batch for 2.13
Junio C Hamano
1
-9
/
+54
2017-03-17
Merge branch 'jk/cherry-pick-0-mainline'
Junio C Hamano
2
-1
/
+29
2017-03-17
Merge branch 'js/early-config'
Junio C Hamano
7
-111
/
+313
2017-03-17
Merge branch 'bc/sha1-header-selection-with-cpp-macros'
Junio C Hamano
3
-8
/
+20
2017-03-17
Merge branch 'mg/status-porcelain-no-i18n'
Junio C Hamano
1
-4
/
+4
2017-03-17
Merge branch 'jk/add-i-use-pathspecs'
Junio C Hamano
2
-11
/
+45
2017-03-17
Merge branch 'jk/http-walker-buffer-underflow-fix'
Junio C Hamano
1
-4
/
+7
2017-03-17
Merge branch 'bw/attr-pathspec'
Junio C Hamano
7
-10
/
+446
2017-03-17
Merge branch 'jk/ref-filter-flags-cleanup'
Junio C Hamano
2
-31
/
+44
2017-03-17
Merge branch 'sb/rev-parse-show-superproject-root'
Junio C Hamano
5
-0
/
+117
2017-03-17
Merge branch 'bc/object-id'
Junio C Hamano
33
-462
/
+494
2017-03-17
Merge branch 'rs/blame-code-cleanup'
Junio C Hamano
1
-17
/
+8
2017-03-17
Merge branch 'jk/interop-test'
Junio C Hamano
8
-1
/
+270
2017-03-17
Merge branch 'cc/split-index-config'
Junio C Hamano
11
-131
/
+540
2017-03-16
Sync with 'maint'
Junio C Hamano
1
-0
/
+41
2017-03-16
Preparing for 2.12.1
Junio C Hamano
3
-2
/
+43
2017-03-16
Merge branch 'js/realpath-pathdup-fix' into maint
Junio C Hamano
10
-18
/
+26
2017-03-16
Merge branch 'mm/two-more-xstrfmt' into maint
Junio C Hamano
2
-11
/
+9
2017-03-16
Merge branch 'vn/line-log-memcpy-size-fix' into maint
Junio C Hamano
1
-1
/
+2
2017-03-16
Merge branch 'ax/line-log-range-merge-fix' into maint
Junio C Hamano
2
-8
/
+17
2017-03-16
Merge branch 'jk/add-i-patch-do-prompt' into maint
Junio C Hamano
2
-4
/
+22
2017-03-16
Merge branch 'jt/http-base-url-update-upon-redirect' into maint
Junio C Hamano
3
-0
/
+21
2017-03-16
Merge branch 'js/travis-32bit-linux' into maint
Junio C Hamano
2
-0
/
+51
2017-03-16
Merge branch 'jh/mingw-openssl-sha1' into maint
Junio C Hamano
1
-1
/
+0
2017-03-16
Merge branch 'jk/http-auth' into maint
Junio C Hamano
1
-4
/
+46
2017-03-15
cherry-pick: detect bogus arguments to --mainline
Jeff King
2
-1
/
+29
2017-03-15
difftool: handle modified symlinks in dir-diff mode
David Aguilar
2
-5
/
+106
2017-03-15
t7800: cleanup cruft left behind by tests
David Aguilar
1
-1
/
+4
2017-03-15
t7800: remove whitespace before redirect
David Aguilar
1
-1
/
+1
2017-03-15
hash.h: move SHA-1 implementation selection into a header file
brian m. carlson
3
-8
/
+20
2017-03-14
Fourth batch after 2.12
Junio C Hamano
1
-0
/
+42
2017-03-14
Merge branch 'kn/ref-filter-branch-list'
Junio C Hamano
2
-4
/
+40
2017-03-14
Merge branch 'jk/push-deadlock-regression-fix'
Junio C Hamano
2
-11
/
+40
2017-03-14
Merge branch 'js/travis-32bit-linux'
Junio C Hamano
2
-0
/
+51
2017-03-14
Merge branch 'ew/http-alternates-as-redirects-warning'
Junio C Hamano
1
-3
/
+7
2017-03-14
Merge branch 'dp/filter-branch-prune-empty'
Junio C Hamano
4
-8
/
+50
2017-03-14
Merge branch 'jt/perf-updates'
Junio C Hamano
3
-3
/
+7
2017-03-14
Merge branch 'mm/fetch-show-error-message-on-unadvertised-object'
Junio C Hamano
7
-30
/
+66
2017-03-14
Merge branch 'jk/interpret-branch-name'
Junio C Hamano
10
-51
/
+249
2017-03-14
Merge branch 'ab/cond-skip-tests'
Junio C Hamano
3
-1
/
+16
2017-03-14
setup.c: mention unresolved problems
Johannes Schindelin
1
-0
/
+2
2017-03-14
t1309: document cases where we would want early config not to die()
Johannes Schindelin
1
-0
/
+24
2017-03-14
setup_git_directory_gently_1(): avoid die()ing
Johannes Schindelin
1
-8
/
+17
2017-03-14
t1309: test read_early_config()
Johannes Schindelin
2
-0
/
+65
2017-03-14
read_early_config(): really discover .git/
Johannes Schindelin
2
-23
/
+16
2017-03-14
read_early_config(): avoid .git/config hack when unneeded
Johannes Schindelin
1
-2
/
+3
2017-03-14
setup: make read_early_config() reusable
Johannes Schindelin
3
-31
/
+32
2017-03-14
setup: introduce the discover_git_directory() function
Johannes Schindelin
2
-0
/
+50
2017-03-14
setup_git_directory_1(): avoid changing global state
Johannes Schindelin
1
-75
/
+118
[next]