tests/commit/commit.c


Log

Author Commit Date CI Message
Edward Thomson 0cee70eb 2014-07-01T14:09:01 Introduce cl_assert_equal_oid
Carlos Martín Nieto 217c029b 2014-04-09T14:08:22 commit: safer commit creation with reference update The current version of the commit creation and amend function are unsafe to use when passing the update_ref parameter, as they do not check that the reference at the moment of update points to what the user expects. Make sure that we're moving history forward when we ask the library to update the reference for us by checking that the first parent of the new commit is the current value of the reference. We also make sure that the ref we're updating hasn't moved between the read and the write. Similarly, when amending a commit, make sure that the current tip of the branch is the commit we're amending.
Edward Thomson 238e8149 2014-01-22T14:41:04 Summarize empty messages
Edward Thomson 300d192f 2013-12-02T11:15:27 Introduce git_revert to revert a single commit
Ben Straub 17820381 2013-11-14T14:05:52 Rename tests-clar to tests