aboutsummaryrefslogtreecommitdiffstats
path: root/git-changed-files
AgeCommit message (Collapse)Author
2019-06-02git-changed-files: Get an absolute path to the files (WIP)Teddy Wing
A couple methods to get the absolute path to the changed files. This allows the output to be used to operate on changed files even if the current directory is not the repo root. Otherwise, all files are listed relative to the repository root.
2019-06-02Add a script to show filenames of changed filesTeddy Wing
Arguments are a Git refspec.