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.
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
..
bleve.go Use git log name-status in get last commit (#16059) 3 years ago
bleve_test.go Support elastic search for code search (#10273) 4 years ago
elastic_search.go Use git log name-status in get last commit (#16059) 3 years ago
elastic_search_test.go Fix bug on elastic search (#12811) 4 years ago
git.go Reduce calls to git cat-file -s (#14682) 3 years ago
indexer.go Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow level queue, reduce goroutines etc (#15693) 3 years ago
indexer_test.go Fixed assert statements. (#16089) 3 years ago
search.go [Feature] add precise search type for Elastic Search (#12869) 3 years ago
wrapped.go [Feature] add precise search type for Elastic Search (#12869) 3 years ago