mirror of
https://github.com/git/git.git
synced 2024-11-24 02:17:02 +08:00
Merge branch 'maint'
* maint: t7012: Mark missing tests as TODO reflog: remove 'show' from 'expire's usage string MSVC: Fix build by adding missing termios.h dummy
This commit is contained in:
commit
ddd02b70f0
@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
static const char reflog_expire_usage[] =
|
||||
"git reflog (show|expire) [--verbose] [--dry-run] [--stale-fix] [--expire=<time>] [--expire-unreachable=<time>] [--all] <refs>...";
|
||||
"git reflog expire [--verbose] [--dry-run] [--stale-fix] [--expire=<time>] [--expire-unreachable=<time>] [--all] <refs>...";
|
||||
static const char reflog_delete_usage[] =
|
||||
"git reflog delete [--verbose] [--dry-run] [--rewrite] [--updateref] <refs>...";
|
||||
|
||||
|
1
compat/vcbuild/include/termios.h
Normal file
1
compat/vcbuild/include/termios.h
Normal file
@ -0,0 +1 @@
|
||||
/* Intentionally empty file to support building git with MSVC */
|
@ -136,11 +136,11 @@ test_expect_success 'git-clean, dirty case' '
|
||||
test_cmp expected result
|
||||
'
|
||||
|
||||
test_expect_failure 'git-apply adds file' false
|
||||
test_expect_failure 'git-apply updates file' false
|
||||
test_expect_failure 'git-apply removes file' false
|
||||
test_expect_failure 'git-mv to skip-worktree' false
|
||||
test_expect_failure 'git-mv from skip-worktree' false
|
||||
test_expect_failure 'git-checkout' false
|
||||
#TODO test_expect_failure 'git-apply adds file' false
|
||||
#TODO test_expect_failure 'git-apply updates file' false
|
||||
#TODO test_expect_failure 'git-apply removes file' false
|
||||
#TODO test_expect_failure 'git-mv to skip-worktree' false
|
||||
#TODO test_expect_failure 'git-mv from skip-worktree' false
|
||||
#TODO test_expect_failure 'git-checkout' false
|
||||
|
||||
test_done
|
||||
|
Loading…
Reference in New Issue
Block a user