upleb
blst
glmps
npub
pls
smpl
u
p
l
e
b
.
u
k
Public git repos — served from a NIP-34 GRASP relay at
git.upleb.uk
GRASP
index
:
npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror
main
Personal mirror of DanConwayDev/ngit-cli on git.upleb.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2024-07-23
feat(list): unique proposal branch names
DanConwayDev
2024-07-22
fix: typos and improve copy
DanConwayDev
2024-07-22
chore: bump rust-nostr to v0.33.0
DanConwayDev
2024-07-22
fix(pull): find proposal, root not revision
DanConwayDev
2024-07-19
feat: intergrate `fetch` into `init`
DanConwayDev
2024-07-19
feat: save created events to cache
DanConwayDev
2024-07-19
feat: integrate `fetch` into `list`
DanConwayDev
2024-07-19
feat: integrate `fetch` into `pull`
DanConwayDev
2024-07-19
feat: integrate `fetch` into `push`
DanConwayDev
2024-07-19
feat(send): add relay hints to link
DanConwayDev
2024-07-19
feat: intergrate `fetch` into `send`
DanConwayDev
2024-07-19
fix(fetch): error when user profile not present
DanConwayDev
2024-07-19
fix(fetch): absent repo addr infinite loop
DanConwayDev
2024-07-18
fix(fetch): dont report old profile as update
DanConwayDev
2024-07-18
fix(fetch): get profiles of fresh contributors
DanConwayDev
2024-07-18
fix(fetch): new coodinates infinite loop
DanConwayDev
2024-07-18
refactor(fetch): move database cache
DanConwayDev
2024-07-18
fix(fetch): report profile updates as updates
DanConwayDev
2024-07-18
improve copy
DanConwayDev
2024-07-18
refactor: fetch some profiles from user relays
DanConwayDev
2024-07-18
fix(fetch): find repo based in naddr relay hint
DanConwayDev
2024-07-17
fix(fetch): get profile with nsec cli parameter
DanConwayDev
2024-07-17
feat(init): set repo pointer in git config
DanConwayDev
2024-07-17
feat(login): use fetch to get user profile
DanConwayDev
2024-07-16
feat(fetch): get contributor profiles
DanConwayDev
2024-07-16
fix(fetch): report grammar and copy
DanConwayDev
2024-07-16
fix(fetch): report details
DanConwayDev
2024-07-16
feat(fetch): search newly discovered inbox relays
DanConwayDev
2024-07-16
refactor(fetch): improve FetchRequest
DanConwayDev
2024-07-15
feat(fetch): fetch events and save to cache
DanConwayDev
2024-07-05
feat(init): group by status
v1.3-beta1
DanConwayDev
2024-07-03
fix(login): use saved bunker login
DanConwayDev
2024-07-03
fix(list): remove event size limit
DanConwayDev
2024-07-02
fix(repo_ref): fallback to author as maintainer
DanConwayDev
2024-07-02
feat(send): tag each maintainer's repo event
DanConwayDev
2024-06-28
feat(login): login with nostr address via nip46
DanConwayDev
2024-06-28
feat(login): login with nip46 remote signer
DanConwayDev
2024-06-25
refactor: replace keys with signer
DanConwayDev
2024-06-25
test: fix login in tests
DanConwayDev
2024-06-24
feat(login): store in git config and use cache
DanConwayDev
2024-06-13
feat(git): add get and save git config item
DanConwayDev
2024-06-13
feat(init): add euc marker to commit reference
DanConwayDev
2024-06-13
chore: bump rust-nostr to v0.32.0
DanConwayDev
2024-06-11
refactor: bump rust-nostr to v0.30 use ncryptsec
DanConwayDev
2024-05-23
feat: add NIP-31 alt tags
DanConwayDev
2024-05-14
fix: `ngit init` multiple maintainers
DanConwayDev
2024-05-07
feat(send): `in-reply-to` tags npubs and events
DanConwayDev
2024-04-24
fix: remove relay.f7z.io from default relays
DanConwayDev
2024-04-22
feat(send): print link to proposal root
DanConwayDev
2024-04-10
feat: reduce connection timeout 6s ~> 3s
DanConwayDev
2024-04-08
feat(init): support multiple git_servers
DanConwayDev
2024-04-08
feat: reduce `get_events` timeout 10s ~> 6s
DanConwayDev
2024-03-28
refactor: allow pedantic clippy warning large_futures
DanConwayDev
2024-03-27
fix: relay connection timeout panic
DanConwayDev
2024-03-27
refactor: more concise error message
DanConwayDev
2024-03-25
update tag generation
DanConwayDev
2024-03-22
replace XOnlyPublicKey with wrapper PublicKey
DanConwayDev
2024-03-22
rename from_sk_str -> from_str
DanConwayDev
2024-03-22
use Sha1Hashin new location
DanConwayDev
2024-03-22
ClientSigner renamed ~> NostrSigner
DanConwayDev
2024-03-22
chore: nix flake update
DanConwayDev
2024-03-22
chore: cargo update
DanConwayDev
2024-03-08
fix: stack overflow bug
DanConwayDev
2024-03-08
feat(send): compare against origin/main vs main
DanConwayDev
2024-03-08
feat(send): select commits from a list
DanConwayDev
2024-03-04
fix: restore better error message
DanConwayDev
2024-03-04
fix: grammar in cli output patch ~> patches
DanConwayDev
2024-03-04
fix(send): feature branch default to ahead of main
DanConwayDev
2024-03-04
fix: typo in help content
@RandyMcMillan
2024-03-01
feat(send): fix grammar in cli output
DanConwayDev
2024-03-01
feat(send): when on main default to sending 1 patch
DanConwayDev
2024-02-29
feat(send): add proposal revision cli msg
DanConwayDev
2024-02-28
fix: branch-name specified as main or master
DanConwayDev
2024-02-23
feat(list): newest proposals firsts
DanConwayDev
2024-02-23
feat(init): improve copy order
DanConwayDev
2024-02-23
feat(init): add customisation and defaults
DanConwayDev
2024-02-23
fix(push): remove force push bug
DanConwayDev
2024-02-23
refactor: remove confusing options, improve help
DanConwayDev
2024-02-23
refactor: remove confusing options, improve help
DanConwayDev
2024-02-23
feat(push): add `--force` to issue revision
DanConwayDev
2024-02-22
fix: apply patches error
DanConwayDev
2024-02-22
refactor: fix spelling
DanConwayDev
2024-02-22
refactor(list): improve copy
DanConwayDev
2024-02-22
fix: applying commits that exist in other branches
DanConwayDev
2024-02-22
fix(list): local rebase detected as ammendments
DanConwayDev
2024-02-22
refactor: simplifed ammendments and rebases
DanConwayDev
2024-02-22
refactor: simplifed ammendments and rebases
DanConwayDev
2024-02-22
fix(pull): local rebase detected as ammendments
DanConwayDev
2024-02-22
test(list): local commits on uptodate proposal
DanConwayDev
2024-02-22
feat(pull): support `--in-reply-to` revisions
DanConwayDev
2024-02-22
feat(list): improved copy for rebase scenarios
DanConwayDev
2024-02-22
fix(list): support `--in-reply-to` latest revision
DanConwayDev
2024-02-21
feat(send): in-reply-to arg for revised proposal
DanConwayDev
2024-02-21
feat(send): specify commits eg HEAD~2
DanConwayDev
2024-02-20
feat(list): set checkout branch as default choice
DanConwayDev
2024-02-20
fix(pull): applying proposal revisions
DanConwayDev
2024-02-20
refactor: tweak error wording
DanConwayDev
2024-02-20
feat(list): download or apply with git am
DanConwayDev
2024-02-20
refactor: simplify commit msg extraction
DanConwayDev
2024-02-20
fix: cover letter description from patch
DanConwayDev
[next]