mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-03 03:56:32 -04:00
9b7de0a039
.git/HEAD in elinks-0.12pre1.tar.gz broke git-import-orig in Debian's git-buildpackage 0.4.33: $ git init Initialized empty Git repository in .git/ $ git-import-orig ~/src/elinks-seek/elinks-0.12pre1.tar.gz Upstream version is 0.12pre1 Initial import of '/home/Kalle/src/elinks-seek/elinks-0.12pre1.tar.gz' ... fatal: bad object HEAD Traceback (most recent call last): File "/usr/bin/git-import-orig", line 243, in <module> sys.exit(main(sys.argv)) File "/usr/bin/git-import-orig", line 201, in main import_upstream_tree(repo, orig_dir, version, options.filters, verbose=not is_empty) File "/usr/bin/git-import-orig", line 65, in import_upstream_tree if replace_source_tree(repo, src_dir, filters, verbose=True): File "/var/lib/python-support/python2.5/gbp/git_utils.py", line 145, in replace_source_tree return not repo.is_clean()[0] File "/var/lib/python-support/python2.5/gbp/git_utils.py", line 78, in is_clean if out[0].startswith('#') and out[1].strip().startswith(clean_msg): IndexError: list index out of range So let's try with a "git-commit-id" file outside of .git/ instead. I also considered ".git-commit-id" but that could give the impression that Git itself reads the file for some purpose. |
||
---|---|---|
.. | ||
conv | ||
debian | ||
guile | ||
lua | ||
perl | ||
proxy | ||
python | ||
ruby | ||
smjs | ||
vim | ||
.gitignore | ||
colws.diff | ||
elinks-vim.diff | ||
elinks.fortune | ||
elinks.spec.in | ||
elinks.vim | ||
gpm-wheel.patch | ||
grafthistory.sh | ||
js-1.5-rc6a+elinks.patch | ||
keybind-full.conf | ||
keybind.conf | ||
links_wps.zip | ||
LinksOS2Icon.zip | ||
mkdist | ||
README | ||
TIPS-AND-TRICKS | ||
user.css | ||
wipe-out-ssl | ||
wipe-out-ssl.awk |
This directory contains unsorted stuff contributed by other people, which is not incorporated to main ELinks distribution, however may be still interesting for someone. You will find here i.e. example configuration files or patches, which weren't (possibly yet) for some reason applied. Note that this stuff is mostly unmaintained and is not guaranteed to work, apply, compile etc. However, if you feel like fixing that, no problem. Files not listed here have description included in their header. * links_wps.zip - David Mediavilla <davidme@idecnet.com> Scripts for OS/2 to create Links icon and assign Links as viewer of URLs. * LinksOS2Icon.zip - Alex Taylor <alex@eddie.cis.uoguelph.ca> Links icons for OS/2 in various sizes and color depths * colws.diff - <ard@waikato.ac.nz> Show two spaces after full stops/periods, especially when HTML It shouldn't adversely affect web pages. Two spaces will only appear where the HTML contains them. * elinks[.-]vim* - Jonas Fonseca <fonseca@diku.dk> Syntax file for vim so that elinks.conf is highlighted nicely, and patch for $VIMRUNTIME/filetype.vim so that elinks.conf is properly detected and the elinks syntax is associated to it.