pushing two commits in at once leads to a related problem

master
Joey Hess 2008-01-28 17:55:58 -05:00
parent 2ad1850a5a
commit f7b86d8177
1 changed files with 7 additions and 1 deletions

View File

@ -38,3 +38,9 @@ diff for the first commit.
Ikiwiki's own locking prevents this from happenning if both commits are web
edits. At least one of the two commits has to be a non-web commit.
----
A related problem is that if two commits are made separately but then
pushed in together, the commit code only looks at the HEAD commit, which
is the second one. No notification is sent for the first.