You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/git/pipeline
zeripath 23358bc55d
Use git log name-status in get last commit (#16059)
* Improve get last commit using git log --name-status

git log --name-status -c provides information about the diff between a
commit and its parents. Using this and adjusting the algorithm to use
the first change to a path allows for a much faster generation of commit
info.

There is a subtle change in the results generated but this will cause
the results to more closely match those from elsewhere.

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lauris BH <lauris@nix.lv>
3 years ago
..
catfile.go Add basic repository lfs management (#7199) 5 years ago
lfs.go Use native git variants by default with go-git variants as build tag (#13673) 4 years ago
lfs_nogogit.go Use git log name-status in get last commit (#16059) 3 years ago
namerev.go Add basic repository lfs management (#7199) 5 years ago
revlist.go Add basic repository lfs management (#7199) 5 years ago