Print this page
Add git-active utility

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/README.tools
          +++ new/usr/src/tools/README.tools
↓ open down ↓ 187 lines elided ↑ open up ↑
 188  188          For instance, if $INTELSRC and $SPARCSRC are set to the usr/src
 189  189          directories of your Intel and SPARC nightly workspaces, then you
 190  190          can merge the results like so:
 191  191  
 192  192          $ findunref $INTELSRC $INTELSRC/tools/findunref/exception_list | \
 193  193            sort > ~/unref-i386.out
 194  194          $ findunref $SPARCSRC $SPARCSRC/tools/findunref/exception_list | \
 195  195            sort > ~/unref-sparc.out
 196  196          $ comm -12 ~/unref-i386.out ~/unref-sparc.out > ~/unref.out
 197  197  
      198 +git-active
      199 +        helper used by webrev to generate file lists for Git workspaces.
      200 +
 198  201  hdrchk
 199  202          checks headers for compliance with OS/Net standards (form, includes,
 200  203          C++ guards).
 201  204  
 202  205  hgsetup
 203  206          creates a basic Mercurial configuration for the user.
 204  207  
 205  208  hg-active
 206  209          helper used by webrev to generate file lists for Mercurial
 207  210          workspaces.
↓ open down ↓ 143 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX