Commit graph

144 commits

Author SHA1 Message Date
Hylke Bons 032f9dbc55 repo: replace multiple events by one SyncStatusChanged event + enum 2011-05-17 00:15:23 +01:00
Hylke Bons a858d8e537 repo: remove unused Added event 2011-05-16 23:41:35 +01:00
Hylke Bons 0951760f1d repo: remove unused Commited event handler 2011-05-16 23:30:45 +01:00
Hylke Bons 68fc6499c5 Split up the fetcher code into FetcherBase and FetcherGit 2011-05-16 21:19:58 +01:00
Hylke Bons 7235d9fa30 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 5f36f8a9e0 Replace abstract out Listener by ListenerBase + ListenerIrc 2011-05-14 18:10:24 +01:00
Hylke Bons 17b614121c repo: push changes after resolving a conflict 2011-05-14 03:18:38 +01:00
Hylke Bons a29f7b32bc Add new backend class and a default backend. Add backend member to repo. 2011-05-09 00:04:53 +01:00
Hylke Bons 3322e46fc9 repo: fix coding style for private members 2011-05-08 23:01:07 +01:00
Hylke Bons 2400fa6d6f repo: add debug info about conflict type when resolving 2011-05-07 13:08:56 +01:00
Hylke Bons daad99c38b update AUTHORS, and don't go on the slippery slope of using implicit typing 2011-05-05 00:07:02 +01:00
Gabriel Burt 2e638b9b02 repo: speed up by re-using Regex objects 2011-05-04 23:33:17 +01:00
Hylke Bons 5d5cf4fb0a repo: resolve any kind of rebase conflict 2011-04-30 02:43:42 +02:00
Hylke Bons b505cde0e8 use absolute paths to move our version of conflicting file 2011-04-30 02:43:41 +02:00
Hylke Bons f4862b32f3 save work on conflict resolution fix 2011-04-30 02:43:41 +02:00
Hylke Bons 8fc3ad11ca repo: controller: bring back support for renames in event logs 2011-04-28 13:46:22 +02:00
Hylke Bons 28aa6d2305 repo: don't fetch changes when we're busy adding files 2011-04-27 18:44:59 +02:00
Hylke Bons a8ab0a2db4 repo: add support for renames and names with spaces in FormatCommitMessage method 2011-04-27 12:04:51 +02:00
Hylke Bons 43621431d9 [repo] Add a simple notification queue when disconnected, and send them when reconnected. 2011-04-23 15:56:05 +02:00
Hylke Bons 6213b95ef1 [repo] add back empty repo check without Git# 2011-04-21 23:14:44 +02:00
Hylke Bons ff779d6932 Use unicode for standardoutput. Fixes weird characters in logs but needs the latest mono 2011-04-21 19:45:11 +02:00
Hylke Bons 31289e984e Uncomment out conflict event. Fixes build errors 2011-04-21 16:49:26 +02:00
Hylke Bons 780ed8e751 Remote last bits of Git# code and comment out broken conflict resolution code 2011-04-21 15:46:46 +02:00
Hylke Bons 739f06b37b Don't rely on Git# for FormatCommitMessage () 2011-04-21 14:25:28 +02:00
Hylke Bons f3a3218848 remove unneeded gitsharp.* libs 2011-04-20 16:43:10 +02:00
Hylke Bons 22bf0a821a [repo] add todo 2011-04-20 16:40:17 +02:00
Hylke Bons 8ac8fee912 [repo] don't rely on Git# for username, email and remote url 2011-04-20 16:32:34 +02:00
Hylke Bons 1d3d5fe82a [repo] don't rely on Git# Directory property 2011-04-20 16:23:02 +02:00
Hylke Bons f5f80e9a8d [repo] Fix whitespace 2011-04-20 15:02:20 +01:00
Hylke Bons 9f0b0571a9 tmp 2011-04-17 12:22:20 +01:00
Hylke Bons 4eaa233bb6 Use git command for committing instead of GitSharp 2011-04-17 00:30:57 +01:00
Hylke Bons 062d705920 Use git command for getting the current hash instead of GitSharp 2011-04-17 00:19:42 +01:00
Hylke Bons 462fd68708 [repo] pull before pushing in every situation 2011-04-15 01:28:42 +01:00
Hylke Bons 695dbaddbe [repo] get remote changes beffore pushing changes that weren't pushed due to a disconnect 2011-04-15 00:56:02 +01:00
Hylke Bons e4720628cc Fix quit method 2011-03-27 13:56:36 +01:00
Hylke Bons 0080bdcf03 [repo] Fix the GetCommits regex to also parse GMT-n timezones 2011-03-24 00:50:08 +00:00
Hylke Bons 520d6b8f3f [lib] Allow disabling of central notification server and fallback to own 2011-03-22 13:44:52 +00:00
Hylke Bons f60b64dce2 [commit] remove unneeded member 2011-03-20 16:26:56 +00:00
Hylke Bons e2e51624c9 [log] remove 'IsFileDump' workaround and move message code to controller 2011-03-20 14:59:35 +00:00
Hylke Bons 52a7d746fd [watcher] ignore files in .git/ 2011-03-13 22:26:01 +00:00
Hylke Bons b947908a46 Fix notifications 2011-03-13 02:07:47 +00:00
Hylke Bons 393e0e6b06 [repo] add todo 2011-03-12 18:58:04 +00:00
Hylke Bons 05fe993b89 Use SparkleLib.IsRepo for folder checking 2011-03-12 18:36:03 +00:00
Hylke Bons 1f6304d205 [repo] quick fix to re-push changes after encountering a non fast-forward to origin master 2011-03-09 06:23:24 -08:00
Hylke Bons 5d8717d354 Add SparkleAbout to .csproj 2011-03-08 23:55:21 +00:00
Hylke Bons fd90f69da2 [repo] align regexes 2011-03-06 15:29:36 +00:00
Hylke Bons 203334a6a2 Add some TODO's 2011-03-04 17:03:29 +00:00
Hylke Bons d523f13eac [repo] Not everything is file dumping 2011-03-04 16:50:41 +00:00
Hylke Bons 6153d40f89 Fix hang on commit logs > 4096 bytes 2011-03-04 15:57:22 +00:00
Hylke Bons 0005a76388 [repo] Replace gitsharp's AnyDifferences by own implementation 2011-03-04 14:01:29 +00:00