index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t5520-pull.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-06
t: convert grep assertions to test_grep
Michael Montalbo
1
-2
/
+2
2025-07-21
pull: add pull.autoStash config option
Lidong Yan
1
-0
/
+60
2025-05-16
sequencer: make it clearer that commit descriptions are just comments
Elijah Newren
1
-1
/
+1
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
1
-1
/
+0
2024-08-01
builtin/remote: fix various trivial memory leaks
Patrick Steinhardt
1
-0
/
+1
2023-11-02
tests: teach callers of test_i18ngrep to use test_grep
Junio C Hamano
1
-17
/
+17
2022-09-08
fetch: add branch.*.merge to default ref-prefix extension
Jeff King
1
-0
/
+17
2022-01-14
pull --rebase: honor rebase.autostash when fast-forwarding
Philippe Blain
1
-0
/
+13
2021-10-18
Merge branch 'js/retire-preserve-merges'
Junio C Hamano
1
-21
/
+3
2021-09-07
tests: stop testing `git rebase --preserve-merges`
Johannes Schindelin
1
-18
/
+0
2021-09-07
t5520: do not use `pull.rebase=preserve`
Johannes Schindelin
1
-3
/
+3
2021-07-22
pull: abort by default when fast-forwarding is not possible
Elijah Newren
1
-10
/
+10
2021-05-11
test-lib functions: add --printf option to test_commit
Ævar Arnfjörð Bjarmason
1
-8
/
+2
2020-11-19
t55[23]*: adjust the references to the default branch name "main"
Johannes Schindelin
1
-16
/
+16
2020-11-19
tests: mark tests relying on the current default for `init.defaultBranch`
Johannes Schindelin
1
-0
/
+3
2020-05-20
t5520: avoid alternation in grep's BRE (not POSIX)
Carlo Marcelo Arenas Belón
1
-1
/
+1
2020-04-10
pull: pass --autostash to merge
Denton Liu
1
-8
/
+35
2020-04-10
t5520: make test_pull_autostash() accept expect_parent_num
Denton Liu
1
-6
/
+8
2020-02-16
rebase: rename the two primary rebase backends
Elijah Newren
1
-1
/
+1
2020-02-16
rebase: change the default backend from "am" to "merge"
Elijah Newren
1
-4
/
+6
2020-02-16
rebase tests: repeat some tests using the merge backend instead of am
Elijah Newren
1
-2
/
+15
2019-11-21
t5520: replace `! git` with `test_must_fail git`
Denton Liu
1
-2
/
+2
2019-11-21
t5520: remove redundant lines in test cases
Denton Liu
1
-8
/
+0
2019-11-21
t5520: replace $(cat ...) comparison with test_cmp
Denton Liu
1
-35
/
+70
2019-11-21
t5520: don't put git in upstream of pipe
Denton Liu
1
-1
/
+2
2019-11-21
t5520: test single-line files by git with test_cmp
Denton Liu
1
-16
/
+48
2019-11-21
t5520: use test_cmp_rev where possible
Denton Liu
1
-25
/
+25
2019-11-21
t5520: replace test -{n,z} with test-lib functions
Denton Liu
1
-4
/
+8
2019-11-21
t5520: use test_line_count where possible
Denton Liu
1
-1
/
+2
2019-11-21
t5520: remove spaces after redirect operator
Denton Liu
1
-5
/
+5
2019-11-21
t5520: replace test -f with test-lib functions
Denton Liu
1
-5
/
+5
2019-11-21
t5520: let sed open its own input
Denton Liu
1
-1
/
+1
2019-11-21
t5520: use sq for test case names
Denton Liu
1
-2
/
+2
2019-11-21
t5520: improve test style
Denton Liu
1
-42
/
+44
2018-11-02
tests: optionally skip `git rebase -p` tests
Johannes Schindelin
1
-2
/
+4
2018-08-17
Merge branch 'js/pull-rebase-type-shorthand'
Junio C Hamano
1
-0
/
+12
2018-08-06
pull --rebase=<type>: allow single-letter abbreviations for the type
Johannes Schindelin
1
-0
/
+12
2018-07-11
has_uncommitted_changes(): fall back to empty tree
Jeff King
1
-0
/
+12
2017-07-17
rebase: make resolve message clearer for inexperienced users
William Duclot
1
-2
/
+2
2017-06-01
pull: ff --rebase --autostash works in dirty repo
Tyler Brazier
1
-0
/
+18
2016-12-19
Merge branch 'jc/pull-rebase-ff'
Junio C Hamano
1
-0
/
+17
2016-11-29
pull: fast-forward "pull --rebase=true"
Junio C Hamano
1
-0
/
+17
2016-08-12
t5520: become resilient to GETTEXT_POISON
Vasco Almeida
1
-2
/
+2
2016-07-26
t5520: verify that `pull --rebase` shows the helpful advice when failing
Johannes Schindelin
1
-0
/
+32
2016-07-13
Merge branch 'va/i18n-even-more'
Junio C Hamano
1
-1
/
+1
2016-06-17
i18n: advice: internationalize message for conflicts
Vasco Almeida
1
-1
/
+1
2016-05-20
pull: warn on --verify-signatures with --rebase
Alexander Hirsch
1
-0
/
+16
2016-04-04
t5520: test --[no-]autostash with pull.rebase=true
Mehul Jain
1
-0
/
+10
2016-04-04
t5520: reduce commom lines of code
Mehul Jain
1
-9
/
+7
2016-04-04
t5520: factor out common "failing autostash" code
Mehul Jain
1
-15
/
+11
[next]