git-restrict

simple utility for git repo permission management
git clone https://git.parazyd.org/git-restrict
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2022-05-22 13:03Limit git_cmd to 20 + 256.parazyd1+1-1
2022-05-22 12:51Pedantic strdup.Quentin Rameau1+3-3
2022-05-22 12:49contrib: Update gen_rules.shparazyd1+10-1
2022-05-22 12:12Be fully C99 portable.parazyd3+18-15
2022-05-22 11:19Add support for ssh:// URIs.parazyd1+7-2
2022-05-22 11:17Add .gitignore.parazyd1+2-0
2021-04-19 00:00Check for -1 rather than <0 on execlp.parazyd1+2-1
2021-04-04 10:58Add some setup notes in the readme.parazyd1+6-0
2021-04-04 10:54Add sherrif badge.parazyd1+2-0
2021-04-04 10:51Create c-cpp.ymlparazyd1+19-0
2021-04-01 13:09Add test units.parazyd2+43-1
2021-03-31 09:31Change authorized if logic to make the code cleaner.parazyd1+5-6
2021-03-31 09:28Use "git-shell" as argv0 in execlp call.parazyd1+1-1
2021-03-31 09:15Strip resulting binary.parazyd1+1-1
2021-03-31 09:09Check if repo is NULL or at least length 3.parazyd1+4-0
2021-03-31 08:50Check malloc and use snprintf in for loop.parazyd1+6-2
2021-03-31 08:43Exit after perror.parazyd1+3-1
2021-03-31 02:23Indentation.parazyd1+3-2
2021-03-31 02:22Use a die function to print errors.parazyd1+14-15
2021-03-31 01:57Support comparison with .git suffix as well.parazyd1+8-2
2021-03-31 01:35Add contrib files.parazyd3+19-0
2021-03-31 01:35Add code.parazyd2+102-0
2021-03-31 01:34Add manpage.parazyd1+31-0
2021-03-31 01:34Add license and readme.parazyd2+692-0