Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-workhorse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-workhorse
Commits
16dc2cea
Commit
16dc2cea
authored
Jan 25, 2016
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixup merge
parent
51d1256c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
internal/git/blob.go
internal/git/blob.go
+2
-2
No files found.
internal/git/blob.go
View file @
16dc2cea
...
...
@@ -3,9 +3,9 @@ package git
import
(
"../helper"
"encoding/base64"
"log"
"fmt"
"io"
"log"
"net/http"
)
...
...
@@ -27,7 +27,7 @@ func SendGitBlob(w http.ResponseWriter, r *http.Request, repoPath string, blobId
helper
.
Fail500
(
w
,
fmt
.
Errorf
(
"SendGitBlob: start %v: %v"
,
gitShowCmd
,
err
))
return
}
defer
c
leanUpProcessGroup
(
gitShowCmd
)
defer
helper
.
C
leanUpProcessGroup
(
gitShowCmd
)
if
_
,
err
:=
io
.
Copy
(
w
,
stdout
);
err
!=
nil
{
helper
.
LogError
(
fmt
.
Errorf
(
"SendGitBlob: copy git show stdout: %v"
,
err
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment