aboutsummaryrefslogtreecommitdiff
path: root/src/lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/lib.c: Remove duplicate definition of PROGNAMEEuAndreh2021-08-281-2/+0
* src/lib.c: Mark local FILE* variable as constEuAndreh2021-08-271-1/+1
* src/*.c: Add newline between function return type and its nameEuAndreh2021-08-271-53/+114
* src/lib.c: Stick to 80 columnsEuAndreh2021-08-241-1/+2
* src/lib.{c,h}: Make args to gistatic_main() constEuAndreh2021-08-241-1/+1
* src/lib.c: Move unit_tests_gistatic to the end of the fileEuAndreh2021-08-241-19/+19
* src/: Move logerr* functions to src/logerr.{c,h}; forward tarballs_fd to src/...EuAndreh2021-08-231-36/+37
* re 's/write_tarball_from_directory/tarball_write_from_directory/g'EuAndreh2021-08-221-1/+1
* src/: s/tarzify/tarball_write_from_directory/gEuAndreh2021-08-221-1/+1
* src/lib.c: Fix logic condition for deciding when to generate tarbalssEuAndreh2021-08-221-1/+1
* src/lib.c: Write repo_tarballs_refs_each, calling stub tarzify() functionEuAndreh2021-08-221-18/+88
* src/lib.c: Tweak test_start() nameEuAndreh2021-08-221-1/+1
* src/lib.c: Add strsjoin() with testsEuAndreh2021-08-221-0/+104
* src/lib.c: Differentiate between -1 and other errors when looping through Git...EuAndreh2021-08-221-2/+10
* Rename src/gistatic.* src/lib.*EuAndreh2021-08-221-0/+2181