Skip to content

Add an empty commit and a non-empty commit as last commit

Rémy Coutable requested to merge (removed):master into master

This change allows to test the case of empty commits that should be listed by Repository#log (gitlab-org/gitlab-ce#2316).

Note:

  • I've not created a new branch so that running the gitlab_git tests with this repo still work (since there's tests that check the branches count...).
  • I added a non-empty commit as the last commit to keep the previous state (i.e. the last commit was not empty).
  • This change is a dependency of gitlab_git!50 (merged).

Merge request reports