Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

markit include directory with file name on line one item 2 #39

Closed
BradleyA opened this issue Oct 1, 2018 · 1 comment
Closed

markit include directory with file name on line one item 2 #39

BradleyA opened this issue Oct 1, 2018 · 1 comment
Assignees
Labels
enhancement Increase or improve in quality, performance, business value, function, or user satisfaction. needs investigation What? How?

Comments

@BradleyA
Copy link
Owner

BradleyA commented Oct 1, 2018

By changing the file_name to include the directory, all the information is available to find it's location in the GitHub or GitLab repository. This could be leveraged at a later date if needed. But users could go directly to the file on GitHub or GitLab with no need to search.

Need to determine if it will effect any other tools, check-markit. I do not think it will effect anything because when head -2 /usr/local/bin/*.sh | more . I think the path is included when markit is executed in a different directory.

==> check-user-ssh.sh <==
#!/bin/bash
# 	check-user-ssh.sh  3.44.396  2018-08-12_20:50:13_CDT  https://github.com/BradleyA/docker-scripts  uadmin  three-rpi3b.cptx86.com 3.43-3-gbbb68b6  

==> check-user-tls.sh <==
#!/bin/bash
# 	docker-TLS/check-user-tls.sh  3.42.391  2018-08-12_10:59:20_CDT  https://github.com/BradleyA/docker-scripts  uadmin  three-rpi3b.cptx86.com 3.41-8-g21e9f27  

examples:

(cd $(git rev-parse --show-toplevel) ; git status --untracked-file=all -s | grep '?? ' | sed 's/^?? //')
create-message/local-create-message.sh
images/test-1
test-1
@BradleyA BradleyA added enhancement Increase or improve in quality, performance, business value, function, or user satisfaction. needs investigation What? How? labels Oct 1, 2018
@BradleyA BradleyA added this to the next release 2 milestone Oct 1, 2018
@BradleyA BradleyA self-assigned this Oct 1, 2018
@BradleyA BradleyA changed the title markit include directory with file name on line one #2 markit include directory with file name on line one item 2 Oct 1, 2018
@BradleyA
Copy link
Owner Author

example:
git ls-files --directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Increase or improve in quality, performance, business value, function, or user satisfaction. needs investigation What? How?
Projects
None yet
Development

No branches or pull requests

1 participant