-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If local branch has a tracking branch, fast-forward to tracking branc…
…h head This is almost invariably the desired behaviour and makes this a lot more convenient to use when others are also committing to the release branch. We fail if we can't fast-forward; we could consider making this a default option rather than the only behaviour. This has pushed our hacked-together testing framework about as far as it can conveniently go (or probably beyond). Any further significant work on this probably wants a test framework rewrite, say, in Python. And boy oh boy did we learn about `git update-ref`. (There's a comment in the code.) Reviewed-by: Nishant Rodrigues <nishantjr@gmail.com>
- Loading branch information
Showing
3 changed files
with
135 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters