This commit is contained in:
Tim Schubert 2023-05-25 16:46:55 +02:00
parent 42518c499c
commit 864426b054
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -3,6 +3,7 @@ package main
import ( import (
"bufio" "bufio"
"crypto/tls" "crypto/tls"
"errors"
"flag" "flag"
"fmt" "fmt"
"io" "io"
@ -13,7 +14,6 @@ import (
"path/filepath" "path/filepath"
"sync" "sync"
"time" "time"
"errors"
"github.com/go-git/go-git/v5" "github.com/go-git/go-git/v5"
"github.com/go-git/go-git/v5/config" "github.com/go-git/go-git/v5/config"
@ -32,7 +32,6 @@ var (
var cm sync.Mutex var cm sync.Mutex
func commit( func commit(
tree *git.Worktree, tree *git.Worktree,
padfile string, padfile string,