You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

commit.go 8.0 kB

11 years ago
11 years ago
Compare branches, commits and tags with each other (#6991) * Supports tags when comparing commits or branches Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Hide headline when only comparing and don't load unused data Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Merges compare logics to allow comparing branches, commits and tags with eachother Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Display branch or tag instead of commit when used for comparing Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Show pull request form after click on button Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Transfers relevant pull.go changes from master to compare.go Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Fixes error when comparing forks against a commit or tag Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Removes console.log from JavaScript file Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Show icon next to commit reference when comparing branch or tag Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Updates css file Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Fixes import order * Renames template variable * Update routers/repo/compare.go Co-Authored-By: zeripath <art27@cantab.net> * Update from master Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Allow short-shas in compare * Renames prInfo to compareInfo Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Check PR permissions only if compare is pull request Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Adjusts comment Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Use compareInfo instead of prInfo
6 years ago
10 years ago
10 years ago
10 years ago
Better logging (#6038) (#6095) * Panic don't fatal on create new logger Fixes #5854 Signed-off-by: Andrew Thornton <art27@cantab.net> * partial broken * Update the logging infrastrcture Signed-off-by: Andrew Thornton <art27@cantab.net> * Reset the skip levels for Fatal and Error Signed-off-by: Andrew Thornton <art27@cantab.net> * broken ncsa * More log.Error fixes Signed-off-by: Andrew Thornton <art27@cantab.net> * Remove nal * set log-levels to lowercase * Make console_test test all levels * switch to lowercased levels * OK now working * Fix vetting issues * Fix lint * Fix tests * change default logging to match current gitea * Improve log testing Signed-off-by: Andrew Thornton <art27@cantab.net> * reset error skip levels to 0 * Update documentation and access logger configuration * Redirect the router log back to gitea if redirect macaron log but also allow setting the log level - i.e. TRACE * Fix broken level caching * Refactor the router log * Add Router logger * Add colorizing options * Adjust router colors * Only create logger if they will be used * update app.ini.sample * rename Attribute ColorAttribute * Change from white to green for function * Set fatal/error levels * Restore initial trace logger * Fix Trace arguments in modules/auth/auth.go * Properly handle XORMLogger * Improve admin/config page * fix fmt * Add auto-compression of old logs * Update error log levels * Remove the unnecessary skip argument from Error, Fatal and Critical * Add stacktrace support * Fix tests * Remove x/sync from vendors? * Add stderr option to console logger * Use filepath.ToSlash to protect against Windows in tests * Remove prefixed underscores from names in colors.go * Remove not implemented database logger This was removed from Gogs on 4 Mar 2016 but left in the configuration since then. * Ensure that log paths are relative to ROOT_PATH * use path.Join * rename jsonConfig to logConfig * Rename "config" to "jsonConfig" to make it clearer * Requested changes * Requested changes: XormLogger * Try to color the windows terminal If successful default to colorizing the console logs * fixup * Colorize initially too * update vendor * Colorize logs on default and remove if this is not a colorizing logger * Fix documentation * fix test * Use go-isatty to detect if on windows we are on msys or cygwin * Fix spelling mistake * Add missing vendors * More changes * Rationalise the ANSI writer protection * Adjust colors on advice from @0x5c * Make Flags a comma separated list * Move to use the windows constant for ENABLE_VIRTUAL_TERMINAL_PROCESSING * Ensure matching is done on the non-colored message - to simpify EXPRESSION
6 years ago
Adds side-by-side diff for images (#6784) * Adds side-by-side diff for images Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Explain blank imports Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Use complete word for width and height labels on image compare Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Update index.css from master Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Moves ImageInfo to git commit file Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Assign ImageInfo function for template and sets correct target for BeforeSourcePath Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Adds missing comment Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Return error if ImageInfo failed Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Avoid template panic when ImageInfo failed for some reason Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Show file size on image diff Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Removes unused helper function Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Reverts copyright year change Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Close file reader Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Update commit.go Sets correct data key * Moves reader.Close() up a few lines * Updates index.css * Updates CSS file Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Transfers adjustments for image compare to compare.go file Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Adjusts variable name Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Apply lesshint recommendations Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Do not show old image on image compare if it is not in index of base commit Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Change file size text Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
5 years ago
Adds side-by-side diff for images (#6784) * Adds side-by-side diff for images Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Explain blank imports Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Use complete word for width and height labels on image compare Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Update index.css from master Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Moves ImageInfo to git commit file Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Assign ImageInfo function for template and sets correct target for BeforeSourcePath Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Adds missing comment Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Return error if ImageInfo failed Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Avoid template panic when ImageInfo failed for some reason Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Show file size on image diff Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Removes unused helper function Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Reverts copyright year change Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Close file reader Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Update commit.go Sets correct data key * Moves reader.Close() up a few lines * Updates index.css * Updates CSS file Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Transfers adjustments for image compare to compare.go file Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Adjusts variable name Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Apply lesshint recommendations Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Do not show old image on image compare if it is not in index of base commit Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Change file size text Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
5 years ago
9 years ago
Improve listing performance by using go-git (#6478) * Use go-git for tree reading and commit info lookup. Signed-off-by: Filip Navara <navara@emclient.com> * Use TreeEntry.IsRegular() instead of ObjectType that was removed. Signed-off-by: Filip Navara <navara@emclient.com> * Use the treePath to optimize commit info search. Signed-off-by: Filip Navara <navara@emclient.com> * Extract the latest commit at treePath along with the other commits. Signed-off-by: Filip Navara <navara@emclient.com> * Fix listing commit info for a directory that was created in one commit and never modified after. Signed-off-by: Filip Navara <navara@emclient.com> * Avoid nearly all external 'git' invocations when doing directory listing (.editorconfig code path is still hit). Signed-off-by: Filip Navara <navara@emclient.com> * Use go-git for reading blobs. Signed-off-by: Filip Navara <navara@emclient.com> * Make SHA1 type alias for plumbing.Hash in go-git. Signed-off-by: Filip Navara <navara@emclient.com> * Make Signature type alias for object.Signature in go-git. Signed-off-by: Filip Navara <navara@emclient.com> * Fix GetCommitsInfo for repository with only one commit. Signed-off-by: Filip Navara <navara@emclient.com> * Fix PGP signature verification. Signed-off-by: Filip Navara <navara@emclient.com> * Fix issues with walking commit graph across merges. Signed-off-by: Filip Navara <navara@emclient.com> * Fix typo in condition. Signed-off-by: Filip Navara <navara@emclient.com> * Speed up loading branch list by keeping the repository reference (and thus all the loaded packfile indexes). Signed-off-by: Filip Navara <navara@emclient.com> * Fix lising submodules. Signed-off-by: Filip Navara <navara@emclient.com> * Fix build Signed-off-by: Filip Navara <navara@emclient.com> * Add back commit cache because of name-rev Signed-off-by: Filip Navara <navara@emclient.com> * Fix tests Signed-off-by: Filip Navara <navara@emclient.com> * Fix code style * Fix spelling * Address PR feedback Signed-off-by: Filip Navara <navara@emclient.com> * Update vendor module list Signed-off-by: Filip Navara <navara@emclient.com> * Fix getting trees by commit id Signed-off-by: Filip Navara <navara@emclient.com> * Fix remaining unit test failures * Fix GetTreeBySHA * Avoid running `git name-rev` if not necessary Signed-off-by: Filip Navara <navara@emclient.com> * Move Branch code to git module * Clean up GPG signature verification and fix it for tagged commits * Address PR feedback (import formatting, copyright headers) * Make blob lookup by SHA working * Update tests to use public API * Allow getting content from any type of object through the blob interface * Change test to actually expect the object content that is in the GIT repository * Change one more test to actually expect the object content that is in the GIT repository * Add comments
6 years ago
Compare branches, commits and tags with each other (#6991) * Supports tags when comparing commits or branches Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Hide headline when only comparing and don't load unused data Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Merges compare logics to allow comparing branches, commits and tags with eachother Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Display branch or tag instead of commit when used for comparing Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Show pull request form after click on button Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Transfers relevant pull.go changes from master to compare.go Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Fixes error when comparing forks against a commit or tag Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Removes console.log from JavaScript file Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Show icon next to commit reference when comparing branch or tag Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Updates css file Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Fixes import order * Renames template variable * Update routers/repo/compare.go Co-Authored-By: zeripath <art27@cantab.net> * Update from master Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Allow short-shas in compare * Renames prInfo to compareInfo Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Check PR permissions only if compare is pull request Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Adjusts comment Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Use compareInfo instead of prInfo
6 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. // Copyright 2014 The Gogs Authors. All rights reserved.
  2. // Copyright 2019 The Gitea Authors. All rights reserved.
  3. // Use of this source code is governed by a MIT-style
  4. // license that can be found in the LICENSE file.
  5. package repo
  6. import (
  7. "path"
  8. "strings"
  9. "code.gitea.io/gitea/models"
  10. "code.gitea.io/gitea/modules/base"
  11. "code.gitea.io/gitea/modules/charset"
  12. "code.gitea.io/gitea/modules/context"
  13. "code.gitea.io/gitea/modules/git"
  14. "code.gitea.io/gitea/modules/log"
  15. "code.gitea.io/gitea/modules/setting"
  16. "code.gitea.io/gitea/services/gitdiff"
  17. )
  18. const (
  19. tplCommits base.TplName = "repo/commits"
  20. tplGraph base.TplName = "repo/graph"
  21. tplCommitPage base.TplName = "repo/commit_page"
  22. )
  23. // RefCommits render commits page
  24. func RefCommits(ctx *context.Context) {
  25. switch {
  26. case len(ctx.Repo.TreePath) == 0:
  27. Commits(ctx)
  28. case ctx.Repo.TreePath == "search":
  29. SearchCommits(ctx)
  30. default:
  31. FileHistory(ctx)
  32. }
  33. }
  34. // Commits render branch's commits
  35. func Commits(ctx *context.Context) {
  36. ctx.Data["PageIsCommits"] = true
  37. if ctx.Repo.Commit == nil {
  38. ctx.NotFound("Commit not found", nil)
  39. return
  40. }
  41. ctx.Data["PageIsViewCode"] = true
  42. commitsCount, err := ctx.Repo.GetCommitsCount()
  43. if err != nil {
  44. ctx.ServerError("GetCommitsCount", err)
  45. return
  46. }
  47. page := ctx.QueryInt("page")
  48. if page <= 1 {
  49. page = 1
  50. }
  51. // Both `git log branchName` and `git log commitId` work.
  52. commits, err := ctx.Repo.Commit.CommitsByRange(page)
  53. if err != nil {
  54. ctx.ServerError("CommitsByRange", err)
  55. return
  56. }
  57. commits = models.ValidateCommitsWithEmails(commits)
  58. commits = models.ParseCommitsWithSignature(commits)
  59. commits = models.ParseCommitsWithStatus(commits, ctx.Repo.Repository)
  60. ctx.Data["Commits"] = commits
  61. ctx.Data["Username"] = ctx.Repo.Owner.Name
  62. ctx.Data["Reponame"] = ctx.Repo.Repository.Name
  63. ctx.Data["CommitCount"] = commitsCount
  64. ctx.Data["Branch"] = ctx.Repo.BranchName
  65. pager := context.NewPagination(int(commitsCount), git.CommitsRangeSize, page, 5)
  66. pager.SetDefaultParams(ctx)
  67. ctx.Data["Page"] = pager
  68. ctx.HTML(200, tplCommits)
  69. }
  70. // Graph render commit graph - show commits from all branches.
  71. func Graph(ctx *context.Context) {
  72. ctx.Data["PageIsCommits"] = true
  73. ctx.Data["PageIsViewCode"] = true
  74. commitsCount, err := ctx.Repo.GetCommitsCount()
  75. if err != nil {
  76. ctx.ServerError("GetCommitsCount", err)
  77. return
  78. }
  79. page := ctx.QueryInt("page")
  80. graph, err := models.GetCommitGraph(ctx.Repo.GitRepo, page)
  81. if err != nil {
  82. ctx.ServerError("GetCommitGraph", err)
  83. return
  84. }
  85. ctx.Data["Graph"] = graph
  86. ctx.Data["Username"] = ctx.Repo.Owner.Name
  87. ctx.Data["Reponame"] = ctx.Repo.Repository.Name
  88. ctx.Data["CommitCount"] = commitsCount
  89. ctx.Data["Branch"] = ctx.Repo.BranchName
  90. ctx.Data["RequireGitGraph"] = true
  91. ctx.Data["Page"] = context.NewPagination(int(commitsCount), setting.UI.GraphMaxCommitNum, page, 5)
  92. ctx.HTML(200, tplGraph)
  93. }
  94. // SearchCommits render commits filtered by keyword
  95. func SearchCommits(ctx *context.Context) {
  96. ctx.Data["PageIsCommits"] = true
  97. ctx.Data["PageIsViewCode"] = true
  98. query := strings.Trim(ctx.Query("q"), " ")
  99. if len(query) == 0 {
  100. ctx.Redirect(ctx.Repo.RepoLink + "/commits/" + ctx.Repo.BranchNameSubURL())
  101. return
  102. }
  103. all := ctx.QueryBool("all")
  104. opts := git.NewSearchCommitsOptions(query, all)
  105. commits, err := ctx.Repo.Commit.SearchCommits(opts)
  106. if err != nil {
  107. ctx.ServerError("SearchCommits", err)
  108. return
  109. }
  110. commits = models.ValidateCommitsWithEmails(commits)
  111. commits = models.ParseCommitsWithSignature(commits)
  112. commits = models.ParseCommitsWithStatus(commits, ctx.Repo.Repository)
  113. ctx.Data["Commits"] = commits
  114. ctx.Data["Keyword"] = query
  115. if all {
  116. ctx.Data["All"] = "checked"
  117. }
  118. ctx.Data["Username"] = ctx.Repo.Owner.Name
  119. ctx.Data["Reponame"] = ctx.Repo.Repository.Name
  120. ctx.Data["CommitCount"] = commits.Len()
  121. ctx.Data["Branch"] = ctx.Repo.BranchName
  122. ctx.HTML(200, tplCommits)
  123. }
  124. // FileHistory show a file's reversions
  125. func FileHistory(ctx *context.Context) {
  126. ctx.Data["IsRepoToolbarCommits"] = true
  127. fileName := ctx.Repo.TreePath
  128. if len(fileName) == 0 {
  129. Commits(ctx)
  130. return
  131. }
  132. branchName := ctx.Repo.BranchName
  133. commitsCount, err := ctx.Repo.GitRepo.FileCommitsCount(branchName, fileName)
  134. if err != nil {
  135. ctx.ServerError("FileCommitsCount", err)
  136. return
  137. } else if commitsCount == 0 {
  138. ctx.NotFound("FileCommitsCount", nil)
  139. return
  140. }
  141. page := ctx.QueryInt("page")
  142. if page <= 1 {
  143. page = 1
  144. }
  145. commits, err := ctx.Repo.GitRepo.CommitsByFileAndRange(branchName, fileName, page)
  146. if err != nil {
  147. ctx.ServerError("CommitsByFileAndRange", err)
  148. return
  149. }
  150. commits = models.ValidateCommitsWithEmails(commits)
  151. commits = models.ParseCommitsWithSignature(commits)
  152. commits = models.ParseCommitsWithStatus(commits, ctx.Repo.Repository)
  153. ctx.Data["Commits"] = commits
  154. ctx.Data["Username"] = ctx.Repo.Owner.Name
  155. ctx.Data["Reponame"] = ctx.Repo.Repository.Name
  156. ctx.Data["FileName"] = fileName
  157. ctx.Data["CommitCount"] = commitsCount
  158. ctx.Data["Branch"] = branchName
  159. pager := context.NewPagination(int(commitsCount), git.CommitsRangeSize, page, 5)
  160. pager.SetDefaultParams(ctx)
  161. ctx.Data["Page"] = pager
  162. ctx.HTML(200, tplCommits)
  163. }
  164. // Diff show different from current commit to previous commit
  165. func Diff(ctx *context.Context) {
  166. ctx.Data["PageIsDiff"] = true
  167. ctx.Data["RequireHighlightJS"] = true
  168. userName := ctx.Repo.Owner.Name
  169. repoName := ctx.Repo.Repository.Name
  170. commitID := ctx.Params(":sha")
  171. commit, err := ctx.Repo.GitRepo.GetCommit(commitID)
  172. if err != nil {
  173. if git.IsErrNotExist(err) {
  174. ctx.NotFound("Repo.GitRepo.GetCommit", err)
  175. } else {
  176. ctx.ServerError("Repo.GitRepo.GetCommit", err)
  177. }
  178. return
  179. }
  180. if len(commitID) != 40 {
  181. commitID = commit.ID.String()
  182. }
  183. statuses, err := models.GetLatestCommitStatus(ctx.Repo.Repository, commitID, 0)
  184. if err != nil {
  185. log.Error("GetLatestCommitStatus: %v", err)
  186. }
  187. ctx.Data["CommitStatus"] = models.CalcCommitStatus(statuses)
  188. diff, err := gitdiff.GetDiffCommit(models.RepoPath(userName, repoName),
  189. commitID, setting.Git.MaxGitDiffLines,
  190. setting.Git.MaxGitDiffLineCharacters, setting.Git.MaxGitDiffFiles)
  191. if err != nil {
  192. ctx.NotFound("GetDiffCommit", err)
  193. return
  194. }
  195. parents := make([]string, commit.ParentCount())
  196. for i := 0; i < commit.ParentCount(); i++ {
  197. sha, err := commit.ParentID(i)
  198. parents[i] = sha.String()
  199. if err != nil {
  200. ctx.NotFound("repo.Diff", err)
  201. return
  202. }
  203. }
  204. ctx.Data["CommitID"] = commitID
  205. ctx.Data["Username"] = userName
  206. ctx.Data["Reponame"] = repoName
  207. var parentCommit *git.Commit
  208. if commit.ParentCount() > 0 {
  209. parentCommit, err = ctx.Repo.GitRepo.GetCommit(parents[0])
  210. if err != nil {
  211. ctx.NotFound("GetParentCommit", err)
  212. return
  213. }
  214. }
  215. setImageCompareContext(ctx, parentCommit, commit)
  216. headTarget := path.Join(userName, repoName)
  217. setPathsCompareContext(ctx, parentCommit, commit, headTarget)
  218. ctx.Data["Title"] = commit.Summary() + " · " + base.ShortSha(commitID)
  219. ctx.Data["Commit"] = commit
  220. ctx.Data["Verification"] = models.ParseCommitWithSignature(commit)
  221. ctx.Data["Author"] = models.ValidateCommitWithEmail(commit)
  222. ctx.Data["Diff"] = diff
  223. ctx.Data["Parents"] = parents
  224. ctx.Data["DiffNotAvailable"] = diff.NumFiles() == 0
  225. note := &git.Note{}
  226. err = git.GetNote(ctx.Repo.GitRepo, commitID, note)
  227. if err == nil {
  228. ctx.Data["Note"] = string(charset.ToUTF8WithFallback(note.Message))
  229. ctx.Data["NoteCommit"] = note.Commit
  230. ctx.Data["NoteAuthor"] = models.ValidateCommitWithEmail(note.Commit)
  231. }
  232. ctx.Data["BranchName"], err = commit.GetBranchName()
  233. if err != nil {
  234. ctx.ServerError("commit.GetBranchName", err)
  235. }
  236. ctx.HTML(200, tplCommitPage)
  237. }
  238. // RawDiff dumps diff results of repository in given commit ID to io.Writer
  239. func RawDiff(ctx *context.Context) {
  240. if err := gitdiff.GetRawDiff(
  241. models.RepoPath(ctx.Repo.Owner.Name, ctx.Repo.Repository.Name),
  242. ctx.Params(":sha"),
  243. gitdiff.RawDiffType(ctx.Params(":ext")),
  244. ctx.Resp,
  245. ); err != nil {
  246. ctx.ServerError("GetRawDiff", err)
  247. return
  248. }
  249. }