mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-15 02:08:40 -09:00
Converting ignores and versions from subversion to git
This commit is contained in:
parent
e7fb90fc67
commit
c6dfb73040
5 changed files with 20 additions and 4 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -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
|
- Fixed incorrect apparent size on directory refresh
|
||||||
- Browsing keys now work while file info window is displayed
|
- Browsing keys now work while file info window is displayed
|
||||||
- Current directory is assumed when no directory is specified
|
- Current directory is assumed when no directory is specified
|
||||||
|
|
|
||||||
2
README
2
README
|
|
@ -1,4 +1,4 @@
|
||||||
ncdu svn
|
ncdu git
|
||||||
========
|
========
|
||||||
|
|
||||||
DESCRIPTION
|
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_SRCDIR([src/ncdu.h])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
AM_INIT_AUTOMAKE
|
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
|
.SH NAME
|
||||||
\fBncdu \fP- NCurses Disk Usage
|
\fBncdu \fP- NCurses Disk Usage
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue