mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-06-20 01:19:23 +02:00
My commit summary
My commit description
This commit is contained in:
@@ -74,6 +74,11 @@ func CopyFile(src, dst string) (err error) {
|
|||||||
return //nolint: nakedret
|
return //nolint: nakedret
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// If I was less lazy
|
||||||
|
// I would actually think
|
||||||
|
// of a way to add some real code
|
||||||
|
// for the sake of an example
|
||||||
|
|
||||||
// CopyDir recursively copies a directory tree, attempting to preserve permissions.
|
// CopyDir recursively copies a directory tree, attempting to preserve permissions.
|
||||||
// Source directory must exist. If destination already exists we'll clobber it.
|
// Source directory must exist. If destination already exists we'll clobber it.
|
||||||
// Symlinks are ignored and skipped.
|
// Symlinks are ignored and skipped.
|
||||||
|
|||||||
Reference in New Issue
Block a user