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
/
Documentation
/
config.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-27
config doc: elaborate on fetch.fsckObjects security
Ævar Arnfjörð Bjarmason
1
-0
/
+21
2018-07-27
config doc: elaborate on what transfer.fsckObjects does
Ævar Arnfjörð Bjarmason
1
-2
/
+11
2018-07-27
config doc: unify the description of fsck.* and receive.fsck.*
Ævar Arnfjörð Bjarmason
1
-27
/
+35
2018-07-27
config doc: don't describe *.fetchObjects twice
Ævar Arnfjörð Bjarmason
1
-8
/
+10
2018-07-24
Merge branch 'jt/connectivity-check-after-unshallow'
Junio C Hamano
1
-0
/
+7
2018-07-20
config: create core.multiPackIndex setting
Derrick Stolee
1
-0
/
+5
2018-07-19
diff.c: offer config option to control ws handling in move detection
Stefan Beller
1
-0
/
+5
2018-07-18
add core.usereplacerefs config option
Jeff King
1
-0
/
+5
2018-07-18
Merge branch 'ms/core-icase-doc'
Junio C Hamano
1
-3
/
+6
2018-07-18
Merge branch 'tb/grep-column'
Junio C Hamano
1
-1
/
+6
2018-07-18
Merge branch 'vs/typofixes'
Junio C Hamano
1
-1
/
+1
2018-07-18
Merge branch 'bw/config-refer-to-gitsubmodules-doc'
Junio C Hamano
1
-2
/
+3
2018-07-18
gpg-interface: introduce new signature format "x509" using gpgsm
Henning Schild
1
-2
/
+3
2018-07-18
gpg-interface: introduce new config to select per gpg format program
Henning Schild
1
-0
/
+5
2018-07-17
gpg-interface: add new config to select how to sign a commit
Henning Schild
1
-0
/
+4
2018-07-17
gc: do not return error for prior errors in daemonized mode
Jonathan Nieder
1
-1
/
+2
2018-07-16
negotiator/skipping: skip commits during fetch
Jonathan Tan
1
-0
/
+9
2018-06-28
Documentation: declare "core.ignoreCase" as internal variable
Marc Strapetz
1
-3
/
+6
2018-06-28
upload-pack: implement ref-in-want
Brandon Williams
1
-0
/
+7
2018-06-27
gc: automatically write commit-graph files
Derrick Stolee
1
-3
/
+6
2018-06-25
Merge branch 'nd/complete-config-vars'
Junio C Hamano
1
-1
/
+2
2018-06-22
Documentation: spelling and grammar fixes
Ville Skyttä
1
-1
/
+1
2018-06-22
grep.c: add configuration variables to show matched option
Taylor Blau
1
-0
/
+5
2018-06-21
docs: link to gitsubmodules
Brandon Williams
1
-2
/
+3
2018-06-21
Documentation/config.txt: camel-case lineNumber for consistency
Taylor Blau
1
-1
/
+1
2018-06-11
checkout & worktree: introduce checkout.defaultRemote
Ævar Arnfjörð Bjarmason
1
-1
/
+20
2018-06-11
checkout: add advice for ambiguous "checkout <branch>"
Ævar Arnfjörð Bjarmason
1
-0
/
+7
2018-06-01
Merge branch 'nd/command-list'
Junio C Hamano
1
-0
/
+8
2018-05-30
Merge branch 'sb/blame-color'
Junio C Hamano
1
-0
/
+27
2018-05-30
Merge branch 'bp/status-rename-config'
Junio C Hamano
1
-0
/
+12
2018-05-29
log-tree: allow to customize 'grafted' color
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-05-29
Merge branch 'nd/command-list' into nd/complete-config-vars
Junio C Hamano
1
-0
/
+8
2018-05-23
Merge branch 'js/rebase-recreate-merge'
Junio C Hamano
1
-0
/
+8
2018-05-23
Merge branch 'nd/pack-objects-pack-struct'
Junio C Hamano
1
-1
/
+3
2018-05-23
Merge branch 'nd/repack-keep-pack'
Junio C Hamano
1
-0
/
+12
2018-05-21
completion: allow to customize the completable command list
Nguyễn Thái Ngọc Duy
1
-0
/
+8
2018-05-13
add status config and command line options for rename detection
Ben Peart
1
-0
/
+12
2018-05-08
Merge branch 'js/colored-push-errors'
Junio C Hamano
1
-0
/
+28
2018-05-08
Merge branch 'ls/checkout-encoding'
Junio C Hamano
1
-0
/
+6
2018-05-08
Merge branch 'ds/commit-graph'
Junio C Hamano
1
-0
/
+4
2018-04-26
pull: accept --rebase=merges to recreate the branch topology
Johannes Schindelin
1
-0
/
+8
2018-04-24
builtin/blame: add new coloring scheme config
Stefan Beller
1
-0
/
+5
2018-04-24
builtin/blame: highlight recently changed lines
Stefan Beller
1
-0
/
+17
2018-04-24
builtin/blame: dim uninteresting metadata lines
Stefan Beller
1
-0
/
+5
2018-04-24
config: document the settings to colorize push errors/hints
Johannes Schindelin
1
-0
/
+28
2018-04-16
gc: handle a corner case in gc.bigPackThreshold
Nguyễn Thái Ngọc Duy
1
-0
/
+5
2018-04-16
gc: add gc.bigPackThreshold config
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2018-04-16
pack-objects: shrink z_delta_size field in struct object_entry
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-04-16
pack-objects: use bitfield for object_entry::depth
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2018-04-16
convert: add round trip check based on 'core.checkRoundtripEncoding'
Lars Schneider
1
-0
/
+6
[prev]
[next]