]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix patch incompatibility
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 13 Jun 2021 03:34:49 +0000 (09:04 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 13 Jun 2021 03:34:49 +0000 (09:04 +0530)
patches/gitstatus/mainline.diff
patches/gitstatus/namefirst.diff

index 4ef0449e16a14c9e59c9206914be0b1b6a8cdcc0..6854b5f54103ada7a7628aa88e308827d26ac0a2 100644 (file)
@@ -250,8 +250,8 @@ index 402d905..e10035b 100644
 
        while ((opt = (env_opts_id > 0
                       ? env_opts[--env_opts_id]
--                     : getopt(argc, argv, "aAb:cCdDeEfFgHJKl:nop:P:QrRs:St:T:uUVwxh"))) != -1) {
-+                     : getopt(argc, argv, "aAb:cCdDeEfFgGHJKl:nop:P:QrRs:St:T:uUVwxh"))) != -1) {
+-                     : getopt(argc, argv, "aAb:cCdDeEfgHJKl:nop:P:QrRs:St:T:uUVwxh"))) != -1) {
++                     : getopt(argc, argv, "aAb:cCdDeEfgGHJKl:nop:P:QrRs:St:T:uUVwxh"))) != -1) {
                switch (opt) {
  #ifndef NOFIFO
                case 'a':
index bdcfbd0c7f7656dc76ce12bbbae0fae9b2ce630d..2e5c0d67020509f17bbb9207f687930c3e871f0b 100644 (file)
@@ -248,8 +248,8 @@ index 9141d78..de4d9f0 100644
 
        while ((opt = (env_opts_id > 0
                       ? env_opts[--env_opts_id]
--                     : getopt(argc, argv, "aAb:cCdDeEfFgHJKl:nop:P:QrRs:St:T:uUVwxh"))) != -1) {
-+                     : getopt(argc, argv, "aAb:cCdDeEfFgGHJKl:nop:P:QrRs:St:T:uUVwxh"))) != -1) {
+-                     : getopt(argc, argv, "aAb:cCdDeEfgHJKl:nop:P:QrRs:St:T:uUVwxh"))) != -1) {
++                     : getopt(argc, argv, "aAb:cCdDeEfgGHJKl:nop:P:QrRs:St:T:uUVwxh"))) != -1) {
                switch (opt) {
  #ifndef NOFIFO
                case 'a':