1
1

Converting ignores and versions from subversion to git

Этот коммит содержится в:
Yorhel 2009-04-05 14:59:05 +02:00
родитель e7fb90fc67
Коммит c6dfb73040
5 изменённых файлов: 20 добавлений и 4 удалений

16
.gitignore поставляемый Обычный файл
Просмотреть файл

@ -0,0 +1,16 @@
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
config.h
config.h.in
config.log
config.status
configure
depcomp
install-sh
missing
.deps/
*.o
stamp-h1
src/ncdu

Просмотреть файл

@ -1,4 +1,4 @@
svn - ?
git - ?
- Fixed incorrect apparent size on directory refresh
- Browsing keys now work while file info window is displayed
- Current directory is assumed when no directory is specified

2
README
Просмотреть файл

@ -1,4 +1,4 @@
ncdu svn
ncdu git
========
DESCRIPTION

Просмотреть файл

@ -1,5 +1,5 @@
AC_INIT(ncdu, svn, projects@yorhel.nl)
AC_INIT(ncdu, git, projects@yorhel.nl)
AC_CONFIG_SRCDIR([src/ncdu.h])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE

Просмотреть файл

@ -1,4 +1,4 @@
.TH NCDU 1 "September 10, 2008" "ncdu-svn" "ncdu manual"
.TH NCDU 1 "September 10, 2008" "ncdu-git" "ncdu manual"
.SH NAME
\fBncdu \fP- NCurses Disk Usage
.SH SYNOPSIS