Files
git/Documentation
Shawn O. Pearce 7073e69e38 Don't do non-fastforward updates in fast-import.
If fast-import is being used to update an existing branch of
a repository, the user may not want to lose commits if another
process updates the same ref at the same time.  For example, the
user might be using fast-import to make just one or two commits
against a live branch.

We now perform a fast-forward check during the ref updating process.
If updating a branch would cause commits in that branch to be lost,
we skip over it and display the new SHA1 to standard error.

This new default behavior can be overridden with `--force`, like
git-push and git-fetch.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2007-02-06 16:08:06 -05:00
..
2007-01-20 19:10:26 -08:00
2005-11-08 08:58:52 -08:00
2006-12-13 09:41:18 -08:00
2006-06-07 11:49:35 -07:00
2007-01-17 10:43:50 -08:00
2006-07-09 02:42:41 -07:00
2007-01-11 12:58:10 -08:00
2006-11-18 14:04:45 -08:00
2006-06-24 01:11:19 -07:00