Commit graph

1065 commits

Author SHA1 Message Date
Matthias Dittrich
cb6b2cd980 Now filesnames with special chars will be written properly in the comments 2012-07-03 09:59:18 +02:00
Matthias Dittrich
4c5aeffec5 Tried to set stylecop to match the project code style 2012-07-03 09:59:18 +02:00
Hylke Bons
4c6b1c44b0 lib git: Run commit with --all and deduplicate code somewhat 2012-07-03 09:59:18 +02:00
Hylke Bons
ed54f23fd7 repo git: Fix coding style for #823 2012-07-03 09:59:17 +02:00
Matthias Dittrich
118aa95abe Found another place where the Utf8-fix is required 2012-07-03 09:59:17 +02:00
Matthias Dittrich
b86481f52c Sparkle can now handle files with special characters 2012-07-03 09:59:17 +02:00
Hylke Bons
ba02cc5375 lib git: Clear git-bin cache after sync 2012-06-29 21:43:49 +01:00
Hylke Bons
307d83d38f lib git: only do remote_url check when needed 2012-06-29 17:08:12 +01:00
Hylke Bons
06561d1a65 lib git: Add detection of git-bin repos 2012-06-29 16:44:02 +01:00
Hylke Bons
8ac923060e fetcher git: Refactor 2012-06-29 14:00:25 +01:00
Hylke Bons
7423b39875 fetcher git: Simplify attributes file creation 2012-06-29 13:17:59 +01:00
Hylke Bons
bbb110f1be fetcher git: Simplify install of config after clone 2012-06-29 12:53:13 +01:00
Hylke Bons
473a0be7fd lib: Add separate SparkleGit and SparkleGitBin objects derived from SparkleProcess 2012-06-29 00:12:37 +01:00
Hylke Bons
9037659e9a repo: Fix some cases where the remote timer isn't resumed 2012-06-29 00:11:25 +01:00
Hylke Bons
4ded2351f5 repo git: hide .sparkleshare and .empty after a rebase. Fixes #814 2012-06-28 14:21:33 +01:00
Hylke Bons
7c1b2cf743 fetcher git: don't read output on checkout and add --quiet option 2012-06-28 12:18:00 +01:00
Hylke Bons
12338da577 fetcher: Always delete the tmp host key file after getting its fingerprint 2012-06-28 12:03:04 +01:00
Hylke Bons
b68b0dba2c fetcher: put quotes around host key file path. Fixes #815 2012-06-28 11:57:10 +01:00
Hylke Bons
fb9eb68a19 config: change debug log file name 2012-06-27 13:12:04 +01:00
Hylke Bons
71e5b81dcc repo git: don't resolve conflicts on the .sparkleshare file. See #807 2012-06-27 00:13:17 +01:00
Hylke Bons
01c4b99f16 windows: bump version number 2012-06-25 22:55:43 +01:00
Hylke Bons
ecd1491298 repo git: reuse git objects 2012-06-24 23:20:45 +01:00
Hylke Bons
23f9851808 git: return to setting author on local repository, specifying in the command causes issues. Fixes #678 2012-06-24 19:14:52 +01:00
Hylke Bons
3571650164 lib: add folder name to debug info for each git call. Closes #796 2012-06-21 17:58:07 +01:00
Hylke Bons
b323620060 linux: fix build 2012-06-19 15:59:54 +01:00
Hylke Bons
47b3e6bd75 lib git: treat merge commits like any other commit 2012-06-19 10:54:46 +01:00
Hylke Bons
d8d59bd29f Remove some unused code 2012-06-19 10:43:30 +01:00
Hylke Bons
6007f6d4d4 setup: show raw (git) error message on failed add 2012-06-17 22:57:15 +01:00
Hylke Bons
003cbb049a make 2012-06-17 21:56:27 +01:00
Hylke Bons
4666f260f0 mac eventlog: make window resizable 2012-06-17 00:24:30 +01:00
Hylke Bons
2f1136c97c Simplify command line argument parsing 2012-06-15 13:08:13 +01:00
Hylke Bons
e6179e50de Allow apostrophes and single quotes in folder names, but don't allow double quotes. Fixes #787 2012-06-14 13:54:59 +01:00
Hylke Bons
7a6c735e23 Refactor adding of (empty) repos. Fixes #773 2012-06-10 23:56:39 +01:00
Hylke Bons
e0281979fd repo: more cleanup 2012-06-10 11:57:31 +01:00
Hylke Bons
f266c46feb repo: Simplify watch toggling mechanism 2012-06-10 11:03:03 +01:00
Hylke Bons
65895eda85 repo: Simplify local change detection code using a single thread 2012-06-10 01:16:28 +01:00
Hylke Bons
187ab8079f Tweak some debug output 2012-06-09 16:27:34 +01:00
Carlos Martín Nieto
e29efd013d SparkleLib: Use rev-parse HEAD to determine latest commit
While `git log -1 --format=%H` does show the same data, it needs to
start up the revision walking machinery just to show the latest
commit's hash. `git rev-parse HEAD` tells us this commit's hash
without doing all the extra work.
2012-06-07 15:42:59 +02:00
Hylke Bons
bda6c885e9 listener: set port 80 as the default 2012-05-28 00:51:37 +01:00
Hylke Bons
31b60d1a88 Only fetch gravatars once, fix some UI blocking 2012-05-28 00:14:45 +01:00
Hylke Bons
278e873c21 repo git: only squash commits by the same person 2012-05-28 00:14:00 +01:00
Hylke Bons
e23dd35096 Remove unneeded reference 2012-05-27 19:25:14 +01:00
Hylke Bons
5f181018d6 eventlog: sort changes by timestamp, not type 2012-05-27 19:24:12 +01:00
Hylke Bons
485115d19d setup: Fix page logic 2012-05-20 17:16:14 +01:00
Hylke Bons
8d219bd66d listener tcp: Catch more exceptions and increase poll/ping interval. Fixes #734 2012-05-20 14:28:14 +01:00
Hylke Bons
96705a7be3 repo git: catch exceptions creating .empty files. Fixes #733 2012-05-20 12:51:09 +01:00
Hylke Bons
71859fc385 repo: fix whitespace 2012-05-19 16:17:09 +01:00
Hylke Bons
2c98f6de04 repo: Fix edge case where ID may be empty 2012-05-19 16:15:20 +01:00
Hylke Bons
3ef894b41a Fix crashes with unavailable notification service 2012-05-14 23:35:59 +01:00
Hylke Bons
019c45e425 fetcher base: be more specific about ignoring OS X's Icon files 2012-05-14 21:34:16 +01:00