aboutsummaryrefslogtreecommitdiff
path: root/toys/chgrp.c
AgeCommit message (Expand)Author
2012-06-24Unify chown and chgrp, add support for -hHLP flags.0.3.1Rob Landley
2012-06-01Changed my mind about the design again, now callback is dirtree_opennode() an...Rob Landley
2012-06-01Factor out dirtree_comeagain() callback, setting up depth-first search with o...Rob Landley
2012-05-27Update chgrp so -R works, tweaking DIRTREE_COMEAGAIN design along the way.Rob Landley
2012-03-14Default new ch* commands to n until enough is implemented not to break aborig...Rob Landley
2012-03-13New toys - chmod, chown, and chgrp.Georgi Chorbadzhiyski