1. 29 Mar, 2022 1 commit
  2. 19 Jan, 2022 1 commit
  3. 09 May, 2021 1 commit
  4. 13 Nov, 2019 1 commit
    • zeripath's avatar
      Add Close() method to gogitRepository (#8901) · 722a7c90
      zeripath authored
      In investigating #7947 it has become clear that the storage component of go-git repositories needs closing.
      
      This PR adds this Close function and adds the Close functions as necessary.
      
      In TransferOwnership the ctx.Repo.GitRepo is closed if it is open to help prevent the risk of multiple open files.
      
      Fixes #7947
      Unverified
      722a7c90
  5. 26 Jun, 2019 1 commit
    • Lunny Xiao's avatar
      Monitor all git commands; move blame to git package and replace git as a variable (#6864) · edc94c70
      Lunny Xiao authored
      * monitor all git commands; move blame to git package and replace git as a variable
      
      * use git command but not other commands
      
      * fix build
      
      * move exec.Command to git.NewCommand
      
      * fix fmt
      
      * remove unrelated changes
      
      * remove unrelated changes
      
      * refactor IsEmpty and add tests
      
      * fix tests
      
      * fix tests
      
      * fix tests
      
      * fix tests
      
      * remove gitLogger
      
      * fix fmt
      
      * fix isEmpty
      
      * fix lint
      
      * fix tests
      edc94c70
  6. 27 Mar, 2019 1 commit
    • Lunny Xiao's avatar
      move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) · d578b71d
      Lunny Xiao authored
      * move code.gitea.io/git to code.gitea.io/gitea/modules/git
      
      * fix imports
      
      * fix fmt
      
      * fix misspell
      
      * remove wrong tests data
      
      * fix unit tests
      
      * fix tests
      
      * fix tests
      
      * fix tests
      
      * fix tests
      
      * fix tests
      
      * enable Debug to trace the failure tests
      
      * fix tests
      
      * fix tests
      
      * fix tests
      
      * fix tests
      
      * fix tests
      
      * comment commit count tests since git clone depth is 50
      
      * fix tests
      
      * update from code.gitea.io/git
      
      * revert change to makefile
      Unverified
      d578b71d