Sign in
◑
Theme
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
sj
/
hkml
/
HEAD
923602b
hkml_list.py: Remove strftime function from since
by Daniel Matyas
· 7 days ago
master
42f4a5e
pyproject: update version
by SJ Park
· 2 weeks ago
v1.6.7
b00255f
release_note: update
by SJ Park
· 2 weeks ago
e7df6e6
hkml_patch_format: support TODO line only paragraph
by SJ Park
· 2 weeks ago
04d9f8e
hkml_write: support kakoune (kak) as a text editor
by Yunseong Kim
· 4 weeks ago
2859965
pyproject: update version
by SJ Park
· 4 weeks ago
v1.6.6
d29f535
hkml_tag: cleanup file io profile code
by SJ Park
· 4 weeks ago
dbaf219
hkml_tag: clarify files hierarchy inefficiency and profile results
by SJ Park
· 4 weeks ago
4bd0639
release_note: update
by SJ Park
· 4 weeks ago
d4c5413
hkml_tag: separately profile tags sync time
by SJ Park
· 4 weeks ago
5a0601f
release_note: update for version command
by Enze Li
· 5 weeks ago
d63c645
hkml_tag: profile entire tag files write time
by SJ Park
· 5 weeks ago
b8105bb
hkml: add version command
by Enze Li
· 5 weeks ago
868d32c
hkml_tag: profile files read/write times if configured to do
by SJ Park
· 5 weeks ago
6aa7df7
hkml_view_mails: use hkml_config.get_config()
by SJ Park
· 5 weeks ago
f67409a
hkml_tag: implement get_config()
by SJ Park
· 5 weeks ago
eab6b45
hkml_tag: update tag files comment
by SJ Park
· 5 weeks ago
0ee8577
hkml_view_mails: use hkml_tags.tags_of_msgid()
by SJ Park
· 5 weeks ago
477aade
hkml_tag: implement a function for getting tags of a mail by msgid
by SJ Park
· 5 weeks ago
b27e0cf
hkml_tag: remove unused TagChange class
by SJ Park
· 5 weeks ago
8732b2d
hkml_Tag: remove unused tag_file_path()
by SJ Park
· 5 weeks ago
34b0d0e
release_note: update
by SJ Park
· 7 weeks ago
1131f7b
hkml_patch: handle empty lines after tags paragraph
by SJ Park
· 8 weeks ago
6950000
hkml_send: print mail before confirmation
by Saravanan D.
· 7 weeks ago
27e2bca
hkml_patch_format: polish mesage-id: add notification message
by SJ Park
· 9 weeks ago
db353aa
release_note: update for patch message id update
by SJ Park
· 9 weeks ago
91f9e4d
hkml_patch_format: ask patch updates with message id before sending
by SJ Park
· 9 weeks ago
5599ec4
TODO,release_note: update for stable@ cc comment handling
by SJ Park
· 2 months ago
v1.6.5
4c32078
hkml_patch_format: handling stable@ Cc lines correctly
by SJ Park
· 2 months ago
1bb7b3e
release_note: update for next release
by SJ Park
· 2 months ago
a7a4b67
hkml_list: use Mail.get_in_reply_to_msgid() instead of get_field('in-reply-to')
by SJ Park
· 2 months ago
87a6527
treewide: use _hkml.Mail.subject instead of get_field()
by SJ Park
· 2 months ago
71c19ab
treewide: use _hkml.Mail.get_body()
by SJ Park
· 2 months ago
fb26f13
_hkml: implement Mail.get_body()
by SJ Park
· 2 months ago
1994cc3
treewide: use _hkml.Mail.get_from()
by SJ Park
· 2 months ago
5dd1572
_hkml: implement get_from()
by SJ Park
· 2 months ago
0a480d5
hkml_list: use get_in_reply_to_msgid()
by SJ Park
· 2 months ago
080003a
_hkml: implement Mail.get_in_reply_to_msgid()
by SJ Park
· 2 months ago
f0e214f
treewide: use _hkml.Mail.get_msgid()
by SJ Park
· 2 months ago
454dbfc
_hkml: implement Mail.get_msgid()
by SJ Park
· 2 months ago
b4a9646
_hkml: remove Mail.additional_{to,cc}
by SJ Park
· 2 months ago
1ff853f
_hkml: remove unused Mail.add_recipients()
by SJ Park
· 2 months ago
6bbbcfa
_hkml: remove Mail.cv_text
by SJ Park
· 2 months ago
82d99e2
_hkml: remove unused Mail.add_cv()
by SJ Park
· 2 months ago
bba68df
_hkml: remove unwritten Mail.collected_patch_tags
by SJ Park
· 2 months ago
ce1998a
_hkml: remove unused Mail.add_patch_tag()
by SJ Park
· 2 months ago
edce685
hkml_view_mails: do not cleanup patch format fields of mail
by SJ Park
· 2 months ago
355ab06
hkml_patch_format: use hkml_patch.Patch
by SJ Park
· 2 months ago
a98c91a
hkml_patch: fix wrong field name in Patch.add_recipients()
by SJ Park
· 2 months ago
d7e8113
remove unused find_add_tags_item()
by SJ Park
· 2 months ago
a2500d8
remove unused add_cc_tags_item()
by SJ Park
· 2 months ago
2a70542
remove unused get_patch_mail_items()
by SJ Park
· 2 months ago
fd5a862
hkml_patch: remove unused write_patch_mails()
by SJ Park
· 2 months ago
5b3575d
hkml_patch: rename apply_patches_new() to apply_patches()
by SJ Park
· 2 months ago
e94b760
hkml_patch: remove unused apply_patches()
by SJ Park
· 2 months ago
94fde52
hkml_patch: use Patch for apply command
by SJ Park
· 2 months ago
f477657
hkml_patch: add Patch based version of apply_patches()
by SJ Park
· 2 months ago
fda9663
hkml_patch: use Patch for check
by SJ Park
· 2 months ago
98459d1
hkml_patch: do not check recipients for cover letter
by SJ Park
· 2 months ago
5b6c79d
hkml_patch: do not return empty string from recipients_of()
by SJ Park
· 2 months ago
8b77120
hkml_patch: return mail text for cv from Pattch.format_str()
by SJ Park
· 2 months ago
e5b949a
hkml_patch: avoid duplicated tags in format_tags_par()
by SJ Park
· 2 months ago
51e0883
hkml_patch: fix Patch.set_cv_text()
by SJ Park
· 2 months ago
5e72b16
hkml_patch: check tag existence for last_tags in Patch.format_tags_par()
by SJ Park
· 2 months ago
71a159d
hkml_patch: fix wrong tags deletion in Patch.format_tags_par()
by SJ Park
· 2 months ago
5a6af49
hkml_patch: fixup wrong cv_text_lines setup in Patch.set_cv_text()
by SJ Park
· 2 months ago
4282238
hkml_patch: use Patch for export
by SJ Park
· 2 months ago
0f7fce1
hkml_patch: implement Patch version write_patches()
by SJ Park
· 2 months ago
fb99611
hkml_patch: add a function for getting patches from mail item
by SJ Park
· 2 months ago
040989c
hkml_patch: add patch version add_cc_tags()
by SJ Park
· 2 months ago
15bb4f8
hkml_patch: add patch version find_add_tags()
by SJ Park
· 2 months ago
eb454b2
hkml_patch: add Patch methods for adding recipients and patch tags
by SJ Park
· 2 months ago
566659a
hkml_patch_format: handle floating point version numbers
by SJ Park
· 2 months ago
5cb805a
hkml_patch_format: set check_recipients param for check_patches()
by SJ Park
· 3 months ago
9eff5e8
remove hkml_shortcut
by SJ Park
· 3 months ago
v1.6.4
a6c4e79
hkml_patch: provide summary at the last stage of check_patches()
by SJ Park
· 3 months ago
e7a808f
hkml_patch: return list of wrong patches from run_checker()
by SJ Park
· 3 months ago
00f8b86
hkml_patch: return list of wrong patches from do_check_recipients
by SJ Park
· 3 months ago
55cd789
hkml_patch: quote patch subject
by SJ Park
· 3 months ago
9ca6fa1
USAGE: document recipients check feature
by SJ Park
· 3 months ago
4f83cf2
release_note: update for recipients check
by SJ Park
· 3 months ago
12d357a
hkml_patch: split out checker run
by SJ Park
· 3 months ago
38b9714
hkml_patch: do not skip check for recipient check failures
by SJ Park
· 3 months ago
55202e6
hkml_{patch,view_mails}: check patch recipients by default
by SJ Park
· 3 months ago
be70f94
hkml_patch: implement a function for recipients check
by SJ Park
· 3 months ago
3f614b5
hkml_patch_format: explain the fact that the user will still get git send-email prompt
by SJ Park
· 3 months ago
v1.6.3
35d68d6
TODO: update
by SJ Park
· 3 months ago
b667cca
hkml_patch_format: fix a typo
by SJ Park
· 3 months ago
cf7d114
hkml_send: add a selection for quit send questions at once
by SJ Park
· 3 months ago
c30e27b
release_note: fix wrong update
by SJ Park
· 3 months ago
5320239
release_note: update for sent patch msgid update
by SJ Park
· 3 months ago
a20661e
hkml_patch_format: support adding msgids to sent patch files
by SJ Park
· 3 months ago
5ab00eb
TODO: add items
by SJ Park
· 3 months ago
92e845d
hkml_config: cache and reuse read config
by SJ Park
· 3 months ago
7e876c9
hkml_patch: set cv text in Patch.format_str() if available
by SJ Park
· 3 months ago
92f840b
hkml_patch: name desc[_pars] to have header_ prefix
by SJ Park
· 3 months ago
8a01ab9
hkml_patch: implement Patch.set_cv_text()
by SJ Park
· 3 months ago
3404d54
hkml_patch: implement Patch.format_str()
by SJ Park
· 3 months ago
20caa00
hkml_patch: implement Patch class
by SJ Park
· 3 months ago
1b4e201
release_note: update for multiple commentary paragraphs TODO
by SJ Park
· 3 months ago
Next »