File tree 2 files changed +9
-1
lines changed
git-repository/tests/remote
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ pub(crate) fn into_daemon_remote_if_async<'repo, 'a>(
51
51
_daemon. expect( "daemon is available in async mode" ) . url,
52
52
_repo_name. into( ) . unwrap_or_default( )
53
53
) )
54
- . expect ( "valid url to create remote at" ) ;
54
+ . expect ( "valid url to create remote at" )
55
+ . with_fetch_tags ( remote. fetch_tags ( ) ) ;
55
56
for direction in [ git:: remote:: Direction :: Fetch , git:: remote:: Direction :: Push ] {
56
57
new_remote
57
58
. replace_refspecs (
Original file line number Diff line number Diff line change @@ -729,6 +729,13 @@ static GIT_CONFIG: &[Record] = &[
729
729
note : None
730
730
}
731
731
} ,
732
+ Record {
733
+ config : "remote.<name>.tagOpt" ,
734
+ usage : InModule {
735
+ name : "repository::remote" ,
736
+ deviation : None
737
+ }
738
+ } ,
732
739
Record {
733
740
config : "gitoxide.userAgent" ,
734
741
usage : InModule {
You can’t perform that action at this time.
0 commit comments