Documentation/Nightly/Announcements

From Slicer Wiki
Revision as of 15:58, 11 September 2013 by JChris.FillionR (talk | contribs)
Jump to: navigation, search
Home < Documentation < Nightly < Announcements


For the latest Slicer documentation, visit the read-the-docs.




Nightly


Introduction Our Philosophy Slicer Highlights Slicer Extensions Other Improvements, Additions & Documentation

Introduction

Slicer Highlights

Slicer Extensions

Looking at the Code Changes

From a git checkout you can easily see the all the commits since the time of the 4.4.2 release:

git log --since="Sat Dec 8 03:32:53 2012"

To see a summary of your own commits, you could use something like:

git log --since="Sat Dec 8 03:32:53 2012"  --oneline --author=pieper

see the git log man page for more options.

Commit stats and full changelog

Related Projects