summaryrefslogtreecommitdiffstats
path: root/modules/git/repo_attribute.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor legacy strange git operations (#22756)wxiaoguang2023-02-061-2/+1
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-21/+19
* Remove deadcode (#22245)Gusted2022-12-271-98/+0
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-17/+9
* Stop logging CheckPath returns error: context canceled (#21064)zeripath2022-10-101-2/+2
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-17/+43
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-6/+1
* Prevent intermittent race in attribute reader close (#19537)zeripath2022-04-281-16/+1
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-13/+11
* Don't show context cancelled errors in attribute reader (#19006)zeripath2022-03-081-1/+3
* Prevent dangling GetAttribute calls (#18754)zeripath2022-02-141-6/+8
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-4/+18
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-2/+2
* format with gofumpt (#18184)65432022-01-201-1/+1
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-1/+1
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-171-1/+16
* Ignore Sync errors on pipes when doing `CheckAttributeReader.CheckPath`, fix ...wxiaoguang2021-09-201-22/+52
* Use git attributes to determine generated and vendored status for language st...zeripath2021-09-091-3/+282
* go-version constraints ignore pre-releases (#13234)zeripath2020-10-211-1/+1
* [Vendor] Switch go-version lib (#12719)65432020-09-051-4/+2
* Make repository management section handle lfs locks (#8726)zeripath2019-12-121-0/+84