-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
Describe the issue
--fixup flag now only support git lfs migrate import, but the tracked file type could be numerous. Using --include flag could be cumbersome.
System environment
NAME=Fedora
VERSION="33 (Workstation Edition)"
ID=fedora
VERSION_ID=33
VERSION_CODENAME=""
PLATFORM_ID="platform:f33"
PRETTY_NAME="Fedora 33 (Workstation Edition)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:33"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f33/system-administrators-guide/"
SUPPORT_URL="https://fedoraproject.org/wiki/Communicating_and_getting_help"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=33
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=33
PRIVACY_POLICY_URL="https://fedoraproject.org/wiki/Legal:PrivacyPolicy"
VARIANT="Workstation Edition"
VARIANT_ID=workstation
Output of git lfs env
git-lfs/2.13.2 (GitHub; linux amd64; go 1.14.13; git fc664697)
git version 2.29.2
Endpoint=https://gitlab.xxx.com/rdcdevcd/CD_FY_PRD_ZNBQ_DOC.git/info/lfs (auth=none)
SSH=git@gitlab.xxx.com:rdcdevcd/CD_FY_PRD_ZNBQ_DOC.git
LocalWorkingDir=/home/kid/CD_FY_PRD_ZNBQ_DOC
LocalGitDir=/home/kid/CD_FY_PRD_ZNBQ_DOC/.git
LocalGitStorageDir=/home/kid/CD_FY_PRD_ZNBQ_DOC/.git
LocalMediaDir=/home/kid/CD_FY_PRD_ZNBQ_DOC/.git/lfs/objects
LocalReferenceDirs=
TempDir=/home/kid/CD_FY_PRD_ZNBQ_DOC/.git/lfs/tmp
ConcurrentTransfers=8
TusTransfers=false
BasicTransfersOnly=false
SkipDownloadErrors=false
FetchRecentAlways=false
FetchRecentRefsDays=7
FetchRecentCommitsDays=0
FetchRecentRefsIncludeRemotes=true
PruneOffsetDays=3
PruneVerifyRemoteAlways=false
PruneRemoteName=origin
LfsStorageDir=/home/kid/CD_FY_PRD_ZNBQ_DOC/.git/lfs
AccessDownload=none
AccessUpload=none
DownloadTransfers=basic,lfs-standalone-file
UploadTransfers=basic,lfs-standalone-file
GIT_EXEC_PATH=/usr/libexec/git-core
git config filter.lfs.process = "git-lfs filter-process"
git config filter.lfs.smudge = "git-lfs smudge -- %f"
git config filter.lfs.clean = "git-lfs clean -- %f"
Additional context
Reactions are currently unavailable