Commit log

947ea63 identity: wip caching

Michael Muré created

976af3a identity: fix tests

Michael Muré created

864eae0 identity: work on higher level now, cache, first two identity commands

Michael Muré created

da558b0 identity: all tests green o/

Michael Muré created

d2483d8 identity: I can compile again !!

Michael Muré created

cd7ed7f identity: add more test for serialisation and push/pull/merge + fixes

Michael Muré created

21048e7 identity: wip

Michael Muré created

328a4e5 identity: wip push/pull

Michael Muré created

56c6147 identity: more refactoring progress

Michael Muré created

14b240a identity: more cleaning and fixes after a code review

Michael Muré created

d10c764 identity: somewhat getting closer !

Michael Muré created

844616b identity: more progress and fixes

Michael Muré created

bdbe9e7 identity: more progress and fixes

Michael Muré created

3df4f46 identity: add metadata support

Michael Muré created

06d9c68 identity: implement the loading from git

Michael Muré created

feab941 WIP identity in git

Michael Muré created

0aefae6 cache: fix unhandled error

Michael Muré created

59a4273 Merge pull request #82 from Steap/feature/lp-messages

Click to expand commit body
Launchpad bridge: fetch comments.

Michael Muré created

49cc971 Launchpad bridge: fetch comments.

Cyril Roelandt created

5e4a656 Merge pull request #97 from sladyn98/ls_id_branch

Click to expand commit body
A command to list matching bug id from a prefix

Michael Muré created

3c0c13b ls-id.go:Add ls-id [<prefix>] command

Click to expand commit body
This file adds the ls-id command which returns
the bug id matching the prefix the user enters.
If no prefix entered it lists all the BugId's

Closes #47

Sladyn created

d380b3c cache: output the build info message on stderr to avoid breaking scripts

Michael Muré created

59ea2e0 add a "version" command with various outputs, including the git hash and tag

Michael Muré created

0969245 man: update the date in the generated doc

Michael Muré created

f70f38c ls-id.go: Add ls-id [<prefix>] command

Click to expand commit body
This file adds the ls-id command which returns
the bug id matching the prefix the user enters.
If no prefix entered it lists all the BugId's

Closes https://github.com/MichaelMure/git-bug/issues/47

Sladyn created

bb00663 Merge pull request #92 from opencollective/opencollective

Click to expand commit body
Open Collective integration in Readme

Michael Muré created

090cd80 chore(opencollective): use tiers

François Hodierne created

6bfbf36 Merge pull request #86 from ProgramFan/master

Click to expand commit body
Implement CJK support in termui

Michael Muré created

44643ef Merge pull request #91 from seeduvax/cmdShowFields

Click to expand commit body
commands: show: change for a single valued --field flag

Michael Muré created

8ea5c6b Fix handling of long words

Yang Zhang created

43d0fe5 commands: show: change for a single valued --field flag

Michael Muré created

433c4fc upgrade webui dependency

Michael Muré created

5850116 Simplified show commadn error handling.

Click to expand commit body
Exit on first unknown field found in query.

Sebastien Devaux created

2feb4ec Fix bad names in text.go

Yang Zhang created

bbf385b Merge pull request #90 from seeduvax/issue87

Click to expand commit body
Issue #87: use same id format function in snapshot.go than in bug.go

Michael Muré created

68cbde4 Fixed golangci check error about new error from format string

Sebastien Devaux created

afbda3c git hook script exmaple to prefill commit message from selected issue

Sebastien Devaux created

1787f95 Adding fields switch to show command to select fields to display.

Sebastien Devaux created

7638672 Issue #87: use same id format function in snapshot.go than in bug.go

Sebastien Devaux created

309e689 Remove redundant init in text package

Yang Zhang created

5cf7b19 Make runewidth treat ambiguous rune as short and fix ui display

Yang Zhang created

e29188e Revert the changes on zsh_completion/git-bug

Yang Zhang created

d4fd895 Add tests for critical internal functions in text.go

Yang Zhang created

7c1df91 Refactor text.go to improve clearity

Yang Zhang created

99bc0c1 Fix megacheck warnings

Yang Zhang created

a0ae5fc Fix incorrect wrap of mixed wide and ascii chars

Yang Zhang created

f22f9b7 Implement a new wrap algorithm and pass all text tests

Yang Zhang created

467ab5b Fix tests in left_padded

Yang Zhang created

c0ce415 Add back removed text functions

Yang Zhang created

5241916 Use ASCII ellipsis to workaround inaccurate width of unicode ellipsis

Yang Zhang created