File: git-copypasta.patch

package info (click to toggle)
fcml 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,536 kB
  • sloc: ansic: 57,510; cpp: 21,835; sh: 4,410; lex: 834; makefile: 508; yacc: 317
file content (15 lines) | stat: -rw-r--r-- 601 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Remove an extraneous git command
Author: Stephen Kitt <skitt@debian.org>
Forwarded: not-needed

--- a/include/fcml_assembler.h
+++ b/include/fcml_assembler.h
@@ -48,7 +48,7 @@
 typedef struct fcml_st_assembler_conf {
     /** Set to true in order to force assembler to increment IP address by
      * length of the assembled instruction. */
-    fcml_bool increment_ip;git push --set-upstream origin changelog_update
+    fcml_bool increment_ip;
     /** True if optional error and warning messages should be collected
      *  during processing. */
     fcml_bool enable_error_messages;