0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-18 09:13:38 +01:00
gitea/tests
Matthew Walowski ff5629268c
Pass 'not' to commit count (#24473)
Due to #24409 , we can now specify '--not' when getting all commits from
a repo to exclude commits from a different branch.

When I wrote that PR, I forgot to also update the code that counts the
number of commits in the repo. So now, if the --not option is used, it
may return too many commits, which can indicate that another page of
data is available when it is not.

This PR passes --not to the commands that count the number of commits in
a repo
2023-05-08 07:10:53 +00:00
..
e2e Fix broken link in tests/e2e/README (#24576) 2023-05-08 00:52:11 +00:00
fuzz
gitea-lfs-meta
gitea-repositories-meta
integration Pass 'not' to commit count (#24473) 2023-05-08 07:10:53 +00:00
mssql.ini.tmpl
mysql8.ini.tmpl
mysql.ini.tmpl
pgsql.ini.tmpl
sqlite.ini.tmpl
test_utils.go Merge setting.InitXXX into one function with options (#24389) 2023-05-04 11:55:35 +08:00
testlogger.go