GitXplorerGitXplorer
s

patchdep

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c5429a9e67d3f72c9a2ca6d6bfc0e335bfe8f2ed

Create README.md

ssb98052 committed 8 years ago
Unverified
768e6d2c2306d07cb201a3f15f2b22177300a4c3

Removed unneeded files

ssb98052 committed 8 years ago
Unverified
bec19ef47c0512c43ae2db17271f58bd6598b0da

Before letting people know.

committed 17 years ago
Unverified
42d66018f2f58bc0d0196eb4b15dcbb5dda66417

committed 17 years ago
Unverified
3629c5796a5292d870e064d2fa1b6f8980e9873b

tested -dontwant. checking it in...

committed 17 years ago
Unverified
8db45747cc5434ef9495320f02a5438d9205aad7

Added a -dot option to generate a dep graph

committed 17 years ago

README

The README file for this repository.

patchdep

Patchdep: Analyze dependencies between patches

Patchdep analyzes a set of patches for dependencies. Two patches have a dependency when they touch the same lines of code in any of the files in the code base. With patch dep, you can extract the minimum set of patches you need in order to merge a given patch, or a given set of patches.

Usage: patchdep <options>
  -patchlevel 	Patch level
  -patchset 	file with the list of available patches in working order
  -iwant 	file with the list of patches you want
  -dontwant 	file with the list of patches you want
  -dot 	output dependencies as a dot file
  -help  Display this list of options
  --help  Display this list of options