93 Commits (12c33e5ac85d9f16afae7171c5d88b068dd55e8c)

Author SHA1 Message Date
  zeripath 921df75e11 Add basic repository lfs management (#7199) 5 years ago
  zeripath 72c9cb7196 Ensure default gpg settings not nil and found commits have reference to repo (#8604) 5 years ago
  zeripath 76b8e9500e Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) 5 years ago
  zeripath fd1f508e48 IsBranchExist: return false if provided name is empty (#8485) 5 years ago
  zeripath 19a82f1275 Restore functionality for early gits (#7775) 5 years ago
  Mario Lubenka 580e3479bd Bugfix for image compare and minor improvements to image compare (#8289) 5 years ago
  Mario Lubenka 41999118cc Adds side-by-side diff for images (#6784) 5 years ago
  Filip Navara e95088371a Fix reading git notes from nested trees (#8026) 5 years ago
  guillep2k 07587e34a4 Strict name matching for Repository.GetTagID() (#8074) 5 years ago
  Gary Kim d05ee87d99 Search Commits via Commit Hash (#7400) 5 years ago
  Richard Mahn 43e82958a8 Fixes #7945 - makes sure we are only getting tag refs (#7990) 5 years ago
  Tamal Saha 033fe113c1 Use gitea forked macaron (#7933) 5 years ago
  Mura Li dab49c94fe Do not fetch all refs (#7797) 5 years ago
  zeripath 9542d72bf6 Be more strict with git arguments (#7715) 5 years ago
  guillep2k 6a6b75190d Include "executable" files in the index, as they are not necessarily binary (#7718) 5 years ago
  zeripath a7b4f654c8 Correct wrong datetime format for git (#7689) 5 years ago
  Christian Muehlhaeuser b651c9775a Added missing error checks in tests (#7554) 6 years ago
  Christian Muehlhaeuser b9d3030efa Removed unnecessary conversions (#7557) 6 years ago
  silverwind 3025ef4b69 Fix empty commits now showing in repo overview (#7521) 6 years ago
  Cherrg 3c55fd59a7 wiki history improvements (#7391) 6 years ago
  Mura Li fa0108894a Support git.PATH entry in app.ini (#6772) 6 years ago
  Filip Navara db1aab607f Use commit graph files for listing pages (#7314) 6 years ago
  Richard Mahn c35a88f83a Fixes #7292 - API File Contents bug (#7301) 6 years ago
  Lunny Xiao 93ae4ae9ac add commitgraph support global default true when git version >= 2.18 (#7313) 6 years ago
  Richard Mahn a0d2842400 Fixes #7238 - Annotated tag commit ID incorrect (#7321) 6 years ago
  Lunny Xiao 97ca2d8884 Monitor all git commands; move blame to git package and replace git as a variable (#6864) 6 years ago
  mrsdizzie ed60172566 Fix Submodule dection in subdir (#7275) 6 years ago
  Lunny Xiao 309515b41b Only check and config git on web subcommand but not others (#7236) 6 years ago
  kolaente cdba91b438 Add golangci (#6418) 6 years ago
  Mario Lubenka 2dfaee26a2 Fixes diff on merged pull requests (#7171) 6 years ago
  Richard Mahn b883738d9d Fixes #2738 - Adds the /git/tags API endpoint (#7138) 6 years ago
  Mario Lubenka 143dd310f0 Compare branches, commits and tags with each other (#6991) 6 years ago
  mrsdizzie 85ad79c80b Refactor submodule URL parsing (#7100) 6 years ago
  Vladimir Panteleev 3de43a0d6d Show git-notes (#6984) 6 years ago
  zeripath 54576a4c85 Do not attempt to return blob on submodule (#6996) 6 years ago
  Lunny Xiao 6eee9deb06 Refactor models.NewRepoContext to extract git related codes to modules/git (#6941) 6 years ago
  zeripath 5c64f29bbd Remove local clones & make hooks run on merge/edit/upload (#6672) 6 years ago
  Mario Lubenka 09b074b6ff Number of commits ahead/behind in branch overview (#6695) 6 years ago
  Lauris BH 0fd52d34fd Git statistics in Activity tab (#4724) 6 years ago
  Filip Navara d22338d1d6 Fix #6813: Allow git.GetTree to take both commit and tree names (#6816) 6 years ago
  Filip Navara ba2405ce48 Remove `seen` map from `getLastCommitForPaths` (#6807) 6 years ago
  Filip Navara 1cd879b348 Fix one performance/correctness regression in #6478 found on Rails repository. (#6686) 6 years ago
  Filip Navara cd35329329 Improve listing performance by using go-git (#6478) 6 years ago
  Richard Mahn 0f5cb632d2 Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314) 6 years ago
  Mura Li 7046125dbd Pre-calculate the absolute path of git (#6575) 6 years ago
  Mura Li d43562c97e Support search operators for commits search (#6479) 6 years ago
  zeripath 1b4bffde8b Prevent server 500 on compare branches with no common history (#6555) 6 years ago
  Lunny Xiao f47714c501 move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 6 years ago
  Unknwon 7c3baef786 move out git module and #1573 send push hook 9 years ago
  Adam Strzelecki 381f571952 Allow pre-receive hook customization 9 years ago