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
2021-10-12
Merge branch 'jk/commit-edit-fixup-fix' into maint
Junio C Hamano
1
-2
/
+3
2021-10-12
Merge branch 'en/pull-conflicting-options' into maint
Junio C Hamano
2
-12
/
+45
2021-10-12
Merge branch 'jt/push-negotiation-fixes' into maint
Junio C Hamano
2
-1
/
+4
2021-10-12
Merge branch 'ab/pack-stdin-packs-fix' into maint
Junio C Hamano
1
-3
/
+20
2021-10-12
Merge branch 'jc/prefix-filename-allocates' into maint
Junio C Hamano
1
-1
/
+1
2021-10-12
Merge branch 'rs/show-branch-simplify' into maint
Junio C Hamano
1
-10
/
+5
2021-10-12
Merge branch 'ab/gc-log-rephrase' into maint
Junio C Hamano
1
-1
/
+1
2021-10-12
Merge branch 'rs/xopen-reports-open-failures' into maint
Junio C Hamano
11
-37
/
+12
2021-10-12
Merge branch 'js/maintenance-launchctl-fix' into maint
Junio C Hamano
1
-21
/
+70
2021-10-12
Merge branch 'ab/rebase-fatal-fatal-fix' into maint
Junio C Hamano
1
-1
/
+1
2021-10-12
Merge branch 'ab/ls-remote-packet-trace' into maint
Junio C Hamano
1
-0
/
+2
2021-10-12
Merge branch 'cb/builtin-merge-format-string-fix' into maint
Junio C Hamano
1
-3
/
+5
2021-10-12
Merge branch 'en/merge-strategy-docs' into maint
Junio C Hamano
1
-1
/
+1
2021-09-07
hash-object: prefix_filename() returns allocated memory these days
Junio C Hamano
1
-1
/
+1
2021-09-02
gc: remove trailing dot from "gc.log" line
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-08-27
show-branch: simplify rev_is_head()
René Scharfe
1
-10
/
+5
2021-08-25
use xopen() to handle fatal open(2) failures
René Scharfe
11
-37
/
+12
2021-08-24
rebase: emit one "fatal" in "fatal: fatal: <error>"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-08-24
ls-remote: set packet_trace_identity(<name>)
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2021-08-24
maintenance: skip bootout/bootstrap when plist is registered
Derrick Stolee
1
-9
/
+45
2021-08-24
maintenance: create `launchctl` configuration using a lock file
Johannes Schindelin
1
-17
/
+30
2021-08-15
commit: restore --edit when combined with --fixup
Joel Klinghed
1
-2
/
+3
2021-08-09
builtin/merge: avoid -Wformat-extra-args from ancient Xcode
Carlo Marcelo Arenas Belón
1
-3
/
+5
2021-08-05
Update error message and code comment
Elijah Newren
1
-1
/
+1
2021-08-04
Merge branch 'rs/use-fspathhash'
Junio C Hamano
1
-8
/
+2
2021-08-04
Merge branch 'pb/merge-autostash-more'
Junio C Hamano
1
-1
/
+3
2021-08-04
Merge branch 'ds/commit-and-checkout-with-sparse-index'
Junio C Hamano
2
-5
/
+6
2021-08-04
Merge branch 'ah/plugleaks'
Junio C Hamano
5
-14
/
+17
2021-08-04
Merge branch 'ar/submodule-add'
Junio C Hamano
1
-113
/
+304
2021-07-30
use fspathhash() everywhere
René Scharfe
1
-8
/
+2
2021-07-28
Merge branch 'tb/reverse-midx'
Junio C Hamano
1
-1
/
+1
2021-07-28
Merge branch 'ds/status-with-sparse-index'
Junio C Hamano
1
-0
/
+3
2021-07-28
Merge branch 'dl/diff-merge-base'
Junio C Hamano
1
-2
/
+2
2021-07-28
Merge branch 'ab/attribute-format'
Junio C Hamano
4
-6
/
+6
2021-07-28
Merge branch 'jk/log-decorate-optim'
Junio C Hamano
1
-0
/
+3
2021-07-28
Merge branch 'sm/worktree-add-lock'
Junio C Hamano
1
-5
/
+16
2021-07-28
Merge branch 'hj/commit-allow-empty-message'
Junio C Hamano
1
-11
/
+18
2021-07-26
builtin/rebase: fix options.strategy memory lifecycle
Andrzej Hunt
1
-1
/
+2
2021-07-26
builtin/merge: free found_ref when done
Andrzej Hunt
1
-1
/
+2
2021-07-26
builtin/mv: free or UNLEAK multiple pointers at end of cmd_mv
Andrzej Hunt
1
-0
/
+5
2021-07-26
builtin/for-each-repo: remove unnecessary argv copy to plug leak
Andrzej Hunt
1
-10
/
+4
2021-07-26
builtin/submodule--helper: release unused strbuf to avoid leak
Andrzej Hunt
1
-2
/
+4
2021-07-26
submodule: drop unused sm_name parameter from show_fetch_remotes()
Jeff King
1
-3
/
+2
2021-07-23
merge: apply autostash if merge strategy fails
Philippe Blain
1
-0
/
+1
2021-07-23
merge: apply autostash if fast-forward fails
Philippe Blain
1
-0
/
+1
2021-07-23
merge: add missing word "strategy" to a message
Philippe Blain
1
-1
/
+1
2021-07-22
Merge branch 'bc/rev-list-without-commit-line'
Junio C Hamano
1
-9
/
+24
2021-07-22
pull: fix handling of multiple heads
Elijah Newren
1
-4
/
+14
2021-07-22
pull: update docs & code for option compatibility with rebasing
Elijah Newren
1
-0
/
+2
2021-07-22
pull: abort by default when fast-forwarding is not possible
Elijah Newren
1
-4
/
+6
[next]