summaryrefslogtreecommitdiffstats
path: root/src/pyfedpkg/initial_merge.py
Commit message (Collapse)AuthorAgeFilesLines
* Add "fedpkg clone --initial-merge" argument5/initial-mergeHans Ulrich Niedermann2011-02-011-0/+10
|
* Add "fedpkg initial-merge" commandHans Ulrich Niedermann2011-02-011-0/+231
usage: fedpkg.py initial-merge [-h] [-n] [repo-path [repo-path ...]] Performs a 'git merge' of all git branches with the same content (i.e. with the same package spec files, patch files, etc.), regardless of their history. This is useful after Fedora's dist-cvs to dist-git migration, as often different branches have different histories but the same content on the filesystem. After these initial merges of identical trees, future merges between the branches will be a lot easier: Easier to follow in the dependency graph, and easier to perform without conflicts. positional arguments: repo-path Path to a repo to initial-merge optional arguments: -h, --help show this help message and exit -n, --dry-run Whether to run without actually merging