On Tue, Jan 24, 2012 at 04:14, Noah Slater <[email protected]> wrote: > I don't understand this commit. > > Why does `couchjs` live in two places in this file: > > bin/couchjs
Historical. I'll clean it up right now. > > > src/couchdb/priv/couchjs > > > And yet, the man page is only listed as: > > src/couchdb/priv/couchjs.1 > > > Thanks, > > On Mon, Jan 23, 2012 at 1:30 AM, <[email protected]> wrote: > >> Updated Branches: >> refs/heads/1.2.x 9d2c0e44f -> 0fcb84463 >> >> >> update couchjs.1 location in .gitignore >> >> >> Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo >> Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/0fcb8446 >> Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/0fcb8446 >> Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/0fcb8446 >> >> Branch: refs/heads/1.2.x >> Commit: 0fcb844634b1168968f9a63bf09b1aa1ef4ead40 >> Parents: 9d2c0e4 >> Author: Randall Leeds <[email protected]> >> Authored: Mon Nov 7 19:31:40 2011 -0800 >> Committer: Randall Leeds <[email protected]> >> Committed: Sun Jan 22 17:27:34 2012 -0800 >> >> ---------------------------------------------------------------------- >> .gitignore | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> ---------------------------------------------------------------------- >> >> >> http://git-wip-us.apache.org/repos/asf/couchdb/blob/0fcb8446/.gitignore >> ---------------------------------------------------------------------- >> diff --git a/.gitignore b/.gitignore >> index a3cee51..365d963 100644 >> --- a/.gitignore >> +++ b/.gitignore >> @@ -46,7 +46,6 @@ var/Makefile >> bin/couchdb >> bin/couchdb.1 >> bin/couchjs >> -bin/couchjs.1 >> bin/couch-config >> bin/couch-config_dev >> etc/couchdb/default.ini >> @@ -62,6 +61,7 @@ src/couchdb/priv/.deps/ >> src/couchdb/priv/.libs/ >> src/couchdb/priv/couch_icu_driver.la >> src/couchdb/priv/couchjs >> +src/couchdb/priv/couchjs.1 >> src/couchdb/priv/couchspawnkillable >> src/couchdb/priv/stat_descriptions.cfg >> src/erlang-oauth/oauth.app >> >>
