summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-27Fix CmdAliasHEADmasterLuke Shumaker
2021-02-22tree-wide: Use %q instead of %v as appropriate in error messagesLuke Shumaker
2021-02-22ez reader: Fix error handlingLuke Shumaker
2021-02-01Bring up to git.git commit d42a2fb72f8cbe6efd60a4f90c8e9ec1c888c3a7Luke Shumaker
2021-02-01Bring up to git.git commit b8f50e5b60e2654fcbf5f72b682635ee2e624923Luke Shumaker
2021-02-01Bring up to git.git commit f73b2aba05788208ccd9b48f350b90cbfe57e1c4Luke Shumaker
2021-02-01Bring up to git.git commit 3edfcc65fdfc708c1c8f1d314885eecf9beb9b67Luke Shumaker
2021-02-01Bring up to git.git commit cf7b857a77bda6a9a93e2cde2f6ae1764e7a2517Luke Shumaker
2021-02-01Bring up to git.git commit 7ffde293f2e7f0ae455800b138416da601254436Luke Shumaker
2021-02-01Bring up to git.git commit a63c54a019138c7aaa4624f48284722664428b15Luke Shumaker
2021-02-01Bring up to git.git commit 62edbec7dee0bc9788d60823ca074d7dfbb5a486Luke Shumaker
2021-02-01Bring up to git.git commit a965bb31166d04f3e5c8f7a93569fb73f9a9d749Luke Shumaker
2021-02-01Tidy up cmdClassLuke Shumaker
2021-02-01Fix copyright yearsLuke Shumaker
2020-11-21FixesLuke Shumaker
2020-11-21Add go.mod fileLuke Shumaker
2018-12-25textproto: Update package doc comment in light of types.go being in the rootLuke Shumaker
2018-12-25Merge remote-tracking branch 'origin/master'Luke Shumaker
2018-10-23textproto: Have the Mode* values be `const` instead of `var`Luke Shumaker
2018-10-23Add godoc commentsLuke Shumaker
2018-10-23textproton: Add godoc commentsLuke Shumaker
2018-10-23Fix truncated commentLuke Shumaker
2018-10-23License under the AGPLLuke Shumaker
2017-11-30textproto: don't trim the trailing LF on cat-blob resultsLuke Shumaker
2017-11-30ez: get a little more robustLuke Shumaker
2017-11-30use github.com/pkg/errorsLuke Shumaker
2017-11-30whoops, fix Backend.DoLuke Shumaker
2017-11-24clean up textproto; move types.go into libfastimportLuke Shumaker
2017-11-22textprot.Mode: also implement GoStringer to have octal when debuggingLuke Shumaker
2017-11-22favor SplitN over repeated IndexByteLuke Shumaker
2017-11-22use an interface to avoid specifying *textproto.FIWriter everywhereLuke Shumaker
2017-11-22backend: rename members to be more verboseLuke Shumaker
2017-11-22split the parser up, and have read methods like write emethodsLuke Shumaker
2017-11-22ahhhLuke Shumaker
2017-11-17backend: Close the writer on finishLuke Shumaker
2017-11-17backend: only call onErr onceLuke Shumaker
2017-11-17error callbacksLuke Shumaker
2017-11-17work on the frontend a bit moreLuke Shumaker
2017-11-16frontend: mostly implement commit parsingLuke Shumaker
2017-11-16s/UserTime/Ident/Luke Shumaker
2017-11-16frontend: implement tagLuke Shumaker
2017-11-16simplifyLuke Shumaker
2017-11-16moreLuke Shumaker
2017-11-16gofmtLuke Shumaker
2017-11-16frontend: moreLuke Shumaker
2017-11-16use 'string' instead of '[]byte' for dataLuke Shumaker
2017-11-16commands: commit: separate 'from' and 'merge'Luke Shumaker
2017-11-16begone with gotoLuke Shumaker
2017-11-16moreLuke Shumaker
2017-11-15moreLuke Shumaker