You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ra...@apache.org on 2012/01/23 02:30:01 UTC

git commit: update couchjs.1 location in .gitignore

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 <ra...@apache.org>
Authored: Mon Nov 7 19:31:40 2011 -0800
Committer: Randall Leeds <ra...@apache.org>
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


Re: git commit: update couchjs.1 location in .gitignore

Posted by Noah Slater <ns...@tumbolia.org>.
Thanks.

On Tue, Jan 24, 2012 at 9:24 PM, Randall Leeds <ra...@gmail.com>wrote:

> On Tue, Jan 24, 2012 at 04:14, Noah Slater <ns...@tumbolia.org> 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, <ra...@apache.org> 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 <ra...@apache.org>
> >> Authored: Mon Nov 7 19:31:40 2011 -0800
> >> Committer: Randall Leeds <ra...@apache.org>
> >> 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
> >>
> >>
>

Re: git commit: update couchjs.1 location in .gitignore

Posted by Randall Leeds <ra...@gmail.com>.
On Tue, Jan 24, 2012 at 04:14, Noah Slater <ns...@tumbolia.org> 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, <ra...@apache.org> 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 <ra...@apache.org>
>> Authored: Mon Nov 7 19:31:40 2011 -0800
>> Committer: Randall Leeds <ra...@apache.org>
>> 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
>>
>>

Re: git commit: update couchjs.1 location in .gitignore

Posted by Noah Slater <ns...@tumbolia.org>.
I don't understand this commit.

Why does `couchjs` live in two places in this file:

bin/couchjs


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, <ra...@apache.org> 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 <ra...@apache.org>
> Authored: Mon Nov 7 19:31:40 2011 -0800
> Committer: Randall Leeds <ra...@apache.org>
> 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
>
>