2
0
mirror of https://github.com/gitwatch/gitwatch synced 2024-11-18 21:26:31 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Nevik Rehnel
825fde087b Expand help/usage message, improving fix for #1. 2012-12-01 00:58:17 +01:00
Nevik Rehnel
95d6a4176c Add newline at end of file. Fix comment formatting (hash then space then text) 2012-12-01 00:35:08 +01:00
Nevik Rehnel
1c822907c3 Shift input arguments so code referencing first arg still works 2012-12-01 00:30:57 +01:00
Nevik Rehnel
d8096cad4d Fix if conditions for auto-pushing.
After committing the changes to the repo, the script tests if the auto-push
variables are set, to see if the push should be done. The conditions for these
if branches were exactly the wrong way around. This is now fixed.
2012-12-01 00:15:48 +01:00
Matthew McGowan
e3869ffdc5 Added comments to the new code 2012-11-28 15:19:14 -05:00
Matthew McGowan
2666870800 Added both the -p and -b options 2012-11-27 19:02:11 -05:00
Matthew McGowan
218872eee8 Added a basic help that includes some features that will be added later 2012-11-27 15:03:31 -05:00
Nevik Rehnel
ecfbee9e7a Add note about contributions, naming MatthewM 2012-11-27 20:10:16 +01:00
Nevik Rehnel
744ceab97b Replace 'hash' with 'which' to check for command availability 2012-11-27 19:49:31 +01:00
Matthew McGowan
c5f06ad358 Added a check for git and inotifywait 2012-11-27 04:04:20 -05:00
Nevik Rehnel
74f94fef08 Add script name to commit msg and comments.
Added "gitwatch.sh" to commit message (as per suggestion from Karl Voit).
Made commit message a bit more modular, and set its parts in vars at the top of
the script.
Added comments explaining some lines of the script.
2012-11-19 21:51:01 +01:00
Nevik Rehnel
628f1fb5bb Remove commented-out debug code 2012-11-19 21:32:03 +01:00
Nevik Rehnel
e15fa371c1 Add current version of script to repo.
Added the current version of the shell script to the repository; file now
includes the GPL license text (the short version that is usually included
in source files.
2012-10-20 13:49:53 +02:00