about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_presence.c
Commit message (Expand)AuthorAgeFilesLines
* Apply coding styleMichael Vetter2020-07-071-35/+48
* Revert "Apply coding style"Michael Vetter2020-07-071-52/+39
* Apply coding styleMichael Vetter2020-07-071-39/+52
* Remove prefs_free_string()Michael Vetter2020-07-021-9/+9
* Fix prefs_get_str related leaks in unit testsMichael Vetter2019-06-191-0/+9
* Move /statuses options to /presence commandJames Booth2016-05-311-0/+182
'>
13
14
15
         

                                                                              








                                                                           
                             

               
#!/bin/sh
# Run this before running './mu edit' or './mu sandbox' to make sure you don't
# lose any work.
#
# You'll be editing code in lesson/recipes.mu, and any sandboxes you create
# will be in lesson/0, lesson/1, etc., from top to bottom.

set -e

mkdir lesson
cd lesson
git init
echo '**/.*.swp' > .gitignore
git add .
git commit -m 0