2
0
mirror of https://github.com/gitwatch/gitwatch synced 2024-11-15 06:12:52 +00:00
Commit Graph

184 Commits

Author SHA1 Message Date
Alan Young
dc499835bb added markdownlinter fixes and config file 2021-03-07 11:53:51 -07:00
Alan Young
c658f3cad4 quiet markdown linter 2021-03-07 11:11:39 -07:00
Alan Young
c488501741 disable existing workflow, remove bashcov attempt 2021-03-07 10:56:32 -07:00
Alan Young
ad9b4b9c9f straight conversion to bats-core, added super-linter checking 2021-03-07 10:52:50 -07:00
Dave Musicant
a56ae1c4b2
Merge pull request #97 from harleypig/shfmt
ran gitwatch.sh through shfmt (options -i 2 -bn -ci -sr)
2021-03-06 15:04:39 -06:00
Alan Young
8680fc47b6 ran gitwatch.sh through shfmt (options -i 2 -bn -ci -sr) 2021-03-06 08:10:59 -07:00
Dave Musicant
b8137d2193
Merge pull request #96 from harleypig/shellcheck
Shellcheck
2021-03-05 13:22:58 -06:00
Dave Musicant / thinkpad
61ca7fb2f0 modified tests to run on pull request as well 2021-03-05 13:09:21 -06:00
Alan Young
b361dea0d7 fix word splitting failure 2021-02-27 19:59:57 -07:00
Alan Young
9f82d555cf made shellcheck quiet 2021-02-27 19:44:00 -07:00
Dave Musicant / thinkpad
819413d384 suggestion about .gitignore added 2021-01-16 06:34:15 -06:00
Dave Musicant / thinkpad
79d13f3388 timed out; increased running time 2020-12-09 17:14:59 -06:00
Dave Musicant / thinkpad
1aa0408d96 Merge branch 'github-actions' 2020-12-09 17:09:49 -06:00
Dave Musicant / thinkpad
ac38a69f74 looked good, time limit is back in 2020-12-09 17:03:52 -06:00
Dave Musicant / thinkpad
a2b167c88b bats install went bad, trying again without bats-core on mac 2020-12-09 17:01:10 -06:00
Dave Musicant / thinkpad
2a58102450 mac timed out, commenting out time limit for now 2020-12-09 16:54:58 -06:00
Dave Musicant / thinkpad
6b8c6f14bc fixed capitalization on mac 2020-12-09 16:51:32 -06:00
Dave Musicant / thinkpad
f18fee7388 try mac version 2020-12-09 16:49:34 -06:00
Dave Musicant / thinkpad
d883840667 fixed botched install command 2020-12-09 16:32:37 -06:00
Dave Musicant / thinkpad
38fcc31254 moved travis file out 2020-12-09 16:29:44 -06:00
Dave Musicant / thinkpad
59b9522098 moved travis file out 2020-12-09 16:29:38 -06:00
Dave Musicant / thinkpad
7bcc049865 Added git config and also test timeouts 2020-12-09 16:29:13 -06:00
Dave Musicant / thinkpad
eee9389a66 fixed install command 2020-12-09 16:06:39 -06:00
Dave Musicant / thinkpad
a39dbd6f9f Added inotify-tools install 2020-12-09 16:04:39 -06:00
Dave Musicant / thinkpad
72f79d4bc3 ubuntu github actions file 2020-12-09 16:00:11 -06:00
Dave Musicant
5a9ea4d712
Merge pull request #91 from he-sk/macos-launchd
Improve behavior on macOS and add support for launchd
2020-12-09 09:42:43 -06:00
hesk
2eec9bfbb2 Example launchd script 2020-12-08 22:48:52 +01:00
hesk
255d385a17 Use different exit code for each error condition 2020-12-08 22:38:21 +01:00
hesk
32bf8872a0 Add ability to configure path for readline 2020-12-08 22:38:21 +01:00
hesk
35987b5cf2 Fix: exclude .git repository on macOS 2020-12-08 22:23:35 +01:00
Dave Musicant
e62df74067
Merge pull request #86 from kirviq/master
double-double-quote target directory to support pathes with spaces
2020-08-14 09:33:19 -05:00
Joachim Nicolay
8cb0c827c0 double-double-quote target directory to support pathes with spaces 2020-08-13 19:26:19 +02:00
Dave Musicant
2fdf994513
Merge pull request #83 from soraxas/fix-color-output
Ensure no color-format output
2020-06-08 21:08:03 -05:00
Tin Lai
5e6b68bdcb add no pager 2020-06-07 02:25:43 +10:00
Dave Musicant
7687761c41
Merge pull request #82 from MattKotsenas/patch-1
Update inotifywait parameters to also watch move_self and modify
2020-05-30 09:24:33 -05:00
Matt Kotsenas
011b982e72 Add 'modify' event as well 2020-05-29 16:34:17 -07:00
Matt Kotsenas
fc17c7def4
Update inotifywait parameters to also watch move_self
Update the parameters to `inotifywait` to also watch `move_self`, as vim uses it on linux (at least on Ubuntu 18.04)
2020-05-29 11:18:05 -07:00
Dave Musicant
40bcd27b1b
Merge pull request #81 from juanmancebo/master
Fixed git inotifywait exclude args
2020-04-15 07:29:09 -05:00
juan.mancebo
5f35eedf7d clean git inotifywait exclude args 2020-04-15 07:57:30 +02:00
Dave Musicant
e4064fdf13
Merge pull request #79 from talamus/master
Fixed the broken -e command line option
2020-04-14 15:02:43 -05:00
juan.mancebo
1d7e7f8b0f Fixed git inotifywait exclude args 2020-04-13 21:01:25 +02:00
Tero Niemi
493dd0a38a
Fixing EVENTS also in the Darvin side.
Using VAR="${VAR:-defaults}" structure.
2020-03-04 13:30:36 +02:00
Tero Niemi
4d086834fb
Fixed the broken -e command line option
In the original the defaults always overwrote the option.
2020-03-03 15:34:35 +02:00
Dave Musicant
7a6fa177ba
Merge pull request #77 from ishchow/master
Update README and systemd script
2020-01-27 20:12:09 -06:00
Ishaat Chowdhury
2b125065f7
Update systemd service 2020-01-06 09:15:30 -07:00
Ishaat Chowdhury
ec09469d1f
Update script usage in README 2020-01-06 09:14:02 -07:00
Dave Musicant
6eb3c226c9
Merge pull request #30 from salanki/master
Run gitwatch in Docker container
2019-12-10 17:32:28 -06:00
Dave Musicant
2b63be4423
Merge pull request #75 from gitwatch/elnull-default_case
Elnull default case
2019-12-10 12:38:17 -06:00
Dave Musicant at home
8a7c37279a cleaned up typo 2019-12-10 12:25:04 -06:00
Dave Musicant
0d5345ca85
Merge pull request #74 from gitwatch/is_command_hash
Is command hash
2019-12-10 12:02:00 -06:00