You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rev_news/drafts/edition-93.md
+81Lines changed: 81 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,12 +128,93 @@ __Various__
128
128
129
129
__Light reading__
130
130
131
+
+[Working with stacked branches in Git is easier with `--update-refs`](https://andrewlock.net/working-with-stacked-branches-in-git-is-easier-with-update-refs/)
132
+
(an option which was included in Git 2.38, in October 2022),
133
+
by Andrew Lock on his blog, .NET Escapades.
134
+
+[Bringing revsets to Git](https://blog.waleedkhan.name/bringing-revsets-to-git/)
135
+
by Waleed Khan (@arxanas), describes how one can use
136
+
[git-branchless](https://github.com/arxanas/git-branchless) suite of tools
137
+
(mentioned in [Git Rev News Edition #76](https://git.github.io/rev_news/2021/06/27/edition-76/)
138
+
and [#90](https://git.github.io/rev_news/2021/10/30/edition-80/))
139
+
and [Mercurial's revset notation](https://www.mercurial-scm.org/repo/hg/help/revsets)
140
+
to form complex queries about repo, and to display their results (for example in a graph view),
141
+
how to rebase changes using "patch-stack" workflow, and how to help with testing.
142
+
+[Sapling: Source control that’s user-friendly and scalable](https://engineering.fb.com/2022/11/15/open-source/sapling-source-control-scalable/)
143
+
by Durham Goode on Engineering at Meta (Facebook) blog.
144
+
At this point, only the client side of the system has been released.<br>
145
+
You can find some comments about it at:
146
+
+[Meta's Sapling source-code management system [LWN.net]](https://lwn.net/Articles/915104/)
147
+
+[Sapling: A new source control system with Git-compatible client | Hacker News](https://news.ycombinator.com/item?id=33612410&utm_term=comment)
148
+
+[Git evolve: tracking changes to changes](https://lwn.net/Articles/914041/)
149
+
by Jonathan Corbet on LWN.net.
150
+
+[Using gitStream for 'Continuous Merge': automatically approving safe PRs,
151
+
assigning reviewers, estimating review time, and more](https://blog.jakelee.co.uk/using-gitstream-to-improve-pr-workflow/)
+[New git guidelines: We have switched to Conventional Commits](https://happy-coding.visuellverstehen.de/posts/new-git-guidelines-we-have-switched-to-conventional-commits-1p0c)
169
+
by Malte Riechmann for visuellverstehen on Happy Coding blog
170
+
(post is also available on [DEV.to](https://dev.to/visuellverstehen/new-git-guidelines-we-have-switched-to-conventional-commits-1p0c)).
0 commit comments