Commit graph

61 commits

Author SHA1 Message Date
Fabien Potencier
277ca14677 - 2019-03-03 09:20:01 +01:00
Fabien Potencier
f567acdfbb - 2019-03-03 09:20:01 +01:00
Fabien Potencier
e25ec42c93 - 2019-03-03 09:20:01 +01:00
Fabien Potencier
6b2d3640c9 - 2019-03-03 09:20:01 +01:00
Fabien Potencier
973206e9c3 - 2019-03-03 09:20:01 +01:00
Fabien Potencier
76cd1d23fd - 2019-03-03 09:20:01 +01:00
Fabien Potencier
19be36fa00 - 2019-03-03 09:20:01 +01:00
Fabien Potencier
aea6682064 - 2019-03-03 09:20:01 +01:00
Fabien Potencier
68c6f39079 - 2019-03-03 09:20:01 +01:00
Fabien Potencier
8adb0928ca - 2019-03-03 09:20:01 +01:00
Fabien Potencier
2de2425f19 - 2019-03-03 09:20:01 +01:00
Fabien Potencier
c18f9f3db1 - 2019-03-03 09:20:01 +01:00
Fabien Potencier
2990ce2f0c - 2019-03-03 09:19:35 +01:00
Fabien Potencier
e577e7eae9 fixed display sent to stdout instead of stderr 2019-03-03 09:18:59 +01:00
Fabien Potencier
681e207a80 fixed typos in the README 2019-03-03 09:02:36 +01:00
Fabien Potencier
f75aea5311 added a CHANGELOG 2019-03-03 09:00:43 +01:00
Fabien Potencier
34a1ea69dd added some information about unarchiving the archive 2019-03-03 08:58:31 +01:00
Fabien Potencier
7730112d8a added a note about how to install it as a Git sub-command 2019-03-03 08:57:02 +01:00
Fabien Potencier
a60a1c610f added a note in the README about tomono 2019-03-03 08:54:55 +01:00
Fabien Potencier
f53198b2fd bumped license year 2019-03-03 08:48:51 +01:00
Fabien Potencier
1814017fb1
Merge pull request #50 from DonCallisto/patch-1
Update README.md
2019-02-13 16:38:39 +01:00
Samuele Lilli
ea7e7e28b0
Update README.md
Fixed a broken link
2019-02-11 08:47:26 +01:00
Fabien Potencier
7a31d22b2d minor #44 fix errors found by github.com/dominikh/go-tools/... (jostillmanns)
This PR was merged into the master branch.

Discussion
----------

fix errors found by github.com/dominikh/go-tools/...

lite/splitter/result.go:76:15: should use time.Since instead of time.Now().Sub (S1012)
lite/splitter/state.go:433:25: should omit comparison to bool constant, can be simplified to !copyCommit (S1002)
lite/splitter/utils.go:13:25: should use raw string (`...`) with regexp.MustCompile to avoid having to escape twice (S1007)
lite/splitter/cache.go:90:17: func (*cache).reverse is unused (U1000)

Commits
-------

9d643aa fix errors found by github.com/dominikh/go-tools/...
2018-03-08 07:50:02 -08:00
Joschka Tillmanns
9d643aa621 fix errors found by github.com/dominikh/go-tools/...
lite/splitter/result.go:76:15: should use time.Since instead of time.Now().Sub (S1012)
lite/splitter/state.go:433:25: should omit comparison to bool constant, can be simplified to !copyCommit (S1002)
lite/splitter/utils.go:13:25: should use raw string (`...`) with regexp.MustCompile to avoid having to escape twice (S1007)
lite/splitter/cache.go:90:17: func (*cache).reverse is unused (U1000)
2018-03-08 10:25:31 +01:00
Fabien Potencier
cb9c28b8c3 added a ref in README 2017-11-11 08:42:22 -08:00
Fabien Potencier
7e385e9511
Merge pull request #36 from johnnypeck/patch-3
Update README.md
2017-11-09 21:10:05 -08:00
Johnny Peck
63a4daebad
Update README.md
Minor spelling/grammar changes.
2017-11-10 00:08:32 -05:00
Fabien Potencier
86cf1d949a removed an obsolete paragraph in the README 2017-05-29 11:57:47 -07:00
Fabien Potencier
260fd61355 added --version flag v1.0.1 2017-02-22 22:38:57 -08:00
Fabien Potencier
3fb2ea224b fixed typo 2017-02-21 09:49:26 -08:00
Fabien Potencier
538f5638df fixed variable shadowing 2017-02-07 06:44:41 +01:00
Fabien Potencier
7ed5014241 added a link to the manual installation section 2017-02-07 06:43:44 +01:00
Fabien Potencier
0e46db1f94 fixed README link 2017-02-07 06:16:07 +01:00
Fabien Potencier
ac76236d44 rewrote README 2017-02-06 00:10:57 -08:00
Fabien Potencier
2ba69378ab updated LICENSE year 2017-01-02 18:53:46 -08:00
Fabien Potencier
fb8b89d34d updated README title v1.0.0 2016-11-15 09:57:59 -05:00
Fabien Potencier
a0b2684f0b fixed typo 2016-11-15 09:57:09 -05:00
Fabien Potencier
f33f70aae6 feature #22 Use raw commit message when splitting repository (kdambekalns)
This PR was merged into the master branch.

Discussion
----------

Use raw commit message when splitting repository

In case the repository to be splt contains commit messages with
leading newlines, the trimming that is applied when using
Commit.Message() can lead to changed hashes, when comparing to
the results git subsplit created.

Fixes #20

Commits
-------

7b9ea56 Use raw commit message when splitting repository
2016-10-03 08:39:43 -07:00
Karsten Dambekalns
7b9ea56ae9
Use raw commit message when splitting repository
In case the repository to be splt contains commit messages with
leading newlines, the trimming that is applied when using
Commit.Message() can lead to changed hashes, when comparing to
the results git subsplit created.

Fixes #20
2016-09-09 15:46:51 +02:00
Fabien Potencier
da623618f5 minor #17 Replace co alias with checkout (mrmark)
This PR was merged into the master branch.

Discussion
----------

Replace co alias with checkout

Was trying to run this in a different environment where I don't have any git aliases set up.

Commits
-------

cbd31ff Replace co alias with checkout
2016-08-11 22:16:30 -07:00
Mark Nielsen
cbd31ffa2d Replace co alias with checkout 2016-08-11 13:45:37 -07:00
Fabien Potencier
8aff544b94 moved logic away from main 2016-07-31 10:35:17 -04:00
Fabien Potencier
15fcec608b bug #14 fixed edge case (fabpot)
This PR was merged into the master branch.

Discussion
----------

fixed edge case

closes #13

Commits
-------

0e97a5c fixed edge case
2016-07-16 11:51:52 +02:00
Fabien Potencier
0e97a5c4aa fixed edge case 2016-07-15 13:13:55 +02:00
Fabien Potencier
2cf28e37b8 feature #12 added support for Git 2.8+ behavior (fabpot)
This PR was merged into the master branch.

Discussion
----------

added support for Git 2.8+ behavior

closes #11

Commits
-------

85bc041 added support for Git 1.9 behavior
2016-07-10 09:52:28 +02:00
Fabien Potencier
85bc0419ee added support for Git 1.9 behavior 2016-07-09 14:35:01 +02:00
Fabien Potencier
ec01ec9e13 adding a link to the 4 minute video 2016-06-11 11:13:03 +02:00
Fabien Potencier
045b01fafa minor #7 Update README.md (inalgnu)
This PR was merged into the master branch.

Discussion
----------

Update README.md

should download + install splitsh/lite package before building binary.

Commits
-------

98daaf2 Update README.md
2016-06-07 09:05:28 +02:00
Fabien Potencier
b70b0cc5ef made some code more readable (hopefully) 2016-06-07 09:02:47 +02:00
Fabien Potencier
f9b85d5df9 added a link to the dotScale slides 2016-06-07 08:28:09 +02:00