git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Do porcelain command require lock management?
@ 2020-10-24 14:46 Konstantin Ryabitsev
  2020-10-25 23:02 ` brian m. carlson
  2020-10-26 17:56 ` Junio C Hamano
  0 siblings, 2 replies; 4+ messages in thread
From: Konstantin Ryabitsev @ 2020-10-24 14:46 UTC (permalink / raw)
  To: git

Hello:

A script I'm writing performs a succession of porcelain commands to 
create a commit in a bare git repository:

git hash-object
git mktree
git commit-tree
git update-ref

Do I need to manage external locking around these commands to avoid any 
concurrency problems, or will git take care of that?

-K

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-26 17:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-24 14:46 Do porcelain command require lock management? Konstantin Ryabitsev
2020-10-25 23:02 ` brian m. carlson
2020-10-26 16:36   ` Konstantin Ryabitsev
2020-10-26 17:56 ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).