mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
8b63f75b20
Assorted git-related scripts and tools: - git-branches-rename: Batch renames branches with a matching prefix to another prefix - git-clone-subset: Clones a subset of a git repository - git-find-uncommitted-repos: Recursively list repos with uncommitted changes - git-rebase-theirs: Resolve rebase conflicts and failed cherry-picks by favoring 'theirs' version - git-restore-mtime: Restore original modification time of files based on the date of the most recent commit that modified them - git-strip-merge: A git-merge wrapper that deletes files on a "foreign" branch before merging OK: rsadowski@
13 lines
352 B
Plaintext
13 lines
352 B
Plaintext
bin/git-branches-rename
|
|
bin/git-clone-subset
|
|
bin/git-find-uncommitted-repos
|
|
bin/git-rebase-theirs
|
|
bin/git-restore-mtime
|
|
bin/git-strip-merge
|
|
@man man/man1/git-branches-rename.1
|
|
@man man/man1/git-clone-subset.1
|
|
@man man/man1/git-find-uncommitted-repos.1
|
|
@man man/man1/git-rebase-theirs.1
|
|
@man man/man1/git-restore-mtime.1
|
|
@man man/man1/git-strip-merge.1
|