Commit Graph

11 Commits

Author SHA1 Message Date
Érico Rolim 14cb4cbed4 Avoid using any globals in language detection. 2021-02-22 05:00:11 -03:00
Érico Rolim 81c7f243a7 Add framework to display detected programming languages.
Very dumb initial C detection.
2021-02-22 04:43:40 -03:00
Érico Rolim c7a24d775d Support more of git status output. 2021-02-22 03:12:52 -03:00
Érico Rolim dc4a59881c Enable git status reporting.
Also reorganize git.c to contain most of the implementation details,
main just calls the functions without any arguments.
2021-02-22 02:40:31 -03:00
Érico Rolim 31069036ab Add missing -pthread to Makefile and -static for convenience. 2021-02-22 02:39:33 -03:00
Érico Rolim 780151cfee Change translated strings to .c file. 2021-02-22 01:57:46 -03:00
Érico Rolim fdf2b43b34 Move output and path handling code outside main.
Temporarily add static to translation strings to allow compilation to
work.
2021-02-22 01:53:44 -03:00
Érico Rolim d8b6432c6b Fix git.h, move it to ep.h. 2021-02-22 01:43:22 -03:00
Érico Rolim 3fe513c4c9 Add basic git functionality and error logging. 2021-02-22 01:39:58 -03:00
Érico Rolim c5cb3277a9 Add chroot and job count support. 2021-02-22 01:09:07 -03:00
Érico Rolim e779146066 Initial commit. 2021-02-22 00:38:41 -03:00