index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t5520-pull.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pull: pass --autostash to merge
Denton Liu
2020-04-10
1
-8
/
+35
*
t5520: make test_pull_autostash() accept expect_parent_num
Denton Liu
2020-04-10
1
-6
/
+8
*
rebase: rename the two primary rebase backends
Elijah Newren
2020-02-17
1
-1
/
+1
*
rebase: change the default backend from "am" to "merge"
Elijah Newren
2020-02-17
1
-4
/
+6
*
rebase tests: repeat some tests using the merge backend instead of am
Elijah Newren
2020-02-17
1
-2
/
+15
*
t5520: replace `! git` with `test_must_fail git`
Denton Liu
2019-11-21
1
-2
/
+2
*
t5520: remove redundant lines in test cases
Denton Liu
2019-11-21
1
-8
/
+0
*
t5520: replace $(cat ...) comparison with test_cmp
Denton Liu
2019-11-21
1
-35
/
+70
*
t5520: don't put git in upstream of pipe
Denton Liu
2019-11-21
1
-1
/
+2
*
t5520: test single-line files by git with test_cmp
Denton Liu
2019-11-21
1
-16
/
+48
*
t5520: use test_cmp_rev where possible
Denton Liu
2019-11-21
1
-25
/
+25
*
t5520: replace test -{n,z} with test-lib functions
Denton Liu
2019-11-21
1
-4
/
+8
*
t5520: use test_line_count where possible
Denton Liu
2019-11-21
1
-1
/
+2
*
t5520: remove spaces after redirect operator
Denton Liu
2019-11-21
1
-5
/
+5
*
t5520: replace test -f with test-lib functions
Denton Liu
2019-11-21
1
-5
/
+5
*
t5520: let sed open its own input
Denton Liu
2019-11-21
1
-1
/
+1
*
t5520: use sq for test case names
Denton Liu
2019-11-21
1
-2
/
+2
*
t5520: improve test style
Denton Liu
2019-11-21
1
-43
/
+45
*
tests: optionally skip `git rebase -p` tests
Johannes Schindelin
2018-11-02
1
-2
/
+4
*
Merge branch 'js/pull-rebase-type-shorthand'
Junio C Hamano
2018-08-17
1
-0
/
+12
|
\
|
*
pull --rebase=<type>: allow single-letter abbreviations for the type
Johannes Schindelin
2018-08-06
1
-0
/
+12
*
|
has_uncommitted_changes(): fall back to empty tree
Jeff King
2018-07-11
1
-0
/
+12
|
/
*
rebase: make resolve message clearer for inexperienced users
William Duclot
2017-07-17
1
-2
/
+2
*
pull: ff --rebase --autostash works in dirty repo
Tyler Brazier
2017-06-01
1
-0
/
+18
*
Merge branch 'jc/pull-rebase-ff'
Junio C Hamano
2016-12-19
1
-0
/
+17
|
\
|
*
pull: fast-forward "pull --rebase=true"
Junio C Hamano
2016-11-29
1
-0
/
+17
*
|
t5520: become resilient to GETTEXT_POISON
Vasco Almeida
2016-08-13
1
-2
/
+2
*
|
t5520: verify that `pull --rebase` shows the helpful advice when failing
Johannes Schindelin
2016-07-26
1
-0
/
+32
*
|
Merge branch 'va/i18n-even-more'
Junio C Hamano
2016-07-13
1
-1
/
+1
|
\
\
|
*
|
i18n: advice: internationalize message for conflicts
Vasco Almeida
2016-06-18
1
-1
/
+1
*
|
|
pull: warn on --verify-signatures with --rebase
Alexander Hirsch
2016-05-21
1
-0
/
+16
|
/
/
*
|
t5520: test --[no-]autostash with pull.rebase=true
Mehul Jain
2016-04-04
1
-0
/
+10
*
|
t5520: reduce commom lines of code
Mehul Jain
2016-04-04
1
-9
/
+7
*
|
t5520: factor out common "failing autostash" code
Mehul Jain
2016-04-04
1
-15
/
+11
*
|
t5520: factor out common "successful autostash" code
Mehul Jain
2016-04-04
1
-29
/
+15
*
|
t5520: use better test to check stderr output
Mehul Jain
2016-04-04
1
-6
/
+4
*
|
t5520: ensure consistent test conditions
Mehul Jain
2016-04-04
1
-0
/
+2
*
|
t5520: use consistent capitalization in test titles
Mehul Jain
2016-04-04
1
-2
/
+2
*
|
pull --rebase: add --[no-]autostash flag
Mehul Jain
2016-03-21
1
-0
/
+70
*
|
pull: allow interactive rebase with --rebase=interactive
Johannes Schindelin
2016-01-13
1
-0
/
+10
|
/
*
Merge branch 'kd/pull-rebase-autostash'
Junio C Hamano
2015-08-18
1
-0
/
+11
|
\
|
*
pull: allow dirty tree when rebase.autostash enabled
Kevin Daudt
2015-07-22
1
-0
/
+12
*
|
pull: handle git-fetch's options as well
Paul Tan
2015-06-02
1
-0
/
+20
*
|
t5520: check reflog action in fast-forward merge
Paul Tan
2015-05-29
1
-3
/
+10
*
|
t5520: test --rebase failure on unborn branch with index
Paul Tan
2015-05-29
1
-0
/
+15
*
|
t5520: test --rebase with multiple branches
Paul Tan
2015-05-29
1
-0
/
+9
*
|
t5520: test work tree fast-forward when fetch updates head
Paul Tan
2015-05-29
1
-0
/
+21
*
|
t5520: test for failure if index has unresolved entries
Paul Tan
2015-05-29
1
-0
/
+19
*
|
t5520: test no merge candidates cases
Paul Tan
2015-05-18
1
-0
/
+55
*
|
t5520: prevent field splitting in content comparisons
Paul Tan
2015-05-18
1
-35
/
+35
|
/
[next]