mirror of
https://github.com/sasjs/core.git
synced 2026-01-02 15:20:05 +00:00
chore(docs): fix descriptions for mp_git* macros
This commit is contained in:
@@ -4,8 +4,7 @@
|
|||||||
@details Uses the output dataset from mp_gitstatus.sas to determine the files
|
@details Uses the output dataset from mp_gitstatus.sas to determine the files
|
||||||
that should be staged.
|
that should be staged.
|
||||||
|
|
||||||
If STAGED != `"TRUE"` then the file is staged (so you could provide an empty
|
If `STAGED ne "TRUE"` then the file is staged.
|
||||||
char column if staging all observations).
|
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
@file
|
@file
|
||||||
@brief Creates a dataset with the output from `GIT_STATUS()`
|
@brief Creates a dataset with the output from `GIT_STATUS()`
|
||||||
@details Uses `git_status()` to fetch the number of changed files, then
|
@details Uses `git_status()` to fetch the number of changed files, then
|
||||||
iterates through with `git_status_get()` and `git_index_add()` for each
|
iterates with `git_status_get()`, inserting all attributes into an output
|
||||||
change - which is created in an output dataset.
|
dataset.
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user