Re: [git-users] Are there overlay icons in Git?

2019-04-15 Thread Gene Leynes
I thought this write up https://cito.github.io/blog/overlay-icon-battle/ is 
a good explanation about the mechanics.  I loved the Tortoise SVN icons,and 
I missed them when I switched to git. 

I don't like to accept no as an answer, but hacking icon overlays is not 
something I'm going to get into. It looks like DesktopOK 
 has braved this route 
(I found them from the previous write up), but I'm not interested. 

It seems that git extensions 
 does not have icon 
overlays as a feature, since searching the documentation 
 for "icon" 
turns up nothing related.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] Are there overlay icons in Git?

2013-09-15 Thread Konstantin Khomoutov
On Sat, 14 Sep 2013 14:03:38 -0700 (PDT)
Anton Barycheuski anton.barycheu...@gmail.com wrote:

 I use Git 1.8.3 (git-scm.com) on Windows 7. Are there any variants
 for showing git overlay icons in Windows Explorer like TortoiseSvn?

No it's impossible and supposedly will never be: TortoiseFoos use deep
Windows Explorer integration which spawns a per-user copy of a special
caching program (which runs in the background and can only be seen via
Task Manager or a similar tool) to make cost of supporting these
overlays in terms of performance acceptable (which comes at a price of
sometimes being slightly out of sync with the reality).  Git for Windows
itself is just a set of standard Git tools which do not know anything
about Windows Explorer.  This situation is most probably unlikely to
change (and for good, IMO).

On the other hand, good GUI Git front-ends exist, with various levels
of integration into Windows Explorer:

* Folks behind Git for Windows develop their own (cross-platform)
  front-end called Git Cheetah which is bundled with Git for Windows.
  It does integrate into Windows Explorer.  Not sure about whether it
  supports overlay icons.

* There exists TortoiseGit front-end which quite resembles TortoiseSvn
  when it comes to visual appearance and workflow, overlay icons
  included.

* Git Extensions [1] is my personal favorite in this category.
  It does not integrate with Windows Explorer (or may be I opted out of
  it -- I can't remember) but it's a quite feature complete front end
  with one crucial property compared to TortoiseGit: it's *not* trying
  to force you to assume a Subversion-like mindset when working.
  Git is really different from Subversion and attempts to make
  Subversion converts to feel themselves in a familiar environment are
  deceiving.

1. http://code.google.com/p/gitextensions/

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] Are there overlay icons in Git?

2013-09-15 Thread Konstantin Khomoutov
On Sat, 14 Sep 2013 14:03:38 -0700 (PDT)
Anton Barycheuski anton.barycheu...@gmail.com wrote:

 I use Git 1.8.3 (git-scm.com) on Windows 7. Are there any variants
 for showing git overlay icons in Windows Explorer like TortoiseSvn?

...a quick followup regarding Git Extensions: it offers several
packages for download, of which one includes the latest Git for Windows
package and another one missing it.  So you can have a side-by-side
installation of stock Git for Windows and this front-end.

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[git-users] Are there overlay icons in Git?

2013-09-14 Thread Anton Barycheuski
I use Git 1.8.3 (git-scm.com) on Windows 7. Are there any variants for 
showing git overlay icons in Windows Explorer like TortoiseSvn?

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.