diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-09-05 16:12:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-05 16:12:14 -0400 |
commit | 9a17e2830b6d0501c36e600595e68cd2d8cd90f3 (patch) | |
tree | ea05e1e50928062dfbaa7d7332f8a975a236c078 /modules/git/command.go | |
parent | 913ac9cacda864b6f0bcb6225c499bdbd8e9f90d (diff) | |
download | gitea-9a17e2830b6d0501c36e600595e68cd2d8cd90f3.tar.gz gitea-9a17e2830b6d0501c36e600595e68cd2d8cd90f3.zip |
refactor repo_stats to use os.pipe (#11726)
* refactor repo_stats to use os.pipe
* woops. missing reader.
* stdout not stderr, woops
* Fix copyright date and ensure that the stderr is collected
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'modules/git/command.go')
-rw-r--r-- | modules/git/command.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git/command.go b/modules/git/command.go index e0170b1723..d40c0bfa23 100644 --- a/modules/git/command.go +++ b/modules/git/command.go @@ -1,5 +1,5 @@ -// Copyright 2020 The Gitea Authors. All rights reserved. // Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gitea Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. |