Commit Graph

144 Commits (e4064fdf134d4910aae13759a4c5e70437fc927a)
 

Author SHA1 Message Date
Dave Musicant e4064fdf13
Merge pull request #79 from talamus/master
Fixed the broken -e command line option
5 years ago
Tero Niemi 493dd0a38a
Fixing EVENTS also in the Darvin side.
Using VAR="${VAR:-defaults}" structure.
5 years ago
Tero Niemi 4d086834fb
Fixed the broken -e command line option
In the original the defaults always overwrote the option.
5 years ago
Dave Musicant 7a6fa177ba
Merge pull request #77 from ishchow/master
Update README and systemd script
5 years ago
Ishaat Chowdhury 2b125065f7
Update systemd service 5 years ago
Ishaat Chowdhury ec09469d1f
Update script usage in README 5 years ago
Dave Musicant 6eb3c226c9
Merge pull request #30 from salanki/master
Run gitwatch in Docker container
5 years ago
Dave Musicant 2b63be4423
Merge pull request #75 from gitwatch/elnull-default_case
Elnull default case
5 years ago
Dave Musicant at home 8a7c37279a cleaned up typo 5 years ago
Dave Musicant 0d5345ca85
Merge pull request #74 from gitwatch/is_command_hash
Is command hash
5 years ago
Dave Musicant a341c1eb96
Merge pull request #67 from vogler/is_command_hash
is_command should use hash instead of which
5 years ago
Dave Musicant at home e2fe30ad3a Merge branch 'pr-68-greadlink' 5 years ago
Dave Musicant a44b78c1ac
Merge pull request #68 from vogler/no_greadlink
macOS: try greadlink -f, then readlink -f, then readlink and warn about it
5 years ago
Dave Musicant at home 0538c5a9e3 added homebrew update 5 years ago
Ralf Vogler 9233d8d6c0 macOS: try greadlink -f, then readlink -f, then readlink and warn about it 5 years ago
Ralf Vogler 41bde82710 is_command: use bash builtin hash instead of which 5 years ago
Dave Musicant 066a9f3ad6
Merge pull request #64 from amit-gshe/master
Optimize the systemd service script
6 years ago
amit-gshe c93d323edd Updated the systemd part of the README 6 years ago
amit-gshe 4842795e43 Optimize the systemd service script
1. Only the default.target will be bring up when the user login.
2. The script now supports the -r option.
6 years ago
Dave Musicant 3244518c5a
Merge pull request #63 from gitwatch/issue61
Fixed shebang
6 years ago
Dave Musicant a0acf8aa79
Fixed shebang 6 years ago
Dave Musicant b0452b57ed
Merge pull request #60 from mlncn/patch-1
Add note about updating if installed from source
6 years ago
Benjamin Melançon bdf9b97c80
Add note about updating if installed from source 6 years ago
Dave Musicant 6d39aa0405
Merge pull request #52 from alextmz/fix-systemd-instructions
Fix systemd instructions and mod service file for consistency
6 years ago
Andrey Astafyev d1d9721314 Exit on wrong option 6 years ago
Andrey Astafyev 0729d1965f Check if directory changing is possible 6 years ago
Andrey Astafyev 9875612281 Arguments to INW command stored in array 6 years ago
Andrey Astafyev 00c26dde5c Apply fixes for some of shellcheck warnings 6 years ago
Dave Musicant 276a8e931b
Merge pull request #56 from elnull/master
Typos fixes and remove trailing whitepaces
6 years ago
Andrey Astafyev e6ae00a4c7 Remove trailing whitespaces 6 years ago
Andrey Astafyev 089576cf0b Typos fixes 6 years ago
Dave Musicant 93a956ec35
Merge pull request #55 from gitwatch/47-mac-darwin
Enabled OS X functionality with fswatch
6 years ago
Dave Musicant / thinkpad 8165e73b97 re-enabled Linux testing 6 years ago
Dave Musicant / thinkpad 759aa1aace Enabled OS X functionality with fswatch. 6 years ago
Dave Musicant / thinkpad 3c84ad709a Fixed broken Travis script after moving tests 6 years ago
Dave Musicant / thinkpad 72fa2a3181 Merge branch 'workingdir-28' 6 years ago
Dave Musicant / thinkpad 11a2eab5db cleaned up GIT_DIR portion to only add parameters as necessary 6 years ago
Dave Musicant / thinkpad f34a7545d5 Remote dir functionality added, tests improved, variable added to delay timing in tests 6 years ago
Dave Musicant / thinkpad 107d2d64ef New test for working dir, as well as refactoring of test code into separate files. 6 years ago
Dave Musicant / thinkpad 5f3a9ee4fd Merge branch '44-statuscheck' 6 years ago
Dave Musicant / thinkpad e493af3336 Status check is back in to prevent extraneous commit attempts; test added as well. 6 years ago
Dave Musicant 26d7fb354c
Merge pull request #54 from shervinemami/master
Allow listing file diffs in the commit log message using -l
6 years ago
Dave Musicant / thinkpad 295ad233fc Added some author names to stackoverflow references. 6 years ago
Dave Musicant / thinkpad 6e53de1492 Added test script that checks at least some basic functionality in new commit message. 6 years ago
shervin.emami 9c4027a75c Better handling of file creation, deletion and renames 6 years ago
shervin.emami 1841ba624c Simply capitalized each sentence in the help info, for better readability. 6 years ago
shervin.emami 96461e5805 Limit the line width, so it fits in a single line in most git log outputs 6 years ago
shervin.emami 362f82aba9 Only commit changes if there were actual file changes. (Doesn't impact the git logs, only the shell output 6 years ago
shervin.emami 10ae3717df Allow listing file diffs in the commit log message, such as by passing '-l 10' 6 years ago
Dave Musicant / thinkpad 1d93911d1d Added travis yml file to run tests. 6 years ago