index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-19
Merge branch 'mh/packed-ref-transactions'
Junio C Hamano
1
-0
/
+73
2017-09-19
Merge branch 'sb/merge-commit-msg-hook'
Junio C Hamano
1
-4
/
+60
2017-09-19
Merge branch 'jk/leak-checkers'
Junio C Hamano
1
-1
/
+6
2017-09-19
Merge branch 'nm/pull-submodule-recurse-config'
Junio C Hamano
1
-0
/
+32
2017-09-19
Merge branch 'mh/packed-ref-store-prep'
Junio C Hamano
1
-2
/
+16
2017-09-19
Merge branch 'jh/hashmap-disable-counting'
Junio C Hamano
1
-1
/
+2
2017-09-19
Merge branch 'nd/prune-in-worktree'
Junio C Hamano
2
-0
/
+67
2017-09-10
Merge branch 'nd/worktree-kill-parse-ref'
Junio C Hamano
1
-0
/
+13
2017-09-10
Merge branch 'mm/send-email-cc-cruft'
Junio C Hamano
1
-0
/
+4
2017-09-10
Merge branch 'ma/up-to-date'
Junio C Hamano
1
-2
/
+2
2017-09-09
files_ref_store: use a transaction to update packed refs
Michael Haggerty
1
-2
/
+2
2017-09-09
t1404: demonstrate two problems with reference transactions
Michael Haggerty
1
-0
/
+73
2017-09-08
builtin/merge: honor commit-msg hook for merges
Stefan Beller
1
-4
/
+60
2017-09-07
pull: honor submodule.recurse config option
Nicolas Morey-Chaisemartin
1
-0
/
+32
2017-09-07
hashmap: add API to disable item counting when threaded
Jeff Hostetler
1
-1
/
+2
2017-09-07
rev-parse: don't trim bisect refnames
Jeff King
1
-2
/
+16
2017-09-06
test-lib: set LSAN_OPTIONS to abort by default
Jeff King
1
-0
/
+5
2017-09-06
test-lib: --valgrind should not override --verbose-log
Jeff King
1
-1
/
+1
2017-09-06
Merge branch 'rs/archive-excluded-directory'
Junio C Hamano
1
-3
/
+44
2017-09-06
Merge branch 'ks/branch-set-upstream'
Junio C Hamano
2
-58
/
+10
2017-08-26
Merge branch 'mg/killed-merge'
Junio C Hamano
1
-0
/
+15
2017-08-26
Merge branch 'jc/cutoff-config'
Junio C Hamano
1
-18
/
+39
2017-08-26
Merge branch 'kw/write-index-reduce-alloc'
Junio C Hamano
2
-0
/
+52
2017-08-26
Merge branch 'bw/submodule-config-cleanup'
Junio C Hamano
4
-156
/
+15
2017-08-26
Merge branch 'tb/apply-with-crlf'
Junio C Hamano
1
-6
/
+27
2017-08-26
Merge branch 'jt/stash-tests'
Junio C Hamano
1
-0
/
+34
2017-08-26
Merge branch 'jk/trailers-parse'
Junio C Hamano
2
-7
/
+120
2017-08-26
Merge branch 'pb/trailers-from-command-line'
Junio C Hamano
1
-0
/
+66
2017-08-26
Merge branch 'jt/diff-color-move-fix'
Junio C Hamano
1
-68
/
+193
2017-08-26
Merge branch 'sb/diff-color-move'
Junio C Hamano
1
-0
/
+434
2017-08-24
revision.c: --reflog add HEAD reflog from all worktrees
Nguyễn Thái Ngọc Duy
1
-0
/
+16
2017-08-24
files-backend: make reflog iterator go through per-worktree reflog
Nguyễn Thái Ngọc Duy
1
-0
/
+30
2017-08-24
revision.c: --all adds HEAD from all worktrees
Nguyễn Thái Ngọc Duy
1
-0
/
+12
2017-08-24
revision.c: --indexed-objects add objects from all worktrees
Nguyễn Thái Ngọc Duy
1
-0
/
+9
2017-08-24
send-email: fix garbage removal after address
Matthieu Moy
1
-0
/
+4
2017-08-24
branch: fix branch renaming not updating HEADs correctly
Nguyễn Thái Ngọc Duy
1
-0
/
+13
2017-08-24
Merge branch 'lg/merge-signoff'
Junio C Hamano
1
-0
/
+69
2017-08-23
Merge branch 'jt/t1450-fsck-corrupt-packfile' into maint
Junio C Hamano
1
-0
/
+16
2017-08-23
Merge branch 'jb/t8008-cleanup' into maint
Junio C Hamano
1
-14
/
+16
2017-08-23
Merge branch 'jt/subprocess-handshake' into maint
Junio C Hamano
2
-101
/
+293
2017-08-23
Merge branch 'jk/reflog-walk' into maint
Junio C Hamano
3
-12
/
+136
2017-08-23
Merge branch 'jk/ref-filter-colors' into maint
Junio C Hamano
6
-72
/
+175
2017-08-23
Merge branch 'hv/t5526-andand-chain-fix'
Junio C Hamano
1
-4
/
+4
2017-08-23
Merge branch 'as/grep-quiet-no-match-exit-code-fix'
Junio C Hamano
1
-0
/
+5
2017-08-23
Merge branch 'rs/t1002-do-not-use-sum'
Junio C Hamano
2
-35
/
+35
2017-08-23
Merge branch 'nm/stash-untracked'
Junio C Hamano
1
-0
/
+17
2017-08-23
treewide: correct several "up-to-date" to "up to date"
Martin Ågren
1
-2
/
+2
2017-08-23
merge: save merge state earlier
Michael J Gruber
1
-0
/
+15
2017-08-22
rerere: allow approxidate in gc.rerereResolved/gc.rerereUnresolved
Junio C Hamano
1
-0
/
+2
2017-08-22
t4200: parameterize "rerere gc" custom expiry test
Junio C Hamano
1
-25
/
+33
[next]