summaryrefslogtreecommitdiffstatshomepage
path: root/ui-refs.h
Commit message (Expand)AuthorAge
* Add separate header-files for
#ifndef UI_TAG_H
#define UI_TAG_H

extern void cgit_print_tag(char *revname);

#endif /* UI_TAG_H */
a git repo if test -d .git then V=$(git describe --abbrev=4 HEAD 2>/dev/null) fi new="CGIT_VERSION = $V" old=$(cat VERSION 2>/dev/null) # Exit if VERSION is uptodate test "$old" = "$new" && exit 0 # Update VERSION with new version-info echo "$new" > VERSION cat VERSION