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
/
merge.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-25
Merge branch 'ab/mark-leak-free-tests-more'
Junio C Hamano
1
-0
/
+2
2021-10-13
Merge branch 'ab/config-based-hooks-1'
Junio C Hamano
1
-1
/
+2
2021-10-13
Merge branch 'en/removing-untracked-fixes'
Junio C Hamano
1
-0
/
+1
2021-10-07
merge: add missing strbuf_release()
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2021-09-27
Remove ignored files by default when they are in the way
Elijah Newren
1
-2
/
+1
2021-09-27
unpack-trees: introduce preserve_ignored to unpack_trees_options
Elijah Newren
1
-0
/
+2
2021-09-27
hook.c users: use "hook_exists()" instead of "find_hook()"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-09-27
hook.[ch]: move find_hook() from run-command.c to hook.c
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-09-20
Merge branch 'js/run-command-close-packs'
Junio C Hamano
1
-1
/
+0
2021-09-20
Merge branch 'ds/mergies-with-sparse-index'
Junio C Hamano
1
-0
/
+3
2021-09-10
Merge branch 'ab/retire-advice-config'
Junio C Hamano
1
-2
/
+2
2021-09-09
merge: make sparse-aware with ORT
Derrick Stolee
1
-0
/
+3
2021-09-09
run_auto_maintenance(): implicitly close the object store
Johannes Schindelin
1
-1
/
+0
2021-09-08
Merge branch 'rs/xopen-reports-open-failures'
Junio C Hamano
1
-3
/
+1
2021-08-30
Merge branch 'cb/builtin-merge-format-string-fix'
Junio C Hamano
1
-3
/
+5
2021-08-30
Merge branch 'en/ort-becomes-the-default'
Junio C Hamano
1
-2
/
+8
2021-08-30
Merge branch 'en/merge-strategy-docs'
Junio C Hamano
1
-1
/
+1
2021-08-30
Merge branch 'en/pull-conflicting-options'
Junio C Hamano
1
-1
/
+1
2021-08-25
use xopen() to handle fatal open(2) failures
René Scharfe
1
-3
/
+1
2021-08-25
advice: remove read uses of most global `advice_` variables
Ben Boeckel
1
-2
/
+2
2021-08-09
builtin/merge: avoid -Wformat-extra-args from ancient Xcode
Carlo Marcelo Arenas Belón
1
-3
/
+5
2021-08-05
Change default merge backend from recursive to ort
Elijah Newren
1
-2
/
+8
2021-08-05
Update error message and code comment
Elijah Newren
1
-1
/
+1
2021-08-04
Merge branch 'pb/merge-autostash-more'
Junio C Hamano
1
-1
/
+3
2021-07-26
builtin/merge: free found_ref when done
Andrzej Hunt
1
-1
/
+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-20
pull: abort if --ff-only is given and fast-forwarding is impossible
Alex Henrie
1
-1
/
+1
2021-06-10
Merge branch 'ah/merge-usage-i18n-fix'
Junio C Hamano
1
-2
/
+2
2021-05-16
merge: don't translate literal commands
Alex Henrie
1
-2
/
+2
2021-05-03
merge: fix swapped "up to date" message components
Josh Soref
1
-5
/
+9
2021-05-03
merge(s): apply consistent punctuation to "up to date" messages
Eric Sunshine
1
-1
/
+1
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-1
/
+1
2021-02-05
Merge branch 'so/log-diff-merge'
Junio C Hamano
1
-1
/
+2
2020-12-21
diff-merges: new function diff_merges_suppress()
Sergey Organov
1
-1
/
+2
2020-11-18
Merge branch 'en/merge-ort-api-null-impl'
Junio C Hamano
1
-3
/
+23
2020-11-02
merge,rebase,revert: select ort or recursive by config or environment
Elijah Newren
1
-3
/
+23
2020-10-20
Documentation: stylistically normalize references to Signed-off-by:
Bradley M. Kuhn
1
-1
/
+1
2020-09-25
Merge branch 'ds/maintenance-part-1'
Junio C Hamano
1
-1
/
+1
2020-09-17
maintenance: replace run_auto_gc()
Derrick Stolee
1
-1
/
+1
2020-09-09
Merge branch 'jt/interpret-branch-name-fallback'
Junio C Hamano
1
-1
/
+1
2020-09-02
wt-status: tolerate dangling marks
Jonathan Tan
1
-1
/
+1
2020-08-21
sequencer: treat CHERRY_PICK_HEAD as a pseudo ref
Han-Wen Nienhuys
1
-1
/
+1
2020-08-03
merge: make merge.renormalize work for all uses of merge machinery
Elijah Newren
1
-4
/
+0
2020-06-02
Merge branch 'an/merge-single-strategy-optim'
Junio C Hamano
1
-1
/
+1
2020-05-19
merge: optimization to skip evaluate_result for single strategy
Andrew Ng
1
-1
/
+1
2020-05-13
Merge branch 'jc/auto-gc-quiet'
Junio C Hamano
1
-2
/
+1
2020-05-07
auto-gc: pass --quiet down from am, commit, merge and rebase
Junio C Hamano
1
-2
/
+1
2020-05-05
Merge branch 'dl/opt-callback-cleanup'
Junio C Hamano
1
-2
/
+2
[next]