On Mon, 27 Jan 2014 06:54:46 -0800 (PST)
Jirong Hu <jirong...@gmail.com> wrote:

> I am trying to find the process GIT runs on Linux, as well as on
> Windows. Or there is no such thing?

Please try to narrow your question down.
What is "the process"?  An executable binary file which is started by
an OS and is running?  A sequence of actions to carry out a task?

If it's the first, then the Git suite consists of multiple executable
files which are run to perform different tasks.  These executable files
are then able to create other OS processes -- for instance to call the
shell, Perl and Tcl interpreters (or even everything at all in the case
of the repository hooks).

To me, your questions smells like an "XY problem" [1] so please explain
what you're trying to achieve rather than what you asked.

1. http://meta.stackoverflow.com/questions/66377/what-is-the-xy-problem

-- 
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.

Reply via email to