Restoring repository from code. Old repository broke and its history 0.2
authorRafał Długołęcki <rafal@dlugolecki.net.pl>
Thu, 12 Dec 2013 23:16:27 +0000 (00:16 +0100)
committerRafał Długołęcki <rafal@dlugolecki.net.pl>
Thu, 12 Dec 2013 23:16:27 +0000 (00:16 +0100)
commit094bc471373afa79a63c024909d57261fef00b2f
treefa796908c6d480e140791fb6c60aaa4965dcb1f8
Restoring repository from code. Old repository broke and its history
cannot be restored.'
56 files changed:
.gitignore [new file with mode: 0644]
ABOUT-NLS [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
Doxyfile.in [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
data/gui.glade [new file with mode: 0644]
data/pixmaps/menu-icon.xpm [new file with mode: 0644]
debian/README [new file with mode: 0644]
debian/README.source [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/install [new file with mode: 0644]
debian/menu [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
doc/CodingStyle [new file with mode: 0644]
doc/model.dia [new file with mode: 0644]
po/ChangeLog [new file with mode: 0644]
po/LINGUAS [new file with mode: 0644]
po/Makefile.in.in [new file with mode: 0644]
po/pl.po [new file with mode: 0644]
src/about.h [new file with mode: 0644]
src/commandline.c [new file with mode: 0644]
src/commandline.h [new file with mode: 0644]
src/debug.c [new file with mode: 0644]
src/debug.h [new file with mode: 0644]
src/dialogs/about_dialog.c [new file with mode: 0644]
src/dialogs/about_dialog.h [new file with mode: 0644]
src/dialogs/openfile_dialog.c [new file with mode: 0644]
src/dialogs/openfile_dialog.h [new file with mode: 0644]
src/gedcom/familia_gedcom.c [new file with mode: 0644]
src/gedcom/familia_gedcom.h [new file with mode: 0644]
src/gettext.h [new file with mode: 0644]
src/gui.c [new file with mode: 0644]
src/i18n.h [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/memory_stack.c [new file with mode: 0644]
src/memory_stack.h [new file with mode: 0644]
src/storage/family.c [new file with mode: 0644]
src/storage/family.h [new file with mode: 0644]
src/storage/individual.c [new file with mode: 0644]
src/storage/individual.h [new file with mode: 0644]
src/storage/storage.c [new file with mode: 0644]
src/storage/storage.h [new file with mode: 0644]
src/viewport/drawing_area.c [new file with mode: 0644]
src/viewport/drawing_area.h [new file with mode: 0644]