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-11-07
t0021/rot13-filter: improve error message
Christian Couder
1
-1
/
+2
2017-11-07
t0021/rot13-filter: improve 'if .. elsif .. else' style
Christian Couder
1
-26
/
+13
2017-11-07
t0021/rot13-filter: refactor packet reading functions
Christian Couder
1
-10
/
+28
2017-11-07
t0021/rot13-filter: fix list comparison
Christian Couder
1
-7
/
+28
2017-11-07
remote-mediawiki: allow fetching namespaces with spaces
Ingo Ruhnke
1
-0
/
+1
2017-11-07
remote-mediawiki: add namespace support
Kevin
1
-0
/
+25
2017-11-06
RelNotes: the second batch post 2.15 comes
Junio C Hamano
2
-4
/
+46
2017-11-06
Merge branch 'tg/deprecate-stash-save'
Junio C Hamano
4
-23
/
+15
2017-11-06
Merge branch 'tb/complete-checkout'
Junio C Hamano
2
-1
/
+6
2017-11-06
Merge branch 'gc/gitweb-filetest-acl'
Junio C Hamano
1
-0
/
+2
2017-11-06
Merge branch 'mp/push-pushoption-config'
Junio C Hamano
4
-7
/
+135
2017-11-06
Merge branch 'hv/fetch-moved-submodules-on-demand'
Junio C Hamano
3
-70
/
+210
2017-11-06
Merge branch 'jc/check-ref-format-oor'
Junio C Hamano
4
-4
/
+32
2017-11-06
Merge branch 'jc/t5601-copy-workaround'
Junio C Hamano
1
-0
/
+2
2017-11-06
Merge branch 'bc/object-id'
Junio C Hamano
70
-554
/
+544
2017-11-06
Merge branch 'jk/revision-pruning-optim'
Junio C Hamano
2
-3
/
+14
2017-11-06
Merge branch 'ds/find-unique-abbrev-optim'
Junio C Hamano
2
-16
/
+123
2017-11-06
Merge branch 'wk/pull-signoff'
Junio C Hamano
4
-8
/
+61
2017-11-06
Merge branch 'pc/submodule-helper'
Junio C Hamano
2
-77
/
+257
2017-11-06
Merge branch 'pb/bisect-helper'
Junio C Hamano
5
-89
/
+204
2017-11-06
Merge branch 'dm/run-command-ignored-hook-advise'
Junio C Hamano
6
-0
/
+66
2017-11-06
The first batch for 2.16
Junio C Hamano
2
-1
/
+85
2017-11-06
Merge branch 'ex/deprecate-empty-pathspec-as-match-all'
Junio C Hamano
4
-14
/
+9
2017-11-06
Merge branch 'jk/rebase-i-exec-gitdir-fix'
Junio C Hamano
2
-1
/
+17
2017-11-06
Merge branch 'cn/diff-indent-no-longer-is-experimental'
Junio C Hamano
4
-9
/
+6
2017-11-06
Merge branch 'bw/grep-recurse-submodules'
Junio C Hamano
1
-0
/
+2
2017-11-06
Merge branch 'mh/test-local-canary'
Junio C Hamano
1
-0
/
+25
2017-11-06
Merge branch 'js/submodule-in-excluded'
Junio C Hamano
2
-1
/
+12
2017-11-06
Merge branch 'ao/check-resolve-ref-unsafe-result'
Junio C Hamano
1
-0
/
+2
2017-11-06
Merge branch 'jk/misc-resolve-ref-unsafe-fixes'
Junio C Hamano
4
-4
/
+5
2017-11-06
Merge branch 'sb/diff-color-moved-use-xdl-recmatch'
Junio C Hamano
3
-78
/
+32
2017-11-06
Merge branch 'jk/diff-color-moved-fix'
Junio C Hamano
2
-42
/
+188
2017-11-06
Merge branch 'kd/auto-col-with-pager-fix'
Junio C Hamano
2
-1
/
+15
2017-11-06
Merge branch 'jc/no-cmd-as-subroutine'
Junio C Hamano
2
-13
/
+18
2017-11-06
Merge branch 'ma/lockfile-fixes'
Junio C Hamano
21
-131
/
+123
2017-11-06
wrapper.c: consistently quote filenames in error messages
Simon Ruderich
3
-6
/
+6
2017-11-06
fix typos in 2.15.0 release notes
Jean Carlo Machado
1
-3
/
+3
2017-11-06
refs: update some more docs to use "oid" rather than "sha1"
Michael Haggerty
6
-27
/
+26
2017-11-06
write_packed_entry(): take `object_id` arguments
Michael Haggerty
1
-8
/
+8
2017-11-06
refs: rename constant `REF_ISPRUNING` to `REF_IS_PRUNING`
Michael Haggerty
1
-9
/
+9
2017-11-06
refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`
Michael Haggerty
12
-40
/
+40
2017-11-06
refs: tidy up and adjust visibility of the `ref_update` flags
Michael Haggerty
3
-80
/
+99
2017-11-06
ref_transaction_add_update(): remove a check
Michael Haggerty
2
-4
/
+6
2017-11-06
ref_transaction_update(): die on disallowed flags
Michael Haggerty
1
-1
/
+2
2017-11-06
prune_ref(): call `ref_transaction_add_update()` directly
Michael Haggerty
2
-12
/
+17
2017-11-06
files_transaction_prepare(): don't leak flags to packed transaction
Michael Haggerty
1
-2
/
+2
2017-11-06
bisect: fix memory leak when returning best element
Martin Ågren
1
-1
/
+5
2017-11-06
bisect: fix off-by-one error in `best_bisection_sorted()`
Martin Ågren
1
-3
/
+4
2017-11-06
bisect: fix memory leak in `find_bisection()`
Martin Ågren
1
-1
/
+3
2017-11-06
bisect: change calling-convention of `find_bisection()`
Martin Ågren
3
-14
/
+17
[prev]
[next]