Codebase list golang-github-bep-gitmap / 7a70e15
New upstream version 1.1.2 Anthony Fok 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
7373 revision,
7474 ))
7575
76 gitLogArgs = append([]string{"-c", "diff.renames=0", "-C", repository, "log"}, gitLogArgs...)
76 gitLogArgs = append([]string{"-c", "diff.renames=0", "-c", "log.showSignature=0", "-C", repository, "log"}, gitLogArgs...)
7777 out, err = git(gitLogArgs...)
7878
7979 if err != nil {