Ticket Change Details
Not logged in
Overview

Artifact ID: 176b86b913106ac89b03e981cab2d3881d9ebc37
Ticket: 10c0c8f65ca24a9f183eb2d6b7f24cdbb5cc192a
command to show a change or a set of changes
User & Date: anonymous 2011-06-02 17:55:19
Changes

  1. comment changed to:
    `git show 0123beef' shows the commit message and diff from its parent of commit 0123beef.  `git show 0123beef..4567cafe' shows the commit messages and diffs of all changes from 0123beef to 4567cafe'.  These are handy, and I use them all the time.
    
    When I run `fossil timeline', I don't know any easy way to take a commit id and show the commit anywhere near as conveniently.  The best I've found is to type `fossil info 0123beef' and then copy and paste the parent's commit id into `fossil diff --from <parent> --to 0123beef'.  It would be nice if I could just type `fossil show 0123beef'.
    
  2. foundin changed to: "e5e6ca4659"
  3. status changed to: "Open"
  4. title changed to: "command to show a change or a set of changes"
  5. type changed to: "Feature_Request"