2
0
mirror of https://github.com/gitwatch/gitwatch synced 2024-11-17 03:25:41 +00:00
Commit Graph

168 Commits

Author SHA1 Message Date
Andrey Astafyev
9875612281 Arguments to INW command stored in array 2019-02-15 12:49:19 +03:00
Andrey Astafyev
00c26dde5c Apply fixes for some of shellcheck warnings 2019-02-15 12:43:24 +03:00
Dave Musicant
276a8e931b
Merge pull request #56 from elnull/master
Typos fixes and remove trailing whitepaces
2019-02-11 10:01:30 -06:00
Andrey Astafyev
e6ae00a4c7 Remove trailing whitespaces 2019-02-11 12:29:47 +03:00
Andrey Astafyev
089576cf0b Typos fixes 2019-02-11 12:25:55 +03:00
Dave Musicant
93a956ec35
Merge pull request #55 from gitwatch/47-mac-darwin
Enabled OS X functionality with fswatch
2019-01-22 10:55:10 -06:00
Dave Musicant / thinkpad
8165e73b97 re-enabled Linux testing 2019-01-22 10:45:58 -06:00
Dave Musicant / thinkpad
759aa1aace Enabled OS X functionality with fswatch. 2019-01-22 09:55:24 -06:00
Dave Musicant / thinkpad
3c84ad709a Fixed broken Travis script after moving tests 2019-01-12 13:02:36 -06:00
Dave Musicant / thinkpad
72fa2a3181 Merge branch 'workingdir-28' 2019-01-12 12:57:17 -06:00
Dave Musicant / thinkpad
11a2eab5db cleaned up GIT_DIR portion to only add parameters as necessary 2019-01-12 12:54:50 -06:00
Dave Musicant / thinkpad
f34a7545d5 Remote dir functionality added, tests improved, variable added to delay timing in tests 2019-01-12 12:54:16 -06:00
Dave Musicant / thinkpad
107d2d64ef New test for working dir, as well as refactoring of test code into separate files. 2019-01-12 12:45:37 -06:00
Dave Musicant / thinkpad
5f3a9ee4fd Merge branch '44-statuscheck' 2019-01-02 10:04:51 -06:00
Dave Musicant / thinkpad
e493af3336 Status check is back in to prevent extraneous commit attempts; test added as well. 2019-01-02 10:03:19 -06:00
Dave Musicant
26d7fb354c
Merge pull request #54 from shervinemami/master
Allow listing file diffs in the commit log message using -l
2018-12-31 16:02:57 -06:00
Dave Musicant / thinkpad
295ad233fc Added some author names to stackoverflow references. 2018-12-31 15:52:11 -06:00
Dave Musicant / thinkpad
6e53de1492 Added test script that checks at least some basic functionality in new commit message. 2018-12-31 15:45:20 -06:00
shervin.emami
9c4027a75c Better handling of file creation, deletion and renames 2018-12-30 22:35:55 +11:00
shervin.emami
1841ba624c Simply capitalized each sentence in the help info, for better readability. 2018-12-30 21:32:31 +11:00
shervin.emami
96461e5805 Limit the line width, so it fits in a single line in most git log outputs 2018-12-30 21:29:48 +11:00
shervin.emami
362f82aba9 Only commit changes if there were actual file changes. (Doesn't impact the git logs, only the shell output 2018-12-30 21:23:23 +11:00
shervin.emami
10ae3717df Allow listing file diffs in the commit log message, such as by passing '-l 10' 2018-12-30 15:33:10 +11:00
Dave Musicant / thinkpad
1d93911d1d Added travis yml file to run tests. 2018-12-14 15:30:21 -06:00
Dave Musicant / thinkpad
332538e698 Develop branch brought in 2018-11-30 14:21:09 -06:00
Dave Musicant / thinkpad
4b80c397da Removed the -u. It conflicts with -A (--all), and appears to be unnecessary as the documentation indicates for git 2.0 indicates that -A will remove anyway. Test script confirms. 2018-11-30 14:15:56 -06:00
Dave Musicant / thinkpad
2da50d4e1d Merge branch 'unit-testing' 2018-11-30 11:21:41 -06:00
Dave Musicant / thinkpad
0899308568 Some cleanup done to test script, specifically regarding removing some dead code. 2018-11-30 11:18:35 -06:00
Dave Musicant / thinkpad
92f1fd621c Bats testing script added. 2018-11-30 11:16:51 -06:00
Alex Medeiros
f4903bd85b Fix systemd instructions and mod service file for consistency 2018-10-16 23:40:06 +11:00
Dave Musicant
29bd1079d6
Merge pull request #44 from bmoffit/feature-status_check
status check before add and commit
2018-07-10 07:22:45 -05:00
Dave Musicant at home
58e01b9ed8 Merge branch 'systemd-unit-file' of https://github.com/jamietanna/gitwatch into jamietanna-systemd-unit-file. Resolved conflicts due to README.markdown being renamed to README.md. 2018-07-10 06:34:29 -05:00
Dave Musicant
21c8c3524d
Merge pull request #43 from azollyx/patch-1
-r <remote> instead of -p <remote>
2018-07-08 17:06:59 -05:00
Bryan Moffit
209d24912a CD to directory, before checking status 2017-09-27 12:55:26 -04:00
Bryan Moffit
f260d6f60f Merge branch 'master' into feature-status_check 2017-09-27 11:24:31 -04:00
Bryan Moffit
20b0495b44 Check status before add and commit.. incase changes were done to untracked files. 2017-09-27 11:21:05 -04:00
Rémy Delerue
28ad74926c -r <remote> instead of -p <remote>
I'm pretty sure this is a typo.
2017-08-27 21:12:14 +02:00
Miguel Araújo
a0db552aed Merge pull request #42 from jwerle/master
make bpkg friendly
2017-08-23 13:55:20 -03:00
Joseph Werle
31233788e3 make bpkg friendly 2017-08-22 08:29:36 -04:00
Miguel Araújo
cfaca1fa10 Add expected space in headers 2017-08-16 21:53:18 -03:00
Jamie Tanna
40a2fb5f13 Add systemd unit file 2016-12-13 21:31:51 +00:00
Peter Salanki
a516c45dcf Run gitwatch in Docker container
Run example with ssh keys from host: docker run -d --restart
unless-stopped --name gitwatch -v /root/.ssh/:/root/.ssh/ -v
/opt/repo_to_sync/:/repo -v /root/.gitconfig:/root/.gitconfig
salanki:gitwatch -r origin /repo
2016-04-23 16:52:53 -04:00
Nevik Rehnel
61c1aacd7d Merge pull request #27 from aseques/patch-1
Mention `-r` and `-b` flags in Readme
2015-06-09 09:54:56 +02:00
Joan
53f2e5aad9 Mention option -b alongside -r 2015-06-08 23:24:48 +02:00
aseques
a42a076783 Add mention to -r flag in the readme 2015-05-14 15:33:59 +02:00
Nevik Rehnel
c0408ff8f1 Add '-u' switch to git-add invocation. Closes #25 2015-03-24 09:48:38 +01:00
Nevik Rehnel
e32387152a Add section and fix link title for supervisord article 2014-11-24 16:21:06 +01:00
Nevik Rehnel
77b2db4431 Merge pull request #22 from @egidijus 2014-11-24 16:18:32 +01:00
Egidijus
e3d02ad8ab added link to wiki
[Install gitwatch as a service on Debian with supervisord.](https://github.com/nevik/gitwatch/wiki/gitwatch-as-a-service-on-Debian-with-supervisord).
2014-11-04 11:55:10 +00:00
Nevik Rehnel
750e534490 Fix usage help text (typos, outdated events variable) 2014-07-05 20:08:42 +02:00