Changeset 3033f0 in git


Ignore:
Timestamp:
Apr 29, 2011, 9:44:59 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
10a85fe55eedddcdac7113f2591fa47d4753c91c
Parents:
62604d2f2d4a187dd1464fdb07625f99d535f3b6
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-04-29 21:44:59+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:32+01:00
Message:
FIX: 'git show' - shows too much :( - use 'git log' instead
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sw.sh

    r62604d r3033f0  
    7272
    7373# latest commit?
    74 git show HEAD >> $LOG
     74git log -1 HEAD >> $LOG
    7575
    7676[ -x ./for_Hans_with_love.sh ] || { echo "Error: cannot find './for_Hans_with_love.sh '" >> $LOG; CleanUp; exit 1; }
Note: See TracChangeset for help on using the changeset viewer.