Commit graph

23 commits

Author SHA1 Message Date
684010b71f Add other complementary files 2013-04-10 01:51:30 +02:00
3b04c88eb6 Use defcustom for gac-automatically-push-p 2013-04-09 02:29:00 +02:00
82e65c6d50 Add NEWS 2013-04-09 02:16:38 +02:00
060aba187d Add README 2013-04-09 01:59:51 +02:00
8eb92a7870 Update copyright years 2013-04-09 01:29:53 +02:00
7f999c824c Bump version to .1 2012-06-23 19:34:16 +02:00
45983d24aa Fix URL value 2012-06-23 19:29:36 +02:00
2721bcb968 Fix documentation about gac-automatically-push 2012-06-23 11:45:24 +02:00
440a19d806 Rename gac-automatically-push
It is normal for boolean values, or predicates, to end with `-p' in
emacs-lisp, so `gac-automatically-push' should really be named
`gac-automatically-push-p'.
2012-06-23 11:41:27 +02:00
360d129a0c Always make gac-automatically-push buffer local. 2012-06-23 11:38:11 +02:00
791c8e0b7e Add autoload cookie for packaging 2012-05-27 11:51:11 +02:00
fed8e9fea7 Forgot to rename variable git-auto-push
The `gac-auto-push' variable has changed to `gac-automatically-push',
`gac-after-save-func' was not informed.
2012-05-20 23:02:35 +02:00
02ba70f3e3 Show status at the end of the push 2012-05-20 15:17:21 +02:00
629d48d6fb Automatic push functionality
Add the ability to automatically push changes after commits. This just
calls `git push', so upstream and such should already have been set
up.

Setting `git-automatically-push' to `t' enables this functionality.
2012-05-20 15:01:34 +02:00
84b6267ce0 Use gac as prefix for symbol names
I refused to do this before because it reminds me too much of .Net's
Global Assembly Cache. Now I feel I need it, though, since
`git-auto-commit' is too long.
2012-05-20 14:18:03 +02:00
18f9fb41e4 Fix docs
Fix tiny typo and filling in docs.
2012-05-20 14:15:46 +02:00
6b7f2adfa4 Prepare for packaging
Add Author, Keywords and URL to header, add explanation to header and
add a ChangeLog heading.

Add '... ends here' line.
2012-05-20 14:14:59 +02:00
71a6ef8cd1 Added COPYING file 2012-01-10 21:48:17 +01:00
04180df89a Add some license info and so on 2012-01-10 21:44:05 +01:00
d3ddb34bdc Use relative path for commit message 2012-01-10 21:32:50 +01:00
563c1daaf4 Add space to lighter 2012-01-10 00:08:10 +01:00
bfa5e0a4f4 Add .gitignore 2012-01-09 23:59:56 +01:00
59c97f2ada Initial commit 2012-01-09 23:58:28 +01:00