Any comment about upcoming Git Rev News edition 114
chriscool opened this issue · 21 comments
A currently mostly empty draft is there:
https://github.com/git/git.github.io/blob/master/rev_news/drafts/edition-114.md
Feel free to comment in this issue, suggest topics, suggest persons to interview, or use the edit button (that looks like a pen) to edit and create a pull request with the changes you would like.
Let's try to publish this edition around the end of August 2024!
Thanks!
I've been working on a custom git completer and just managed to finish a first pass: carapace-sh/carapace-bin#99
There is still a lot to do and fix (git is a monster, after all), but the main commands work quite well.
Here's a high-level overview of carapace itself: https://pixi.carapace.sh .
@jnareb, here is an article from the GitLab blog that you might want to link to:
https://about.gitlab.com/blog/2024/08/19/gitlab-now-supports-sha256-repositories/
I haven't been able to identify a candidate and send out the interview mail on time for this edition. I'll try to do it on time for the next one. Feel free to let me know if you have any suggestions on a interview candidates.
Would it be worth to add the blog post I wrote for MDN: https://developer.mozilla.org/en-US/blog/optimize-your-workflow-git-stash/ ? #shamelessplug
@sivaraam no worries. We know it's difficult to find candidates and it takes time to interview them. And by the way, no, I don't have any candidate suggestion.
I think this post would be worth adding: https://tekin.co.uk/2024/08/the-many-uses-for-git-patch
I've been working on a custom git completer and just managed to finish a first pass: carapace-sh/carapace-bin#99 There is still a lot to do and fix (git is a monster, after all), but the main commands work quite well.
Here's a high-level overview of carapace itself: https://pixi.carapace.sh .
Thanks @rsteube ; I have added information about the tool in 27510d1 - please check if I got everything correctly
@jnareb, here is an article from the GitLab blog that you might want to link to:
https://about.gitlab.com/blog/2024/08/19/gitlab-now-supports-sha256-repositories/
Thanks @chriscool for the suggestion. I have added it in the "Other News > Various" section in 27510d1
Would it be worth to add the blog post I wrote for MDN: https://developer.mozilla.org/en-US/blog/optimize-your-workflow-git-stash/ ? #shamelessplug
Nice article @To1ne . I have added it in 27510d1 .
Though, for your information, I personally consider git stash push --keep-index to be important functionality that git stash provides, allowing one to test partial commit, i.e. test changes when splitting the commit, or selecting what to include in commit (--keep-index is automatically implied by git stash push --patch, which I did not know about).
There is also merge.autoStash and rebase.autoStash.
I think this post would be worth adding: https://tekin.co.uk/2024/08/the-many-uses-for-git-patch
Thanks @bpugh , I have added the link to this article in 27510d1
Thanks @jnareb!
Also it's a bit last minute but I have this post I just finished working on: https://www.brandonpugh.com/blog/tips-for-creating-merge-commits/
Thanks @jnareb!
Also it's a bit last minute but I have this post I just finished working on: https://www.brandonpugh.com/blog/tips-for-creating-merge-commits/
Edition published and announced in :
https://lore.kernel.org/git/CAP8UFD1Cyy9Fy6TC0MecAh-WAQ42s74Md5QmtXXat4iHrmgtcA@mail.gmail.com/