Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20241203 12 Dec 2024 18:26:08 |
Joseph Mingrone (jrm) |
devel/freebsd-git-devtools: Update to 2024-12-03 snapshot, d6ed5ff4
Base commits since last update:
d6ed5ff4ac7d - git-arc: fix diff2reviewers() with multiple reviewers
976ab1425da4 - git-arc: Document how a reviewer group can be referenced
2c2f741363a9 - mfc-candidates: Improve hash expansion
586c651f2baa - mfc_candidates: remove leftover message
48f3fcabea80 - mfc-candidates: Convert to Lua
9e84289f2c7e - git-arc: Prefer echo over printf
2377c19a8c37 - git-arc: Trap on every mktemp
019981e00f23 - git-arc: Fix typo s/Truning/Turning/
aa90b92ac289 - git-arc: Fix find_author() for external users
66a56e411ced - mfc-candidates: Support GitHub mirror naming conventions
3ab8697d9e45 - git-arc: Do not echo unescaped literals to jq
7d875598fc9f - git-arc: Make patch with reviewers more portable
c008b8f585b6 - git-arc: minor manpage edits
87e5b17c149e - prepare-commit-msg: add 50 column marker
a2c88e0d47ac - git-arc: Use a helper function to fetch boolean config variables
41d6858ebd6a - git-arc.1: list width typo
2f68f6474e41 - git-arc: Add list mode support for the update command
While here, update pkg-descr.
Sponsored by: The FreeBSD Foundation |
20240422 06 May 2024 15:00:23 |
Joseph Mingrone (jrm) |
devel/freebsd-git-devtools: Update to 2024-04-22 snapshot, 76a8625bc7
Base commits since last update:
76a8625bc71d - mfc-candidates: use stable/14 as default MFC-to branch
793745fad866 - mfc-candidates: move pretty printing into lua
d51c59002367 - mfc-candidates: fix output order with incorrect commit dates
3f115b864b1f - git/mfc-candidates.sh: allow comments in exclude file
280085ef0c9d - tools/git: ensure git-arc is more platform indepdendent
e1735b35e3e4 - git-arc: Retain color status messages
787cb30d20ac - git-arc: Add -c flag to patch to commit the change
9f48ef1fcae5 - git-arc: Cope with extra output
df834e06bbc7 - git-arc: Just strip escape sequences form arc log
Sponsored by: The FreeBSD Foundation |
20230925_1 10 Jan 2024 08:16:01 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
20230925 26 Sep 2023 13:43:01 |
Joseph Mingrone (jrm) |
devel/freebsd-git-devtools: Update to 20230925 snapshot
This update pulls in src commit 61f8df6a13, which updates mfc-candidates
to search by committer and not both author and committer.
https://cgit.freebsd.org/src/commit/tools/tools/git/mfc-candidates.sh?id=61f8df6a13a357e1d45c22a2016b87491f10de87
Sponsored by: The FreeBSD Foundation |
20230223_1 21 Apr 2023 20:08:49 |
Joseph Mingrone (jrm) |
devel/freebsd-git-devtools: Fix up last commit
- Do not install the HOWTO as it mostly describes arcgit, an older
wrapper, which is not installed by this port
- Set correct revision
Sponsored by: The FreeBSD Foundation |
20230223 21 Apr 2023 19:39:41 |
Joseph Mingrone (jrm) |
devel/freebsd-git-devtools: Documentation changes
- add DOCS options to install HOWTO
- pull in a few documentation fixes
Sponsored by: The FreeBSD Foundation |
20221107 25 Dec 2022 22:41:08 |
Joseph Mingrone (jrm) |
devel/freebsd-git-devtools: Update to 20221107 src commit, 613aaf59
Changes since last port update:
613aaf59afa3 - git-arc: Accept message via -m when updating reviews.
f428cd0ebf9f - Copyedit git-arc(1)
6a720fb95a1b - git-arc: Fix handling of review title containing double quotes
c4d06691c04c - git-arc: Respect GIT_EDITOR and GIT_PAGER
43d0c4d2a2d9 - git-arc: Fix whitespace
548548649f9e - git-arc: Use --head to avoid changing the checkout.
eaab493eee89 - git-arc: Fix the -y option
Sponsored by: The FreeBSD Foundation |
20220504 13 May 2022 17:00:23 |
Joseph Mingrone (jrm) |
devel/freebsd-git-devtools: Simple Git tools from src/tools/tools/git
Rename from devel/git-arc to indicate that more tools from
src/tools/tools/git/ may be included. The only additional tool for now
is mfc-candidates, which, as the name suggests, is a tool to find MFC
candidates. Under a ports tree, mfc-candidates finds commits to merge
to quarterly.
Approved by: emaste, markj
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D35165 |