diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2008-11-16 08:49:12 -0500 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2008-11-16 09:01:25 -0500 |
commit | 6db9ba155f8b1b32734c20619663ab92efeebdd4 (patch) | |
tree | 7a5dc8df300f835591712362d55346137439b375 | |
parent | 084d91750b89ec283c3ab04b90d00c77985c195d (diff) |
Add product/component to 'git file' examples
git-file examples were missing the mandatory product and component.
-rwxr-xr-x | git-bz | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -71,11 +71,11 @@ # Examples: # # # File the last commit as a new bug on the default tracker -# git bz file HEAD^ +# git bz file my-product/some-component HEAD^ # # # File a bug with a series of patches starting from an old commit # # on a different bug tracker -# git bz -b bugs.freedesktop.org file b50ea9bd^ -1 +# git bz -b bugs.freedesktop.org file my-product/some-component b50ea9bd^ -1 # # Authentication # ============== |