This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2022/02/11 12:53:54 ...ers/web/repo/view.go:860:renderCode() [E] GitRepo.IsEmpty: check empty: exit status 129 - usage: git rev-list [OPTION] <commit-id>... [ --> | |
limiting output: | |
--max-count=<n> | |
--max-age=<epoch> | |
--min-age=<epoch> | |
--sparse | |
--no-merges | |
--min-parents=<n> | |
--no-min-parents | |
--max-parents=<n> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function ($, undefined) { | |
$.nette.ext({ | |
load: function () { | |
$('[data-nette-confirm]').off('click.nette').click(function (event) { | |
// remove old confirm dialog | |
$("#dConfirmMaster").remove(); | |
var obj = this; | |
event.preventDefault(); |