File: drop_generated_docs.patch

package info (click to toggle)
rclone 1.69.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 45,716 kB
  • sloc: sh: 1,115; xml: 857; python: 754; javascript: 612; makefile: 299; ansic: 101; php: 74
file content (24 lines) | stat: -rw-r--r-- 875 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Index: rclone/backend/onedrive/onedrive.go
===================================================================
--- rclone.orig/backend/onedrive/onedrive.go	2026-02-27 12:05:42.009204234 +0100
+++ rclone/backend/onedrive/onedrive.go	2026-02-27 12:05:42.008568546 +0100
@@ -102,7 +102,6 @@
 	// QuickXorHashType is the hash.Type for OneDrive
 	QuickXorHashType hash.Type
 
-	//go:embed metadata.md
 	metadataHelp string
 )
 
Index: rclone/cmd/gitannex/gitannex.go
===================================================================
--- rclone.orig/cmd/gitannex/gitannex.go	2026-02-27 12:05:42.009204234 +0100
+++ rclone/cmd/gitannex/gitannex.go	2026-02-27 12:05:42.008906261 +0100
@@ -40,7 +40,6 @@
 const subcommandName string = "gitannex"
 const uniqueCommandName string = "git-annex-remote-rclone-builtin"
 
-//go:embed gitannex.md
 var gitannexHelp string
 
 func init() {