From c6dfb730406c1aaedc181883ad232f18dc795b47 Mon Sep 17 00:00:00 2001 From: Yorhel <git@yorhel.nl> Date: Sun, 5 Apr 2009 14:59:05 +0200 Subject: [PATCH] Converting ignores and versions from subversion to git --- .gitignore | 16 ++++++++++++++++ ChangeLog | 2 +- README | 2 +- configure.in | 2 +- doc/ncdu.1 | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..474eebf --- /dev/null +++ b/.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 diff --git a/ChangeLog b/ChangeLog index 2e87740..30e6f76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/README b/README index 9699561..830395c 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -ncdu svn +ncdu git ======== DESCRIPTION diff --git a/configure.in b/configure.in index 3e71e53..68d2b9a 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/doc/ncdu.1 b/doc/ncdu.1 index e7a7375..73b958a 100644 --- a/doc/ncdu.1 +++ b/doc/ncdu.1 @@ -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 -- GitLab