[git-users] Read GIT directory manualy

2013-08-26 Thread Boris Trivic
Hi everyone. I am programmer and I am developing some application connected to GIT. The task is to get list of changed files in selected commit. I know how to read list of commits: .git/log/HEAD I also know how to get changed files from console: git show --name-only f1b6aea266bc7053786439bed1

[git-users] Re: Read GIT directory manualy

2013-08-27 Thread Boris Trivic
Thanks to all! My doubt is closed... I was searching on Google a lot of time but I was unable to find file that I can read to get list of changed files. Now I understand why :) I am going to execute command and use result to show in app. On Monday, August 26, 2013 11:22:53 PM UTC+2, Boris