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
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-08
Merge branch 'tb/bugreport-no-localtime'
Junio C Hamano
1
-1
/
+2
2020-12-08
Merge branch 'rs/maintenance-run-outside-repo'
Junio C Hamano
1
-7
/
+0
2020-12-08
Merge branch 'ma/grep-init-default'
Junio C Hamano
2
-2
/
+0
2020-12-08
Merge branch 'js/trace2-session-id'
Junio C Hamano
1
-0
/
+15
2020-12-08
Merge branch 'ds/maintenance-part-3'
Junio C Hamano
1
-2
/
+3
2020-12-08
Merge branch 'ds/config-literal-value'
Junio C Hamano
3
-21
/
+72
2020-12-08
Merge branch 'ps/update-ref-multi-transaction'
Junio C Hamano
1
-1
/
+14
2020-12-03
Merge branch 'tb/repack-simplify'
Junio C Hamano
1
-99
/
+54
2020-12-03
Merge branch 'pb/pull-rebase-recurse-submodules'
Junio C Hamano
1
-12
/
+36
2020-12-01
builtin/bugreport.c: use thread-safe localtime_r()
Taylor Blau
1
-1
/
+2
2020-11-30
Merge branch 'sa/credential-store-timeout'
Junio C Hamano
1
-2
/
+6
2020-11-30
Merge branch 'km/stash-error-message-fix'
Junio C Hamano
1
-1
/
+1
2020-11-30
Merge branch 'mt/worktree-error-message-fix'
Junio C Hamano
1
-2
/
+2
2020-11-30
Merge branch 'ab/gc-keep-base-option'
Junio C Hamano
1
-4
/
+4
2020-11-30
Merge branch 'js/pull-rebase-use-advise'
Junio C Hamano
1
-12
/
+12
2020-11-30
maintenance: fix SEGFAULT when no repository
Rafael Silva
1
-7
/
+0
2020-11-25
Merge branch 'rs/gc-sort-func-cast-fix'
Junio C Hamano
1
-4
/
+2
2020-11-25
Merge branch 'jk/4gb-idx'
Junio C Hamano
2
-4
/
+4
2020-11-25
Merge branch 'jx/t5411-flake-fix'
Junio C Hamano
1
-25
/
+69
2020-11-25
maintenance: use 'git config --fixed-value'
Derrick Stolee
1
-2
/
+3
2020-11-25
config: implement --fixed-value with --get*
Derrick Stolee
1
-5
/
+10
2020-11-25
config: plumb --fixed-value into config API
Derrick Stolee
1
-5
/
+11
2020-11-25
config: add --fixed-value option, un-implemented
Derrick Stolee
1
-0
/
+36
2020-11-25
config: replace 'value_regex' with 'value_pattern'
Derrick Stolee
1
-6
/
+6
2020-11-25
config: convert multi_replace to flags
Derrick Stolee
3
-7
/
+11
2020-11-25
crendential-store: use timeout when locking file
Simão Afonso
1
-2
/
+6
2020-11-24
stash: add missing space to an error message
Kyle Meyer
1
-1
/
+1
2020-11-21
Merge branch 'en/strmap'
Junio C Hamano
3
-65
/
+11
2020-11-21
Merge branch 'jk/rev-parse-end-of-options'
Junio C Hamano
1
-45
/
+55
2020-11-21
Merge branch 'jc/format-patch-name-max'
Junio C Hamano
1
-6
/
+14
2020-11-21
grep: use designated initializers for `grep_defaults`
Martin Ågren
2
-2
/
+0
2020-11-21
grep: don't set up a "default" repo for grep
Martin Ågren
2
-2
/
+2
2020-11-21
worktree: fix order of arguments in error message
Matheus Tavares
1
-2
/
+2
2020-11-21
gc: rename keep_base_pack variable for --keep-largest-pack
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2020-11-19
pull: colorize the hint about setting `pull.rebase`
Johannes Schindelin
1
-12
/
+12
2020-11-18
gc: fix cast in compare_tasks_by_selection()
René Scharfe
1
-4
/
+2
2020-11-18
Merge branch 'pb/blame-funcname-range-userdiff'
Junio C Hamano
2
-7
/
+8
2020-11-18
Merge branch 'en/merge-ort-api-null-impl'
Junio C Hamano
3
-4
/
+42
2020-11-18
Merge branch 'ds/maintenance-part-3'
Junio C Hamano
2
-6
/
+333
2020-11-18
Merge branch 'pw/rebase-i-orig-head'
Junio C Hamano
1
-10
/
+10
2020-11-18
Merge branch 'jk/format-patch-output'
Junio C Hamano
1
-15
/
+22
2020-11-18
Merge branch 'jc/line-log-takes-no-pathspec'
Junio C Hamano
1
-0
/
+3
2020-11-18
Merge branch 'rs/empty-reflog-check-fix'
Junio C Hamano
1
-14
/
+13
2020-11-17
builtin/repack.c: don't move existing packs out of the way
Taylor Blau
1
-89
/
+14
2020-11-16
pull: check for local submodule modifications with the right range
Philippe Blain
1
-1
/
+1
2020-11-16
pull --rebase: compute rebase arguments in separate function
Philippe Blain
1
-11
/
+35
2020-11-16
builtin/repack.c: keep track of what pack-objects wrote
Taylor Blau
1
-1
/
+30
2020-11-16
repack: make "exts" array available outside cmd_repack()
Jeff King
1
-9
/
+10
2020-11-16
update-ref: disallow "start" for ongoing transactions
Patrick Steinhardt
1
-0
/
+2
2020-11-16
update-ref: allow creation of multiple transactions
Patrick Steinhardt
1
-1
/
+12
[next]