aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/repo_commit.go
Commit message (Expand)AuthorAgeFilesLines
* Pass 'not' to commit count (#24473)Matthew Walowski2023-05-081-8/+32
* Add ability to specify '--not' from GetAllCommits (#24409)Matthew Walowski2023-04-291-5/+13
* Make wiki title supports dashes and improve wiki name related features (#24143)wxiaoguang2023-04-191-0/+3
* Remove `Repository.getFilesChanged` to fix Actions `paths` and `paths-ignore`...ChristopherHX2023-04-071-8/+0
* Fix pull request update showing too many commits with multiple branches (#22856)Brecht Van Lommel2023-03-091-0/+21
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-44/+46
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-31/+45
* probe if sha before exec git (#21467)65432022-10-171-2/+2
* alternative to PR "improve code quality" (#21464)wxiaoguang2022-10-151-8/+11
* Remove follow from commits by file (#20765)zeripath2022-08-141-23/+23
* Add latest commit's SHA to content response (#20398)Gusted2022-07-301-0/+18
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-34/+33
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-1/+6
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-21/+21
* format with gofumpt (#18184)65432022-01-201-1/+0
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-3/+3
* Simplify parameter types (#18006)Gusted2021-12-201-2/+2
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-21/+21
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-3/+2
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-20/+18
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-5/+5
* Fix webhook commits wrong hash on HEAD reset (#16283)KN4CK3R2021-06-301-5/+6
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-261-9/+5
* On open repository open common cat file batch and batch-check (#15667)zeripath2021-05-101-21/+0
* Fix ambiguous argument error on tags (#15432)zeripath2021-04-141-8/+1
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-031-0/+9
* Fix paging of file commit logs (#14831)zeripath2021-03-041-2/+34
* Do not assume all 40 char strings are SHA1s (#14624)zeripath2021-02-101-11/+15
* Add pager to the branches page (#14202)Chester Liu2021-01-191-0/+3
* Use native git variants by default with go-git variants as build tag (#13673)zeripath2020-12-171-98/+0
* Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show o...zeripath2020-11-081-3/+3
* go-version constraints ignore pre-releases (#13234)zeripath2020-10-211-1/+1
* Always return a list from GetCommitsFromIDs (#12981)zeripath2020-09-291-4/+0
* [Vendor] Switch go-version lib (#12719)65432020-09-051-2/+1
* Git 2.28 no longer permits diff with ... on unrelated branches (#12364)zeripath2020-07-291-2/+24
* Handle more pathological branch and tag names (#11843)zeripath2020-06-111-1/+1
* Fix commit search in all branches (#11849)Cirno the Strongest2020-06-111-1/+27
* Add push commits history comment on PR time-line (#11167)赵智超2020-05-201-0/+18
* Convert plumbing.ErrObjectNotFound to git.ErrNotExist in getCommit (#10862)zeripath2020-03-281-0/+6
* Migrate to go-git/go-git v5.0.0 (#10735)Lauris BH2020-03-171-2/+2
* Fix panic in API pulls when headbranch does not exist (#10676)zeripath2020-03-091-0/+5
* Fix commit between two commits calculation if there is only last commit (#10225)Lauris BH2020-02-111-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-3/+4
* Provide Default messages for merges (#9393)zeripath2019-12-301-1/+25
* Search Commits via Commit Hash (#7400)Gary Kim2019-09-021-12/+33
* Be more strict with git arguments (#7715)zeripath2019-08-051-7/+14
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-231-2/+2
* wiki history improvements (#7391)Cherrg2019-07-111-0/+10
* Add golangci (#6418)kolaente2019-06-121-4/+1