Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions compat/fsmonitor/fsm-settings-darwin.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ static enum fsmonitor_reason check_volume(struct repository *r)
"statfs('%s') [type 0x%08x][flags 0x%08x] '%s'",
r->worktree, fs.f_type, fs.f_flags, fs.f_fstypename);

if (!(fs.f_flags & MNT_LOCAL))
return FSMONITOR_REASON_REMOTE;

if (!strcmp(fs.f_fstypename, "msdos")) /* aka FAT32 */
return FSMONITOR_REASON_NOSOCKETS;

Expand Down
7 changes: 0 additions & 7 deletions compat/fsmonitor/fsm-settings-win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,6 @@ static enum fsmonitor_reason check_remote(struct repository *r)
"DriveType '%s' L'%ls' (%u)",
r->worktree, wfullpath, driveType);

if (driveType == DRIVE_REMOTE) {
trace_printf_key(&trace_fsmonitor,
"check_remote('%s') true",
r->worktree);
return FSMONITOR_REASON_REMOTE;
}

return FSMONITOR_REASON_OK;
}

Expand Down
6 changes: 0 additions & 6 deletions fsmonitor-settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,6 @@ char *fsm_settings__get_incompatible_msg(const struct repository *r,
r->worktree);
goto done;

case FSMONITOR_REASON_REMOTE:
strbuf_addf(&msg,
_("remote repository '%s' is incompatible with fsmonitor"),
r->worktree);
goto done;

case FSMONITOR_REASON_VFS4GIT:
strbuf_addf(&msg,
_("virtual repository '%s' is incompatible with fsmonitor"),
Expand Down
1 change: 0 additions & 1 deletion fsmonitor-settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ enum fsmonitor_reason {
FSMONITOR_REASON_OK, /* no incompatibility or when disabled */
FSMONITOR_REASON_BARE,
FSMONITOR_REASON_ERROR, /* FS error probing for compatibility */
FSMONITOR_REASON_REMOTE,
FSMONITOR_REASON_VFS4GIT, /* VFS for Git virtualization */
FSMONITOR_REASON_NOSOCKETS, /* NTFS,FAT32 do not support Unix sockets */
};
Expand Down
4 changes: 0 additions & 4 deletions po/bg.po
Original file line number Diff line number Diff line change
Expand Up @@ -16444,10 +16444,6 @@ msgstr "голото хранилище „%s“ е несъвместимо с
msgid "repository '%s' is incompatible with fsmonitor due to errors"
msgstr "хранилището „%s“ е несъвместимо с fsmonitor поради грешки"

#, c-format
msgid "remote repository '%s' is incompatible with fsmonitor"
msgstr "отдалеченото хранилище „%s“ е съвместимо с fsmonitor"

#, c-format
msgid "virtual repository '%s' is incompatible with fsmonitor"
msgstr "виртуалното хранилище „%s“ е несъвместимо с fsmonitor"
Expand Down
4 changes: 0 additions & 4 deletions po/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -16090,10 +16090,6 @@ msgstr "%s és incompatible amb %s"
msgid "repository '%s' is incompatible with fsmonitor due to errors"
msgstr ""

#, fuzzy, c-format
msgid "remote repository '%s' is incompatible with fsmonitor"
msgstr "%s és incompatible amb %s"

#, fuzzy, c-format
msgid "virtual repository '%s' is incompatible with fsmonitor"
msgstr "%s és incompatible amb %s"
Expand Down
4 changes: 0 additions & 4 deletions po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -16206,10 +16206,6 @@ msgstr "Bare-Repository '%s' ist inkompatibel mit fsmonitor"
msgid "repository '%s' is incompatible with fsmonitor due to errors"
msgstr "Repository '%s' ist wegen Fehler inkompatibel mit fsmonitor"

#, c-format
msgid "remote repository '%s' is incompatible with fsmonitor"
msgstr "Remote-Repository '%s' ist inkompatibel mit fsmonitor"

#, c-format
msgid "virtual repository '%s' is incompatible with fsmonitor"
msgstr "virtuelles Repository '%s' ist inkompatibel mit fsmonitor"
Expand Down
4 changes: 0 additions & 4 deletions po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -15916,10 +15916,6 @@ msgstr "%s es incompatible con %s"
msgid "repository '%s' is incompatible with fsmonitor due to errors"
msgstr ""

#, fuzzy, c-format
msgid "remote repository '%s' is incompatible with fsmonitor"
msgstr "%s es incompatible con %s"

#, fuzzy, c-format
msgid "virtual repository '%s' is incompatible with fsmonitor"
msgstr "%s es incompatible con %s"
Expand Down
4 changes: 0 additions & 4 deletions po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -16202,10 +16202,6 @@ msgstr "le dépôit nu '%s' est incompatible avec fsmonitor"
msgid "repository '%s' is incompatible with fsmonitor due to errors"
msgstr "le dépôt '%s' est incompatible avec fsmonitor à cause d'erreurs"

#, c-format
msgid "remote repository '%s' is incompatible with fsmonitor"
msgstr "le dépôt distant '%s' est incompatible avec fsmonitor"

#, c-format
msgid "virtual repository '%s' is incompatible with fsmonitor"
msgstr "le dépôt virtuel '%s' est incompatible avec fsmonitor"
Expand Down
5 changes: 0 additions & 5 deletions po/id.po
Original file line number Diff line number Diff line change
Expand Up @@ -19716,11 +19716,6 @@ msgstr ""
msgid "repository '%s' is incompatible with fsmonitor due to errors"
msgstr ""

#: fsmonitor-settings.c
#, c-format
msgid "remote repository '%s' is incompatible with fsmonitor"
msgstr ""

#: fsmonitor-settings.c
#, c-format
msgid "virtual repository '%s' is incompatible with fsmonitor"
Expand Down
4 changes: 0 additions & 4 deletions po/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -15471,10 +15471,6 @@ msgstr ""
msgid "repository '%s' is incompatible with fsmonitor due to errors"
msgstr ""

#, c-format
msgid "remote repository '%s' is incompatible with fsmonitor"
msgstr ""

#, c-format
msgid "virtual repository '%s' is incompatible with fsmonitor"
msgstr ""
Expand Down
4 changes: 0 additions & 4 deletions po/sv.po
Original file line number Diff line number Diff line change
Expand Up @@ -15693,10 +15693,6 @@ msgstr "naket arkiv \"%s\" är inkompatibelt med fsmonitor"
msgid "repository '%s' is incompatible with fsmonitor due to errors"
msgstr "arkivet \"%s\" är inkompatibelt med fsmonitor på grund av fel"

#, c-format
msgid "remote repository '%s' is incompatible with fsmonitor"
msgstr "fjärrarkivet \"%s\" är inkompatibelt med fsmonitor"

#, c-format
msgid "virtual repository '%s' is incompatible with fsmonitor"
msgstr "det virtuella arkivet \"%s\" är inkompatibelt med fsmonitor"
Expand Down
4 changes: 0 additions & 4 deletions po/tr.po
Original file line number Diff line number Diff line change
Expand Up @@ -15790,10 +15790,6 @@ msgstr "çıplak depo '%s', fsmonitor ile uyumsuz"
msgid "repository '%s' is incompatible with fsmonitor due to errors"
msgstr "'%s' deposu, hatalardan dolayı fsmonitor ile uyumsuz"

#, c-format
msgid "remote repository '%s' is incompatible with fsmonitor"
msgstr "uzak depo '%s', fsmonitor ile uyumsuz"

#, c-format
msgid "virtual repository '%s' is incompatible with fsmonitor"
msgstr "sanal depo '%s', fsmonitor ile uyumsuz"
Expand Down
4 changes: 0 additions & 4 deletions po/vi.po
Original file line number Diff line number Diff line change
Expand Up @@ -15839,10 +15839,6 @@ msgstr "kho thuần '%s' là không tương thích với fsmonitor"
msgid "repository '%s' is incompatible with fsmonitor due to errors"
msgstr "kho '%s' là không tương thích với fsmonitor bởi vì có lỗi"

#, c-format
msgid "remote repository '%s' is incompatible with fsmonitor"
msgstr "kho trên mạng '%s' là không tương thích với fsmonitor"

#, c-format
msgid "virtual repository '%s' is incompatible with fsmonitor"
msgstr "kho ảo '%s' là không tương thích với fsmonitor"
Expand Down
5 changes: 0 additions & 5 deletions po/zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -19583,11 +19583,6 @@ msgstr "纯仓库 '%s' 与 fsmonitor 不兼容"
msgid "repository '%s' is incompatible with fsmonitor due to errors"
msgstr "因为错误,仓库 '%s' 与 fsmonitor 不兼容"

#: fsmonitor-settings.c
#, c-format
msgid "remote repository '%s' is incompatible with fsmonitor"
msgstr "远程仓库 '%s' 与 fsmonitor 不兼容"

#: fsmonitor-settings.c
#, c-format
msgid "virtual repository '%s' is incompatible with fsmonitor"
Expand Down
5 changes: 0 additions & 5 deletions po/zh_TW.po
Original file line number Diff line number Diff line change
Expand Up @@ -19432,11 +19432,6 @@ msgstr "純版本庫 “%s” 與 fsmonitor 不相容"
msgid "repository '%s' is incompatible with fsmonitor due to errors"
msgstr "版本庫 “%s” 因錯誤而與 fsmonitor 不相容"

#: fsmonitor-settings.c
#, c-format
msgid "remote repository '%s' is incompatible with fsmonitor"
msgstr "遠端版本庫 “%s” 與 fsmonitor 不相容"

#: fsmonitor-settings.c
#, c-format
msgid "virtual repository '%s' is incompatible with fsmonitor"
Expand Down