-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes since v0.2.1: - Add subprojects based on "foreign" branches, that is a source branch located in a different repository. Such "foreign" branches are fetched and pushed automatically. - Identify push commits based on subproject id instead of branch name and prefix - Add option --no-diff3 to disable diff3 mode when set as default - Add option --allow-empty to allow empty commits which are useful for changing subproject options - Fix error 'git: Argument list too long' when the autogenerated commit message gets longer - Fix options --diff3, --ours, --theirs and --union which have been broken since v0.1.3 - Don't invoke `git merge` while formatting help - Code cleanup
- Loading branch information
Showing
3 changed files
with
28 additions
and
17 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