[git-users] Git issue or bug list

2014-10-03 Thread garni Khodaverdian
Hi 
May git have command to list a change you want add to your project in the past
Something like bug log 
Or
What is best approach to track changed thing in past

Thanks for help

-- 
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] Git issue or bug list

2014-10-03 Thread Konstantin Khomoutov
On Fri, 3 Oct 2014 05:44:21 -0700 (PDT)
garni Khodaverdian garni...@gmail.com wrote:

 May git have command to list a change you want add to your project in
 the past Something like bug log 

If you mean integrated bug tracker then no, Git does not have one.

But you might have an orphan (originating from nowhere) branch
containing only a file with your TODO list and maintain your TODO list
there.

On the other hand, many projects use a separate bug tracker software
and reference bug IDs from that tracker in Git commits, and Git commits
in bug change logs in the tracker.

You might also look at [1].

 Or
 What is best approach to track changed thing in past

I'm not sure I understand.  Are you talking about `git log`?

1. http://syncwith.us/sd/

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