Top "Commit" questions

Questions about committing a transaction or "unit of work" to a database, application or version control system.

Show commits involved in a prior git merge

Say I create a hotfix branch off of a develop branch, make two commits, merge this back to the develop …

git merge branch commit
How to get (only) author name or email in git given SHA1?

I would like to check for author's e-mail and name, surname to verify who's pushing to my repo. Is there …

git commit sha1 author
How to add/remove folders without downloading from the repository in Subversion?

I have a huge repository where I want to add/remove a folder. I haven't checked out anything yet. There …

svn commit svn-checkout
How to merge commit in Gerrit Code Review

I'm newbie to gerrit: http://code.google.com/p/gerrit/ I installed it with git on my local Mac. It's …

git merge commit gerrit
How do we verify commit messages for a push?

Coming from CVS, we have a policy that commit messages should be tagged with a bug number (simple suffix "... [9999]"). A …

git cvs commit push
What is "UserInterfaceState.xcuserstate" file in Xcode project?

I use svnX. When importing project, I check "no ignore" option. (for importing libOAuth.a, ...) But one file is causing …

xcode svn version-control commit
Cannot Commit to the SVN - CHECKOUT can only be performed on a version resource [at this time]

I am trying to commit some classes and XML files to SVN but I keep getting this error message: svn: …

svn commit checkin
PHP & mySQL: Simple code to implement Transaction - Commit & Rollback

MY PLATFORM: PHP & mySQL MY SITUATION: I am trying to implement transactions within my code. I tried to follow …

php mysql transactions commit rollback
Reference an issue from a commit message in gitlab

Is it possible to make a reference to an issue in Gitlab from a commit message? I haven't found anything …

gitlab commit issue-tracking
What is a "distributed transaction"?

The Wikipedia article for Distributed transaction isn't very helpful. Can you give a high-level description with more details of what …

database commit distributed-transactions xa