9 lines
194 B
Bash
Executable File
9 lines
194 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Purpose: Generate GNU diff of local changes versus canonical top-of-tree
|
|
#
|
|
# Usage: gcapatch > foo.patch
|
|
#
|
|
|
|
bk export -tpatch -hdu -r`bk repogca bk://linux.bkbits.net/linux-2.5`,+
|