No one will read that notice other than the Phoronix readers currently viewing this post.
Announcement
Collapse
No announcement yet.
Git 2.47 Released With Improvements & Encouraging More Positive Code Reviews
Collapse
X
-
Originally posted by Danny3 View Postwhen will they solve the empty folders not being tracked problem?- Add a .gitignore that says to exclude everything except the .gitignore itself:
*
!.gitignore - Add a .gitkeep file (name is just convention), optionally with an explanation for the file contents
Last edited by colejohnson66; 08 October 2024, 08:08 AM.
- Likes 1
Comment
- Add a .gitignore that says to exclude everything except the .gitignore itself:
-
Originally posted by dadregga View Post
Why would a few sentences encouraging people to be kinder to other human beings produce that first impression in you? Seems a bit pathological.
Ah, I see you know nothing about effective people management.
- Likes 1
Comment
-
Originally posted by dadregga View PostWhy would a few sentences encouraging people to be kinder to other human beings produce that first impression in you? Seems a bit pathological.
Git was failing hard with this - with all the "undocumentations" (self-referencing or using unknown terms) and single commands doing radically different things with some switches,
- Likes 1
Comment
-
Originally posted by uid313 View PostAnother release for the nerds.
I would like to see Git focusing on becoming more user-friendly and more approachable to non-tech guys and people who aren't so smart or are new to development too.
Originally posted by Nuc!eoN View PostThis text sounds a bit ridiculous tbh.
At first I thought this is meant as a joke. Is it the first of April?
Why doesn't it mention giving a negative review when the code sucks? Very one-sided.
Seriously??!
This is not at all incompatible with providing fair (and possibly harsh) criticism on the submitted code mind you.
It's just about showing your own self-awareness of your bias and limitation and showing your non-personal, non-judgemental analysis which goal is not "undermine commiter's effort or reputation" but "contribute to the betterment of the sofware, whomever has worked into it".
Originally posted by Danny3 View Postwhen will they solve the empty folders not being tracked problem?
And probably because it was the path of lest effort for Git designers (less work to adapt gitignore if empty folders ignored rather than if taken into account by default).
It's as often a matter of half-empty vs half-full glass if you will.
The best you could probably get, although that would be indeed an interesting feature if it can get traction enough, would be an option to "reverse" the "global behaviour" in the "git project configuration file"... You're welcome to create a feature request on git for that if it feels pertinent for you, I'll happily +1 it.
- Likes 2
Comment
-
Originally posted by Citan View PostBecause apparently Git devs finally understood on their own how being *always constructive and open-minded* is the optimal way to best efficiency?
- Likes 1
Comment
Comment