Commit graph

1065 commits

Author SHA1 Message Date
Hylke Bons
a0109b0172 repo: remove CommitEndedUpEmpty event 2011-05-17 01:17:40 +01:00
Hylke Bons
082c049089 changeset: rename DateTime to Timestamp 2011-05-17 00:59:08 +01:00
Hylke Bons
f71c62c60b build: remove obsolete SparkleEvents class 2011-05-17 00:51:43 +01:00
Hylke Bons
59edda94a6 repo: controller: use more git agnostic naming 2011-05-17 00:49:01 +01:00
Hylke Bons
355c108554 repo: replace multiple events by one SyncStatusChanged event + enum 2011-05-17 00:15:23 +01:00
Hylke Bons
30d736c43e repo: remove unused Added event 2011-05-16 23:41:35 +01:00
Hylke Bons
0dfbe04f92 repo: remove unused Commited event handler 2011-05-16 23:30:45 +01:00
Hylke Bons
1bb8767254 fetcher: remove unused arguments for the events 2011-05-16 23:16:56 +01:00
Hylke Bons
f006c5ce37 fetchergit: remove TODO 2011-05-16 21:24:51 +01:00
Hylke Bons
5d342c34f0 Split up the fetcher code into FetcherBase and FetcherGit 2011-05-16 21:19:58 +01:00
Hylke Bons
0ede25ef25 listener: use protected members instead of public and use base.x to access them 2011-05-16 21:19:19 +01:00
Hylke Bons
6fd6a1e8d9 repo: use the first commit hash as an id for the repo and use that as the channel name' did not match any files 2011-05-14 18:11:31 +01:00
Hylke Bons
2e41ff0b7b Replace abstract out Listener by ListenerBase + ListenerIrc 2011-05-14 18:10:24 +01:00
Hylke Bons
b849fdb173 repo: push changes after resolving a conflict 2011-05-14 03:18:38 +01:00
Hylke Bons
f3c1eccf60 helpers: fix whitespace and coding style 2011-05-11 20:29:43 +01:00
Hylke Bons
f76dd18375 controller: fetcher: Use and xml based config file and add temporary migration method 2011-05-10 00:30:33 +01:00
Hylke Bons
774fa72004 backend: Add IsUsablePath method and adjust related TODOs 2011-05-09 00:44:40 +01:00
Hylke Bons
658629ed3a Add new backend class and a default backend. Add backend member to repo. 2011-05-09 00:04:53 +01:00
Hylke Bons
d49419a438 repo: fix coding style for private members 2011-05-08 23:01:07 +01:00
Hylke Bons
b0accb0fd4 events: fix more whitespace 2011-05-08 20:43:12 +01:00
Hylke Bons
e9fd2c039d events: fix whitespace 2011-05-08 20:40:08 +01:00
Hylke Bons
e1d04b4e28 events: listener: code cleanup 2011-05-08 20:35:43 +01:00
Hylke Bons
71ee0d772f controller: dispose the fetcher when we're done so it can be garbage collected 2011-05-08 20:35:26 +01:00
Hylke Bons
8dabb618d0 fetcher: prepare for multibackend 2011-05-08 18:25:55 +01:00
Hylke Bons
315cbf4130 repo: add debug info about conflict type when resolving 2011-05-07 13:08:56 +01:00
Hylke Bons
b879d8d9bc update AUTHORS, and don't go on the slippery slope of using implicit typing 2011-05-05 00:07:02 +01:00
Gabriel Burt
e19506646a repo: speed up by re-using Regex objects 2011-05-04 23:33:17 +01:00
Hylke Bons
9ee9cf8e3f fetcher: remove the Cloning prefix from the events to make more sense grammatically 2011-05-03 18:30:51 +01:00
Hylke Bons
215a48f43a fetcher: ignore file permission changes in new checkouts 2011-05-01 17:25:42 +02:00
Hylke Bons
3cbad4b269 Fix coding style and whitespace of all of SparkleLib 2011-05-01 15:40:46 +02:00
Hylke Bons
faa14e08c3 repo: resolve any kind of rebase conflict 2011-04-30 02:42:48 +02:00
Hylke Bons
b94c8a778e use absolute paths to move our version of conflicting file 2011-04-29 00:32:16 +02:00
Hylke Bons
16a6a43e3d save work on conflict resolution fix 2011-04-28 13:49:14 +02:00
Hylke Bons
d9f9d33874 repo: don't fetch changes when we're busy adding files 2011-04-27 18:44:59 +02:00
Hylke Bons
82355a0c44 repo: add support for renames and names with spaces in FormatCommitMessage method 2011-04-27 12:04:51 +02:00
Hylke Bons
4a2b409b0a [repo] Add a simple notification queue when disconnected, and send them when reconnected. 2011-04-23 15:56:05 +02:00
Hylke Bons
87bbbca5d0 [repo] add back empty repo check without Git# 2011-04-21 23:14:44 +02:00
Hylke Bons
54aebf1eb7 Use unicode for standardoutput. Fixes weird characters in logs but needs the latest mono 2011-04-21 19:45:11 +02:00
Bertrand Lorentz
e400b8bc6f Remove GitSharp from the build and delete submodule 2011-04-21 17:15:32 +02:00
Hylke Bons
815c542bd3 Uncomment out conflict event. Fixes build errors 2011-04-21 16:49:26 +02:00
Hylke Bons
d2508837d9 Remote last bits of Git# code and comment out broken conflict resolution code 2011-04-21 15:46:46 +02:00
Hylke Bons
5783033bf8 Don't rely on Git# for FormatCommitMessage () 2011-04-21 14:25:28 +02:00
Hylke Bons
6f4c76cf16 remove unneeded gitsharp.* libs 2011-04-20 16:43:10 +02:00
Hylke Bons
a1066e2cec [repo] add todo 2011-04-20 16:40:17 +02:00
Hylke Bons
6af5ad6954 [repo] don't rely on Git# for username, email and remote url 2011-04-20 16:32:34 +02:00
Hylke Bons
b2392719ec [repo] don't rely on Git# Directory property 2011-04-20 16:23:02 +02:00
Hylke Bons
ecf4927dcb [repo] Fix whitespace 2011-04-20 15:02:20 +01:00
Hylke Bons
862db060ce tmp 2011-04-17 12:22:20 +01:00
Hylke Bons
36b9195cee Use git command for committing instead of GitSharp 2011-04-17 00:30:57 +01:00
Hylke Bons
085e808fdc Use git command for getting the current hash instead of GitSharp 2011-04-17 00:19:42 +01:00