I'd like to make abbrevCommit the default in my .git/config file, e.g.,

  [core]
        abbrev = 12

  [log]
        abbrevCommit

but when I do, stg blows up:

  $ stg init
  Error: Unhandled exception:
  Traceback (most recent call last):
    File "/usr/lib/pymodules/python2.7/stgit/main.py", line 143, in _main
      config_setup()
    File "/usr/lib/pymodules/python2.7/stgit/config.py", line 124, in
config_setup
      os.environ.setdefault('PAGER', config.get('stgit.pager'))
    File "/usr/lib/pymodules/python2.7/stgit/config.py", line 58, in get
      self.load()
    File "/usr/lib/pymodules/python2.7/stgit/config.py", line 54, in load
      key, value = line.split('\n', 1)
  ValueError: need more than 1 value to unpack

Is this a known issue?  Is there a workaround?

Bjorn

_______________________________________________
stgit-users mailing list
[email protected]
https://mail.gna.org/listinfo/stgit-users

Reply via email to