* [PATCH 1/1] tests: try with commit-graph
@ 2020-10-21 20:16 Christian Hesse
2020-10-21 22:04 ` Jason A. Donenfeld
0 siblings, 1 reply; 2+ messages in thread
From: Christian Hesse @ 2020-10-21 20:16 UTC (permalink / raw)
To: cgit; +Cc: Christian Hesse
From: Christian Hesse <mail@eworm.de>
Git 2.24.0 enabled commit-graph by default and caused crashes without
necessary update. Let's test to work with commit-graph.
Signed-off-by: Christian Hesse <mail@eworm.de>
---
tests/setup.sh | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/tests/setup.sh b/tests/setup.sh
index 5879348..8db810f 100755
--- a/tests/setup.sh
+++ b/tests/setup.sh
@@ -80,13 +80,17 @@ mkrepo() {
git commit -m "commit $n"
n=$(expr $n + 1)
done
- if test "$3" = "testplus"
- then
+ case "$3" in
+ testplus)
echo "hello" >a+b
git add a+b
git commit -m "add a+b"
git branch "1+2"
- fi
+ ;;
+ commit-graph)
+ git commit-graph write
+ ;;
+ esac
)
}
@@ -95,7 +99,7 @@ setup_repos()
rm -rf cache
mkdir -p cache
mkrepo repos/foo 5 >/dev/null
- mkrepo repos/bar 50 >/dev/null
+ mkrepo repos/bar 50 commit-graph >/dev/null
mkrepo repos/foo+bar 10 testplus >/dev/null
mkrepo "repos/with space" 2 >/dev/null
mkrepo repos/filter 5 testplus >/dev/null
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] tests: try with commit-graph
2020-10-21 20:16 [PATCH 1/1] tests: try with commit-graph Christian Hesse
@ 2020-10-21 22:04 ` Jason A. Donenfeld
0 siblings, 0 replies; 2+ messages in thread
From: Jason A. Donenfeld @ 2020-10-21 22:04 UTC (permalink / raw)
To: Christian Hesse; +Cc: cgit, Christian Hesse
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-21 22:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-21 20:16 [PATCH 1/1] tests: try with commit-graph Christian Hesse
2020-10-21 22:04 ` Jason A. Donenfeld
List for cgit developers and users
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://inbox.vuxu.org/cgit
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V1 cgit cgit/ http://inbox.vuxu.org/cgit \
cgit@lists.zx2c4.com
public-inbox-index cgit
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://inbox.vuxu.org/vuxu.archive.cgit
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git