A fork of Git containing Microsoft-specific patches.
Перейти к файлу
Shawn O. Pearce 988b8a7d63 git-gui: Grab the index lock while running pull.
The user must not modify the index while a git pull operation is running,
doing so might cause problems for the merge driver and specific strategy
being used.  Normally on the command line people are just really good and
don't try to run index altering operations while they are also running a
pull.  But in a slick GUI like git-gui we can't trust the user quite as
much.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2006-11-07 23:48:21 -05:00
TODO git-gui: Updated TODO list now that pull is starting to work. 2006-11-07 05:06:40 -05:00
git-citool git-gui: Finished commit implementation. 2006-11-07 03:05:17 -05:00
git-gui git-gui: Grab the index lock while running pull. 2006-11-07 23:48:21 -05:00