aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bugs/0cad2ac6-76ef-4a88-abdf-b2e02de76f5c/comments
Commit message (Collapse)AuthorAgeFilesLines
* Added libbe/upgrade.py to handle upgrading on-disk bugdirs.W. Trevor King2009-08-315-80/+15
|
* Fixed another bug in git.strip_git() (bug 0cad).W. Trevor King2008-11-162-0/+31
| | | | | Also added git mode to test_usage.sh. I'll go through and add modes for the other RCSs...
* Oops... *Now* I've fixed 0cadW. Trevor King2008-11-132-0/+44
|
* Fixed 0cad bug with smaller fix.W. Trevor King2008-11-132-0/+22
| | | | | | | | | | | | | | Hubert Chathi's fix was confusing for me, so I made a simpler change. Seems to work so far. The problem was that os.path.dirname('filename') returns an empty string ('') if there are no directories in the filename. So when `git rev-parse --git-dir` returned '.git', os returned ''. Later programs didn't recognize '' as a valid directory and crashed. My fix returns '.' in this case, so we don't crash, and avoid having to use full paths. I'm not sure why I don't want to use full paths; they just give me bad vibes...
* Added Hubert Chathi's git set-root bug report.W. Trevor King2008-11-134-0/+105
Bug report patch from http://void.printf.net/pipermail/be-devel/attachments/20080623/49500aaf/0cad.bin Reporting thread [Be-devel] Re: set-root in git repository fails Hubert Chathi hubert at uhoreg.ca Tue Jun 24 03:49:23 BST 2008 http://void.printf.net/pipermail/be-devel/2008-June/000038.html