Ticket Change Details
Not logged in
Overview

Artifact ID: 4f79bde498a59027c612dde777f8d5f70dc49958
Ticket: 711d04b6d8577d9b061cba94cc503b95b0a41767
only bail out from commit when no selected files are changed
User & Date: jan.nijtmans 2012-09-27 08:38:06
Changes

  1. comment changed to:
    When committing a group of files, e.g.
    <pre>fossil commit *.c</pre>
    fossil bails out if any of the *.c files is not changed.
    The -f flag even doesn't work to force this to happen.
    Normally I do this when the directory contains a lot of
    *.c files, and I'm lazy to remember (or type) which ones
    I changes, I only know that ALL files I changed in this
    directory should be committed.
    
    So, I request to:
    - Only bail out if NONE of the selected files changes.
    - Use the -f flag to allow committing even if none of
      the selected files changed.
    
  2. foundin changed to: "1.23"
  3. private_contact changed to: "cd7093095d9cfcb1d94e1ac96bf5d520b20d5cd7"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to:
    only bail out from commit when no selected files are selected
    
  7. type changed to: "Feature_Request"