vcswatch reports that
this package seems to have a new changelog entry (version
1.20180727, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit d58c5d0d9eca792394a62304266d598a00079a5b
Author: Joey Hess <joeyh@joeyh.name>
Date: Thu Dec 31 13:24:27 2020 -0400
comment
commit 17f69336b57ed3d0f454b0f9d790353633e1150d
Author: PaulWise <PaulWise@web>
Date: Mon Dec 21 23:34:00 2020 +0000
Added a comment: git-mergify-rebase
commit fb529ba93f414a21cbe0b8a73fad146a3a104bed
Author: PaulWise <PaulWise@web>
Date: Mon Dec 21 11:49:47 2020 +0000
Added a comment: git knows the upstream branch
commit c5abc2ca1f28ccd9f78535c779de0473563d837e
Author: vrubiolo <vrubiolo@web>
Date: Mon Dec 21 09:19:55 2020 +0000
Added a comment
commit c689180409ed4fc380615362b959523c78850963
Author: PaulWise <PaulWise@web>
Date: Sat Dec 19 00:17:40 2020 +0000
Added a comment: ~/.mrcache
commit 495281fa279dce44150c3e50c35e3c3363216cf2
Author: PaulWise <PaulWise@web>
Date: Sat Dec 19 00:14:22 2020 +0000
Added a comment: available workarounds
commit 79279924a65dd5e4460e7df3b347e207d4bbc6a9
Author: vrubiolo <vrubiolo@web>
Date: Fri Dec 18 09:32:51 2020 +0000
commit 397599ed67c3c678f748ff0a8676eae8c2b60bf4
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Wed Sep 30 09:59:13 2020 +0800
Add multi-git-status to the list of related software
commit 67551c553fd16070f97a9dae9e63ca2b2bf48c59
Author: PaulWise <PaulWise@web>
Date: Sun Aug 23 01:07:03 2020 +0000
Added a comment: I would use restic/borg instead
commit a80d1547c48be4f3c3184920c4d27dc11e5b89e1
Author: benedikt.ahrens@cf5973f8fa2626d8a2f6d50bfaebd3f3cc6301d3 <benediktahrens@web>
Date: Sat Aug 22 19:34:58 2020 +0000
Added a comment: Possible solution
commit 37c05f5d588d880384e59318abcc044b41d4ced0
Author: benedikt.ahrens@cf5973f8fa2626d8a2f6d50bfaebd3f3cc6301d3 <benediktahrens@web>
Date: Sat Aug 22 18:13:09 2020 +0000
commit 50b1f4ca06819072294ffce55293b4eb13a996c3
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Fri Aug 21 10:30:33 2020 +0800
bzr status: do not fail when there are local changes
commit 4757c86a8951bbb1ffa19021a1ce0187a03a0af7
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Thu May 21 13:28:27 2020 +0800
Add git-repo-updater gitup to the list of related software
commit 03f8d49334c1e0ea8a0478bfe37531ec8e2cee94
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Sat May 2 18:45:12 2020 +0800
Add ShellCheck disable directive for command printed by url_error
Expression expansion is intentionally disabled since the expansion
needs to happen when the user runs the command rather than when
mr prints the command to be run.
Documentation: https://www.shellcheck.net/wiki/SC2016
commit e87fc39c954bd20ecfa83db8f65a647d231dad38
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Sat May 2 18:35:51 2020 +0800
Quote usage of the $@ array variable
Avoids globbing and word splitting of individual elements.
Suggested-by: ShellCheck
Documentation: https://www.shellcheck.net/wiki/SC2068
commit fddb6be2b40f5e796c66dce38354d04dc97a4ec8
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Sat May 2 18:27:55 2020 +0800
Use grep -E instead of egrep
egrep is non-standard while grep -E is standard.
Suggested-by: ShellCheck
Documentation: https://www.shellcheck.net/wiki/SC2196
commit 7bb4fe6b00aa0c9a2afe171e464a5126cbccece5
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Sat May 2 18:24:33 2020 +0800
Use $() for command substitution instead of `` backticks
`` has undefined quoting behaviors and is hard to nest.
Suggested-by: ShellCheck
Documentation: https://www.shellcheck.net/wiki/SC2006
commit 9753c823eb3429d29a4d9b5e746a99f7e5eec86c
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Sat May 2 17:50:37 2020 +0800
Use $* instead of $@ when combining arguments into one string
$@ has surprising properties within a string.
Suggested-by: ShellCheck
Documentation: https://www.shellcheck.net/wiki/SC2145
commit 271b9edadd4b3892c5ae8fb6ac6db5fed3cec734
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Sat May 2 15:25:39 2020 +0800
Remove test of the forum
commit d12b80580553c131dd873172c77fdf30624b9337
Author: PaulWise <PaulWise@web>
Date: Thu Apr 30 11:42:15 2020 +0000
Added a comment: no easy way to do this yet
commit 3891c8100dd720070872179c8c40c34ff3bdac43
Author: peter.baumann@fcc8e3bfc12d7743f09a92de1c60efdb360e3af9 <peterbaumann@web>
Date: Mon Apr 27 11:33:58 2020 +0000
commit 6e0c012dcc9eace2ded4acafcf1744f0f55a426b
Author: pabs3@49c776417680694a0f3295ee80df4edfca300096 <pabs3@web>
Date: Thu Apr 23 23:04:20 2020 +0000
Added a comment: forum fixed
commit 35392916db3edd1df9c23ebb0caa7ad23ca18896
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Fri Apr 24 07:02:18 2020 +0800
Add a news item about the forum being fixed
commit a10f2a1b45eec5b0027df5b3b282aadf744e8f85
Author: pabs3@49c776417680694a0f3295ee80df4edfca300096 <pabs3@web>
Date: Thu Apr 23 22:59:53 2020 +0000
Added a comment: a test
commit 60bfd45560735fa215ae025214328c21e5052fcb
Author: pabs3@49c776417680694a0f3295ee80df4edfca300096 <pabs3@web>
Date: Thu Apr 23 22:55:23 2020 +0000
commit b8ef8194d2e735b636544dd8d8f33b2acaf77781
Author: pabs3@49c776417680694a0f3295ee80df4edfca300096 <pabs3@web>
Date: Thu Apr 23 22:50:06 2020 +0000
test
commit ae7a8d746637c980ef51db152a1d4c0c16e30bca
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Fri Apr 24 06:44:13 2020 +0800
Fix my comment up a bit
commit b92d2eddc8ddd9131e4c0d9a0e4a240e1286ac5f
Author: PaulWise <PaulWise@web>
Date: Thu Apr 23 22:40:59 2020 +0000
Added a comment: try setting the commit/record commands for those directories
commit ebc9081c488258127c79934c594d4c7599a9471e
Author: matyas@650b2908e481ef5d476052aac7d7111d9a4b1d4a <matyas@web>
Date: Thu Apr 23 16:46:32 2020 +0000
commit 3edceece4a456859a9518c57f0c48bcb13fdd1cb
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Tue Apr 21 22:31:09 2020 +0800
Print manual registration command when the repository URL is undetermined
Some folks want to be able to use mr with local-only repositories but
don't necessarily know how to register those repositories, so this will
help inform them without performing a potentially incorrect action.
Factor out the full error message into a function
to reduce repetition within the mr register actions.
Fixes: https://bugs.debian.org/645965
commit 3160310dd027f5f8972267819f01a8e18703fdfb
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Tue Apr 21 22:29:20 2020 +0800
Add error messages when hg and darcs URLs cannot be determined
The `set -e` combined with the command failures was already
preventing the registration from being completed.
This should make it more obvious when folks attempt to
register local-only hg/darcs repositories.
commit 1764e3bfafaa6d737f102d38b77a25c18af76319
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Mon Nov 11 09:28:39 2019 +0800
Fix indentation in cvs register action
commit eccd01dca2130b18749de3547c8a460cb2fd0443
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Tue Apr 21 20:25:51 2020 +0800
Use git symbolic-ref instead of git rev-parse to get the current branch
The command is shorter as it doesn't require redirection or grep -v.
commit 622c7980a2c26d46d158cc4d0b9c8648cad899c0
Author: Joey Hess <joeyh@joeyh.name>
Date: Thu Apr 2 01:18:32 2020 -0400
bug report
commit a16ef129b67bc8a82d19b35f2dc5e8e091306cf3
Author: Sean Whitton <spwhitton@spwhitton.name>
Date: Mon Mar 23 16:13:58 2020 -0700
dgit plugin: pass -p to 'dgit fetch'
commit d96f3b2844f8d35801f06a9b7be7c5389595d111
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Mon Mar 16 08:21:39 2020 +0800
Move upstream name/contact fields to debian/copyright
Changes-by: lintian-brush 0.59
commit 465479bffda390614c32994393aabea15f9f547e
Author: Joey Hess <joeyh@joeyh.name>
Date: Tue Jan 21 15:13:15 2020 -0400
clarify documentation about multi-line shell commands in mrconfig file
Closes: #685002
commit 44821f8e867b4d0d8471398e97a4ef42f3cd0ec2
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Sat Jan 18 11:56:21 2020 +0800
Add github2mr to the list of myrepos extensions
See-also: https://blog.steve.fi/exporting_github_repositories_to_myrepos.html
See-also: https://blog.steve.fi/announce__github2mr.html
commit 6a1df1a7c54458eb14480e1cc4f83c704ef9fb8d
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Mon Dec 2 11:09:58 2019 +0800
Only set the jobs var from config when it hasn't been set on the cmdline
Fixes: https://bugs.debian.org/807245
Fixes: https://bugs.debian.org/875883
commit 38398ea4b00d62e10b0333b65715d0753dc1cbe4
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Sun Dec 1 16:39:01 2019 +0800
Add a recursive mode for the config command
This will be useful for setting config options in some circumstances.
Suggested-in: https://bugs.debian.org/835566
commit 6309d8dfd172a78e875a8d30c7fa5f2d988931e2
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Sun Dec 1 16:35:50 2019 +0800
Add an option to turn on directory recursion when it is normally off
This will be needed for recursive variants of config and register commands.
commit 41d35c72a96a89b2e7d8351caa7325d8f9961b16
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Fri Feb 9 15:23:02 2018 +0800
Refactor action message computation into a function
This will be needed for recursive variants of config and register commands.
commit 5f101a303f01ffcd781764419901204dac92a1f1
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Fri Nov 15 11:40:28 2019 +0800
config: default section to the current repo if there is only one setting
This makes it easier to interact with the configuration for the current
repo without needing to pass the path to `mr config`.
commit 1ea7a577a95ec8be9675695fb83f669e29e39af4
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Fri Nov 15 10:48:32 2019 +0800
Refactor finding the repo for a directory into a new function
This is needed to allow the config command to use the current repo.
commit 975d8dd64d88656b9dc5f56691b6de7141cc8800
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Fri Nov 15 08:47:40 2019 +0800
Document options for making the run command more flexible
Mention that commands are run without shell interpretation by default,
how to define commands that enable shell interpretation and
better options for running other mr commands for each repo.
Fixes: https://bugs.debian.org/835566
commit ca89d63d275aa4598f53f55f224848d598b741c0
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Fri Nov 15 11:49:36 2019 +0800
Use printf instead of echo for printing environment variables
echo takes options and interprets escape sequences,
both could munge the value of the environment variables
`printf %s ...` is the only way in shell
to emit a string without altering it.
Keep the following chomp for compatibility.
commit 8ba347f5536e1d920d32606042a23a4c3424b93d
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Tue Nov 12 14:32:51 2019 +0800
Move git from Debian Suggests to Recommends
git is currently the most popular VCS and
myrepos should get a VCS installed by default.
Also drop git-core and the version since
the git-core transition was long ago.
Fixes: https://bugs.debian.org/822768
commit 98610f1dfbeec07d883dcf195e2b19ca75571209
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Sun Nov 10 20:27:21 2019 +0800
Switch URLs from http to https where possible
https URLs are more secure.
Suggested-by: check-all-the-things
commit 80d1b852955404b6b31d0b72cbe1c0974c29dd30
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Sun Nov 10 20:13:44 2019 +0800
Remove duplicate license stanza in Debian copyright information
Fixes: commit 372b0bf0a6f71d8877cf203c53ca45bf7169e095
commit 372b0bf0a6f71d8877cf203c53ca45bf7169e095
Author: Sean Whitton <spwhitton@spwhitton.name>
Date: Sat Nov 9 07:25:35 2019 -0700
lib/dgit license
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
commit 2503fe6651a12f8de0591a22090b257ef21aad04
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Sat Nov 9 20:50:03 2019 +0800
Handle empty config item values by using the empty string.
split() on an empty string produces an empty array and
shift() on an empty array produces an undefined value,
which causes Perl to warn when the undefined value is
concatenated with the field name and the end of line.
$ mr config foo bar=abs
Use of uninitialized value in concatenation (.) or string at mr line 1839.
Fixes: commit c934687bf61031c926d525f0149d4d4fe324269d
commit 26f2f2e0487e101fae8891c096a10e392309237f
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Sat Nov 9 20:40:52 2019 +0800
Implement removing config items by passing an empty value
This was documented to work from the beginning but
has never worked since the config command was created.
Fixes: commit cab31c75dc608d3567c07c616c2cd84f7be2ce3e
commit 659aadf2466637b8f22d72dbe2447cae011ec494
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Sat Nov 9 15:52:42 2019 +0800
Bump Debian Standards-Version, no changes needed
Suggested-by: https://tracker.debian.org/pkg/myrepos
Standards version of the package is outdated.
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.4.1 instead of 4.1.5).
commit a6843c80ef665cb3ef18a71315a624c94778eb14
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Sat Nov 9 15:45:25 2019 +0800
Add missing copyright for lib.sh/cache-mr-status.sh file
Fixes: commit c9542edd81101ab8bdeee52141b17c424a78f1ce
commit 607f590910e65fa4f00fa666dc136045f16e4b12
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Sat Nov 9 15:20:01 2019 +0800
Switch to specifying the debhelper compat level via the debhelper-compat build-dep
Suggested-by: lintian
P: myrepos source: uses-debhelper-compat-file
commit 073c6863656cf2a825d82a69cfac1cfc1fc58887
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Sat Nov 9 15:19:02 2019 +0800
Switch from debhelper compat 10 to 12 for the Debian packaging
Suggested-by: lintian
P: myrepos source: package-uses-old-debhelper-compat-version 10
commit fd8d16d019a2682d97b2dd2c4dbf5719e2411595
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Sat Nov 9 15:05:15 2019 +0800
Fix indentation in the Debian binary package description
Suggested-by: lintian
E: myrepos: description-contains-invalid-control-statement
commit 06287c398cc3f06d8dbb72bbe8605abfe8d44afe
Author: PaulWise <PaulWise@web>
Date: Sun Oct 27 02:15:26 2019 +0000
Added a comment
commit e83ee807a5ae1b92859b4f152bb55159fd96fd37
Author: anarcat <anarcat@web>
Date: Fri Oct 25 15:25:28 2019 +0000
Added a comment: thanks!
commit 1d23353a317e000a8b880a7c75aea56990f68c50
Author: Joey Hess <joeyh@joeyh.name>
Date: Sun Oct 20 14:08:53 2019 -0400
comment
commit 7e9304cdef49ba7aa5c4fadeae5076e3fca1d0ca
Author: PaulWise <PaulWise@web>
Date: Fri Oct 18 15:10:37 2019 +0000
Added a comment
commit 141a8f08ba9ff2d217a915824b1fa086299a5e72
Author: anarcat <anarcat@web>
Date: Fri Oct 18 14:50:55 2019 +0000
Added a comment
commit 69bc2e84a288c6898d5ccee2a7337b6e0a21aa59
Author: PaulWise <PaulWise@web>
Date: Fri Oct 18 04:38:44 2019 +0000
Added a comment: dispatch stuff much better...
commit a4e19de4f100a224c1d7a4d85fd267c33aa22b89
Author: PaulWise <PaulWise@web>
Date: Fri Oct 18 04:29:25 2019 +0000
Added a comment
commit f5ea61b6185d761c783745744cd25a341a6c7081
Author: PaulWise <PaulWise@web>
Date: Fri Oct 18 04:27:20 2019 +0000
Added a comment: my approach
commit 4442d79ab3f1165f6675312f56c0dceedb663af2
Author: anarcat <anarcat@web>
Date: Fri Oct 18 00:18:16 2019 +0000
could multiplexing help with mr's performance?
commit 0d8dc60c227cf5868e568c7fa30ebec1f770d521
Author: Niko Tyni <ntyni@debian.org>
Date: Mon Oct 14 15:44:43 2019 +0300
Fix signal handling in terminal_friendly_spawn()
When reading in blocking mode, we need to differentiate between EOF and
interruptions due to signals so we don't close the pty prematurely in
the latter case.
Fixes: commit 15e7a50ac16554a8eafe659cc28621fcbb388e5a
Fixes: https://bugs.debian.org/927154
Fixes: https://bugs.launchpad.net/1799444
commit d17ca7375cc4fe782e09e6ce2e2e45a721843966
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Sun Oct 13 14:00:30 2019 +0800
Fix some whitespace issues
In some instances spaces were used for indentation as well as tabs.
commit 5572ae8a4b0e099cb1f3f1fc16b0e096baa1fa37
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Fri Aug 30 14:15:21 2019 +0800
Add gitbatch to the list of related software
commit 6c31247d5f0f532c6d2a5737192dd135ffeaf488
Author: Sean Whitton <spwhitton@spwhitton.name>
Date: Tue Aug 27 07:07:56 2019 -0700
stow lib: add missing set_stow_common_opts
mr_restow_if_already_stowed would never restow.
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
commit 6cf80035ce7560fa83d1b9b4a5f771518c6fd99f
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Thu Apr 11 14:17:30 2019 +0800
Add silver-platter to the list of related software
commit 18ec221dacd9654ef1a7720202712f19405723f0
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Fri Mar 29 14:09:17 2019 +0800
Fix markdown formatting typo: ] -> )
commit 3512b73782cc1e980997d77f9979df933042242a
Author: terrynbrown@5ea87878c9b9b78c5042c1c99c2bd387a2703633 <terrynbrown@web>
Date: Tue Feb 12 19:07:48 2019 +0000
Added a comment: re: Allow symlinked directories
commit afc9e3bb95f5fc1183aa45092f72837b34a14fd5
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Tue Feb 12 09:01:43 2019 +0800
Add ghq to related software
This was discovered by anarcat.
commit 5325edcb88530cd6b12174b562403521a0c95c08
Author: mforbes <mforbes@web>
Date: Fri Feb 8 19:22:35 2019 +0000
Added a comment: Symlinked Repos
commit cd33ee5d2d548310ac05ad56ee047063902b3ebe
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Tue Feb 5 10:37:34 2019 +0800
Add git-plus multi, mu-repo, uncommitted, wstool to related software
These were all discovered in the discussion about gita.
Discussion: https://news.ycombinator.com/item?id=19074170
commit 7d593d71092fb617df8854a9aefe528668b2733b
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Mon Feb 4 15:37:10 2019 +0800
Add link to gita for managing multiple git repositories
Discussion: https://news.ycombinator.com/item?id=19074170
commit da4f337c5910f7fe203731fe435d83a1b60b8a0a
Author: https://ao2.it/ <ao2@web>
Date: Thu Jan 24 22:06:37 2019 +0000
Added a comment: process a repository before anything else
commit 4a8872ad1230924f284942436bf2a2eef2132171
Author: Paul Wise <pabs3@bonedaddy.net>
Date: Fri Dec 7 20:13:44 2018 +0800
Mention Myon's v script
commit e8af5bbb1dc6ed23e2ed330ff8eb1a87e7926abd
Author: PaulWise <PaulWise@web>
Date: Mon Nov 12 01:42:23 2018 +0000
fix formatting
commit d2b85cc2e08d3987fa0c0182add107111aac80d2
Author: PaulWise <PaulWise@web>
Date: Mon Nov 12 01:37:47 2018 +0000
Added a comment: not possible yet
commit 24d84ed0beadb4a5656af522ead82c0124b6bd7d
Author: PaulWise <PaulWise@web>
Date: Mon Nov 12 00:38:15 2018 +0000
close due to user error
commit fd4c29d5f655107175efe0d748968d073377bd36
Author: Tom <Tom@web>
Date: Sun Nov 11 23:38:04 2018 +0000
Added a comment: cd / && mr up
commit 507fd400097493718ba0a6acca4acead23c592e9
Author: PaulWise <PaulWise@web>
Date: Sun Nov 11 07:51:39 2018 +0000
Added a comment: works for me
commit 0ed4e7beb4c71651b3e4575bc587af2752d9f478
Author: spwhitton <spwhitton@web>
Date: Thu Nov 8 20:55:36 2018 +0000
Added a comment
commit c6fa65252c9aff0fd632985a7bb847b2fdd06e8d
Author: Tom <Tom@web>
Date: Thu Nov 8 17:58:03 2018 +0000
commit a358ff05ff8fde1c9f828fc1e6a528669144dfcf
Author: josesa <josesa@web>
Date: Tue Oct 9 17:39:39 2018 +0000
paths stored are relative to HOME but printed as absolute
commit cdd079a273017df7bda13eddfbb77e93970d09d6
Author: josesa <josesa@web>
Date: Tue Oct 9 17:01:26 2018 +0000
paths stored are relative to HOME but printed as absolute
commit 61aa228af7590c0d4114b958a5f963e9fd7b068c
Author: hello@ba09c8bb59ae91163b65dfbd0b66e3f1cc450ffe <hello@web>
Date: Mon Oct 1 23:51:43 2018 +0000
Added a comment: Alternative Sorting Method with GAWK
commit 7da7424e5660f3c1869bd4cada63654373448894
Author: stealz <stealz@web>
Date: Tue Sep 25 17:45:50 2018 +0000
commit 3ab835b18c1d594cd442de20a4104f8195e2a2cd
Author: stealz <stealz@web>
Date: Tue Sep 25 17:45:19 2018 +0000
commit f624855984318d9b2633fa9c2baf7ee24e280492
Author: tobias.brandt@7743a4214ef91db7c3e3a7e80d8553e8725dc92c <tobiasbrandt@web>
Date: Sun Aug 19 16:25:34 2018 +0000
Added a comment: Encountering the same error on WSL
commit 965fc37578a74a1f21a2986c1bcf2a4f2abb7d81
Author: tobias.brandt@7743a4214ef91db7c3e3a7e80d8553e8725dc92c <tobiasbrandt@web>
Date: Sun Aug 19 16:24:56 2018 +0000
removed
commit a13e63cd8fdc7a4989edaa4b760cead67fe90826
Author: tobias.brandt@7743a4214ef91db7c3e3a7e80d8553e8725dc92c <tobiasbrandt@web>
Date: Sun Aug 19 16:23:51 2018 +0000
Added a comment: Encountering the same error
commit d832548a5c1f94f104c1fa3fda054ec409dc30df
Author: tobias.brandt@7743a4214ef91db7c3e3a7e80d8553e8725dc92c <tobiasbrandt@web>
Date: Sun Aug 19 16:23:05 2018 +0000
Removed quotes
commit 69b9b92a89914178313dcacaf4900273b6f29a9c
Author: tobias.brandt@7743a4214ef91db7c3e3a7e80d8553e8725dc92c <tobiasbrandt@web>
Date: Sun Aug 19 16:22:34 2018 +0000
Removed my comment which I had put in the wrong place.
commit 6a62757c137574085b6daa02b502e258c305f96c
Author: tobias.brandt@7743a4214ef91db7c3e3a7e80d8553e8725dc92c <tobiasbrandt@web>
Date: Sun Aug 19 16:21:05 2018 +0000
commit 89c5666398c5222d9629832271ff7e739ed7bbc0
Author: spwhitton <spwhitton@web>
Date: Fri Aug 10 11:31:13 2018 +0000
Added a comment
commit b8e8cab233917d5c8a43d97b80e0186acd5d0216
Author: spwhitton <spwhitton@web>
Date: Fri Aug 10 11:30:59 2018 +0000
removed
commit 773e7d99732fbffd71b1d494e062fcd955202c4b
Author: spwhitton <spwhitton@web>
Date: Fri Aug 10 11:30:41 2018 +0000
Added a comment