Skip to content

Commit dfd2ba8

Browse files
committed
mini has its own repository and its own tags now
1 parent 402be0e commit dfd2ba8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

describesimple.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# Check for git and a git repo.
44
if head=`git rev-parse --verify HEAD 2>/dev/null`; then
55
comm=`git log --pretty=oneline -n1 | awk ' { print $1 }'`
6-
printf "%s" ""`printf "%s" \`git describe --abbrev=4 --match bootmii-\* $comm | awk '{ sub (/bootmii-/, ""); print;}'\``
6+
printf "%s" ""`printf "%s" \`git describe --abbrev=4 --match mini-\* $comm | awk '{ sub (/mini-/, ""); print;}'\``
77

88
# Are there uncommitted changes?
99
git update-index --refresh --unmerged > /dev/null
10-
git diff-index --quiet HEAD ../mini || printf "%s" '*'
10+
git diff-index --quiet HEAD || printf "%s" '*'
1111
fi
1212

1313
echo

main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ u32 _main(void *base)
4242
(void)base;
4343

4444
gecko_init();
45-
gecko_printf("mini v0.2 (%s) loading\n", git_version);
45+
gecko_printf("mini %s loading\n", git_version);
4646

4747
gecko_printf("Initializing exceptions...\n");
4848
exception_initialize();

0 commit comments

Comments
 (0)