History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GGL-61
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Carlos Garnacho
Reporter: Sven Herzberg
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Giggle

Problem with gitignore

Created: 04/Apr/07 03:03 PM   Updated: 04/Apr/07 06:55 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 0.3


 Description  « Hide
1. Checkout and compile giggle
2. cd giggle-checkout/src
3. ./giggle
4. All the files (except the ones in /src) are gray

 All   Comments   Change History      Sort Order:
Carlos Garnacho - [04/Apr/07 06:55 PM ]
The command used to determine the grayed files is "git-ls-files -o -t --full-names", what happened here is that GiggleGit did set the current dir as the working directory to run git commands, returning just values for the current dir, and making giggle think that the other files weren't handled. Fixed in my repo