diff --git a/base/mp_gitadd.sas b/base/mp_gitadd.sas index 369535b..52908fd 100644 --- a/base/mp_gitadd.sas +++ b/base/mp_gitadd.sas @@ -4,8 +4,7 @@ @details Uses the output dataset from mp_gitstatus.sas to determine the files that should be staged. - If STAGED != `"TRUE"` then the file is staged (so you could provide an empty - char column if staging all observations). + If `STAGED ne "TRUE"` then the file is staged. Usage: diff --git a/base/mp_gitstatus.sas b/base/mp_gitstatus.sas index 1bacd98..b27d52d 100644 --- a/base/mp_gitstatus.sas +++ b/base/mp_gitstatus.sas @@ -2,8 +2,8 @@ @file @brief Creates a dataset with the output from `GIT_STATUS()` @details Uses `git_status()` to fetch the number of changed files, then - iterates through with `git_status_get()` and `git_index_add()` for each - change - which is created in an output dataset. + iterates with `git_status_get()`, inserting all attributes into an output + dataset. Usage: