[Cyberduck-trac] [Cyberduck] #2829: Default "skip files matching the regular expression" should include git
Cyberduck
trac at trac.cyberduck.ch
Sat Dec 27 15:14:29 CET 2008
#2829: Default "skip files matching the regular expression" should include git
-----------------------------------+----------------------------------------
Reporter: stephane@… | Owner: dkocher
Type: enhancement | Status: assigned
Priority: low | Milestone: 3.1
Component: interface | Version: 3.0.3
Severity: trivial | Keywords: git preferences transfers advanced
-----------------------------------+----------------------------------------
Changes (by dkocher):
* status: new => assigned
* milestone: => 3.1
Old description:
> The current default value for "Skip files matching the regular
> expression" under "Downloads" and "Uploads" on the Advanced tab of the
> Transfers Preference panel is:
> .*~\..*|\.DS_Store|\.svn|CVS
>
> I suggest that it be changed to:
> .*~\..*|\.DS_Store|\.svn|CVS|\.git
> (i.e. adding a pattern for git archives).
>
> Pros: this rule is coherent with restricting svn data, which is already
> in the default.
>
> Cons: the proposed default will prevent effective backup of local .git
> repositories. Maybe only the "Downloads" default should be modified?
New description:
The current default value for "Skip files matching the regular expression"
under "Downloads" and "Uploads" on the Advanced tab of the Transfers
Preference panel is:
{{{
.*~\..*|\.DS_Store|\.svn|CVS
}}}
I suggest that it be changed to:
{{{
.*~\..*|\.DS_Store|\.svn|CVS|\.git
}}}
(i.e. adding a pattern for git archives).
Pros: this rule is coherent with restricting `svn` data, which is already
in the default.
Cons: the proposed default will prevent effective backup of local `.git`
repositories. Maybe only the ''Downloads'' default should be modified?
--
--
Ticket URL: <http://trac.cyberduck.ch/ticket/2829#comment:1>
Cyberduck <http://cyberduck.ch>
FTP, SFTP, WebDAV and Amazon S3 Browser for Mac OS X.
More information about the Cyberduck-trac
mailing list