summaryrefslogtreecommitdiff
path: root/ConfigFile.py
AgeCommit message (Collapse)AuthorFilesLines
2011-02-17Allow to add funky email addresses as the first field of an aliasCédric Bosdonnat1-4/+4
2010-07-22Use os.path.join() to prepend the directory nameJonathan Corbet1-6/+6
...that way we get the right result regardless of whether slashes have been provided. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2010-06-30Add option to get the configuration files from a given base directoryTiago Vignatti1-4/+5
Instead boringly be replicating the directory base name where gitdm is installed and write it on each option inside the configuration file, just send it through the command line. Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
2009-11-23From: Iestyn Pryce <dylunio@gmail.com>Jonathan Corbet1-1/+1
Preserve spaces in the second parameter of the overall config file. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2008-10-16Use find() instead of index()Jonathan Corbet1-1/+1
That keeps it from crashing on seemingly malformed addresses. Change suggested by Dave Foster. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2008-07-18Fix up the copyright notices.Jonathan Corbet1-0/+9
2008-06-27Initial commitJonathan Corbet1-0/+110
First commit of gitdm to the new repo. Call it version 0.10 or something silly like that.