aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/log_name_status.go
Commit message (Expand)AuthorAgeFilesLines
* Handle files starting with colons in WalkGitLog (#22935)Kirill Bolashev2023-03-161-0/+4
* 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-7/+10
* Add generic set type (#21408)KN4CK3R2022-10-121-6/+6
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-251-3/+3
* Prevent context deadline error propagation in GetCommitsInfo (#20346)zeripath2022-07-141-3/+5
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-5/+4
* 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-1/+1
* Check for context exceeded in WalkGitLog (#17319)zeripath2021-10-151-0/+3
* Defer Last Commit Info (#16467)zeripath2021-10-081-1/+12
* Fix missing close in WalkGitLog (#17008)zeripath2021-09-101-7/+16
* Prevent NPE on empty commit (#16812)zeripath2021-08-241-0/+3
* Use git log name-status in get last commit (#16059)zeripath2021-06-211-0/+398