summaryrefslogblamecommitdiffstats
path: root/doc/sample.quiltrc
blob: 530632217c96081dd85a2c49c55ebbad22854122 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                       
                                               
                                   
 
                                        
                                       
 

                                                                   
 


                                                                

                                                   
 


                                                                        
# Additional options passed to GNU diff
# -p : Show which C function each change is in.
QUILT_DIFF_OPTS="--show-c-function"

# Additional options passed to GNU patch
#QUILT_PATCH_OPTS="--ignore-whitespace"

# The directory in which patches are found (defaults to "patches").
#QUILT_PATCHES=patches

# Include the QUILT_PATCHES directory when printing patch names?
QUILT_PATCHES_PREFIX=yes

# Generate syntax-colored diffs without timestamps.
QUILT_DIFF_ARGS="--color=auto --no-timestamps"

# Generate patches without timestamps, and keep a backup of the previous
# patch.
QUILT_REFRESH_ARGS="--no-timestamps --backup"