tickgit version history
10 releases tracked, newest first.
v0.0.14
Jun 15, 2020- Address lint issues and fix spacing
- Reorganize the cmd folder and rename main.go to tickgit.go
- Add a linter and adjust CI jobs
- Delete .DS_Store file
4 downloads
v0.0.13
Jun 4, 2020
## Changelog
b111d60 Merge pull request #48 from augmentable-dev/add-elixir
7832838 add elixir single line comments
4 downloads
v0.0.12
May 30, 2020
## Changelog
3044bfb Merge pull request #47 from augmentable-dev/add-julia
c4ce6c6 add a note
9ad97e9 add basic julia language support
9602f18 update enry
7a07a71 upgrade deps
4 downloads
v0.0.11
May 5, 2020
## Changelog
d880f61 Merge pull request #46 from augmentable-dev/add-kotlin
852c3a3 add some basic support for kotlin
61cd9ad remove an extra line
477c892 updates to the goreleaser file
9e365fa upgrade some dependencies
4 downloads
v0.0.10
Mar 12, 2020
## Changelog
4d4e9d6 Merge pull request #44 from augmentable-dev/more-match-phrases
7040cf4 first pass at some work to support more match phrases
184d42a while we're here, add some simple test cases
4 downloads
v0.0.9
Feb 18, 2020
## Changelog
d3c5761 Merge pull request #40 from augmentable-dev/add-rust
4747800 Merge pull request #42 from augmentable-dev/add-file-preview
fa7055a Merge pull request #43 from augmentable-dev/only-todos
8121b07 Update TODOs badge
0a90828 Update TODOs badge in README
6f8ea54 a bit of restructuring, and add support for rust
df5fb7d add badges
c4e8dbb clean up README
8a4ed57 don't fail on a git blame error
07be0a8 first step of removing extraneous functionality
e86cf31 preview file content when identifying language
4809ff1 update README
f5594c1 update badge docs
50832fe update build
fa85108 update the docs
d1db82e upgrade some deps
8ffd270 use badgen for badge
4 downloads
v0.0.8
Dec 29, 2019
## Changelog
246aa28 Add some links to the README
1d32243 Merge branch 'master' into spelling
3b1112c Merge branch 'master' into spelling
5bd7d49 Merge branch 'master' of github.com:augmentable-dev/tickgit
6743ae5 Merge pull request #28 from augmentable-dev/gofmt--s
9d81e12 Merge pull request #29 from augmentable-dev/csv-output
e6fe89b Merge pull request #30 from augmentable-dev/add-lisps
434bdb6 Merge pull request #31 from jsoref/spelling
dbffa1b Merge pull request #33 from augmentable-dev/remove-vendor
31e3aae Merge pull request #34 from augmentable-dev/ignore-node_modules
39da671 Merge pull request #37 from augmentable-dev/add-R
ce2ed37 Merge pull request #38 from augmentable-dev/upgrade-deps
34d552e Update link to TODO browser
4251886 add Common Lisp and Emacs Lisp
cbe67e5 add a case to the JS test to confirm ignoring node_modules
653b65c add some simple test cases
24185d8 add support for R
d13db3a go mod tidy
00d6555 go mod tidy
4ab2750 gofmt
2776528 implement first pass at a csv output flag
c0112d5 include file path
ffea107 minor change to language, some spacing
f7d58c9 minor updates to README
d62bb33 remove vendored deps
5f171f2 run the test workflow on PRs
4100341 spelli
4 downloads
v0.0.7
Dec 8, 2019
## Changelog
1f4d311 copy blame to new var and use that pointer to fix bug
4 downloads
v0.0.6
Dec 8, 2019
## Changelog
0cdf52a Merge pull request #23 from augmentable-dev/refactoring
672b0c4 Merge pull request #24 from augmentable-dev/exec-blame
bac1475 add TODO to handle todos added in the initial commit
9e35a44 add a note about previewing each file for enry
3602da0 don't pass the SHA in of the head, so that uncomitted todos get picked up as well
e9a1db2 implement blaming via exec of git command
f80ef25 some general refactoring
459696c some minor UX updates (spinner), and update how comment funcs return results (via cb)
eef7662 use a custom struct for a todo's commit
a4715a8 use a scanner to find todos in a commit
e91861d use godirwalk
545d663 use relative path (to directory) when storing where a comment is
4 downloads
v0.0.5
Nov 13, 2019## Changelog
bfcc111 Merge pull request #21 from augmentable-dev/cmds-cleanup
0cadba8 Merge pull request #22 from augmentable-dev/todo-history
dd55f41 Update README.md
9092f80 add a TODO
3f2f8fc add ability to parse when a TODO was added, include in report
c1295b9 clean up error handling, abstract a validation, add a cmd desc phrase
5358b71 concurrent blaming, skip merge commits
6ed2e33 home grown blame for todos
1b7b8a8 implement blame on a set of todos, some clean up
f9ff939 make FindBlame cancellable via context, make ToDos sortable
05682eb only call cb if it's not nil
bd0139d quick bugfix
4 downloads