List for cgit developers and users
 help / color / mirror / Atom feed
* How to disable or change Owner column on index page?
@ 2013-03-26 12:53 dcMhOYBdpZkH
  2013-03-26 13:09 ` john
  2013-03-26 13:48 ` Jason
  0 siblings, 2 replies; 6+ messages in thread
From: dcMhOYBdpZkH @ 2013-03-26 12:53 UTC (permalink / raw)


Hi,
I'm using cgit 0.9.1 and if I set  enable-index-owner=1  nothing
happens. Why? (Do I need the latest master?) So how do I change or may
hide the index "Owner" column?




^ permalink raw reply	[flat|nested] 6+ messages in thread

* How to disable or change Owner column on index page?
  2013-03-26 12:53 How to disable or change Owner column on index page? dcMhOYBdpZkH
@ 2013-03-26 13:09 ` john
  2013-03-26 13:14   ` dcMhOYBdpZkH
  2013-03-26 13:48 ` Jason
  1 sibling, 1 reply; 6+ messages in thread
From: john @ 2013-03-26 13:09 UTC (permalink / raw)


On Tue, Mar 26, 2013 at 01:53:22PM +0100, . wrote:
> I'm using cgit 0.9.1 and if I set  enable-index-owner=1  nothing
> happens. Why? (Do I need the latest master?) So how do I change or may
> hide the index "Owner" column?

"1" is the default value for this variable, so setting it explicitly is
no different from leaving the value out of the configuration.

If you want to hide the "Owner" column, set "enable-index-owner=0".


John




^ permalink raw reply	[flat|nested] 6+ messages in thread

* How to disable or change Owner column on index page?
  2013-03-26 13:09 ` john
@ 2013-03-26 13:14   ` dcMhOYBdpZkH
  2013-03-26 13:17     ` cgit
  0 siblings, 1 reply; 6+ messages in thread
From: dcMhOYBdpZkH @ 2013-03-26 13:14 UTC (permalink / raw)


On 03/26/2013 02:09 PM, John Keeping wrote:
> On Tue, Mar 26, 2013 at 01:53:22PM +0100, . wrote:
>> I'm using cgit 0.9.1 and if I set  enable-index-owner=1  nothing
>> happens. Why? (Do I need the latest master?) So how do I change or may
>> hide the index "Owner" column?
> "1" is the default value for this variable, so setting it explicitly is
> no different from leaving the value out of the configuration.
>
> If you want to hide the "Owner" column, set "enable-index-owner=0".
>
>
> John
Before asking, I of course, tried that already -- doesn't work.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* How to disable or change Owner column on index page?
  2013-03-26 13:14   ` dcMhOYBdpZkH
@ 2013-03-26 13:17     ` cgit
  0 siblings, 0 replies; 6+ messages in thread
From: cgit @ 2013-03-26 13:17 UTC (permalink / raw)


On Tue, Mar 26, 2013 at 02:14:28PM +0100, . wrote:
> On 03/26/2013 02:09 PM, John Keeping wrote:
> > On Tue, Mar 26, 2013 at 01:53:22PM +0100, . wrote:
> >> I'm using cgit 0.9.1 and if I set  enable-index-owner=1  nothing
> >> happens. Why? (Do I need the latest master?) So how do I change or may
> >> hide the index "Owner" column?
> > "1" is the default value for this variable, so setting it explicitly is
> > no different from leaving the value out of the configuration.
> >
> > If you want to hide the "Owner" column, set "enable-index-owner=0".
> >
> >
> > John
> Before asking, I of course, tried that already -- doesn't work.

Apply 'Make "owner" column on index page configurable' [1] (or just
build from master), then set "enable-index-owner=0".

> 
> [...]

[1] http://git.zx2c4.com/cgit/patch/?id=b1e172a




^ permalink raw reply	[flat|nested] 6+ messages in thread

* How to disable or change Owner column on index page?
  2013-03-26 12:53 How to disable or change Owner column on index page? dcMhOYBdpZkH
  2013-03-26 13:09 ` john
@ 2013-03-26 13:48 ` Jason
  2013-03-26 18:01   ` dcMhOYBdpZkH
  1 sibling, 1 reply; 6+ messages in thread
From: Jason @ 2013-03-26 13:48 UTC (permalink / raw)


On Tue, Mar 26, 2013 at 1:53 PM, . <dcMhOYBdpZkH at web.de> wrote:

> Hi,
> I'm using cgit 0.9.1 and if I set  enable-index-owner=1  nothing
> happens. Why? (Do I need the latest master?) So how do I change or may
> hide the index "Owner" column?


We merged this after the 0.9.1 release. It will be in 0.9.2 (or possibly
0.10...). Until then, the master git branch is decently stable if you'd l
ike to use that instead.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* How to disable or change Owner column on index page?
  2013-03-26 13:48 ` Jason
@ 2013-03-26 18:01   ` dcMhOYBdpZkH
  0 siblings, 0 replies; 6+ messages in thread
From: dcMhOYBdpZkH @ 2013-03-26 18:01 UTC (permalink / raw)


On 03/26/2013 02:48 PM, Jason A. Donenfeld wrote:
>
>
> On Tue, Mar 26, 2013 at 1:53 PM, . <dcMhOYBdpZkH at web.de
> <mailto:dcMhOYBdpZkH at web.de>> wrote:
>
>     Hi,
>     I'm using cgit 0.9.1 and if I set  enable-index-owner=1  nothing
>     happens. Why? (Do I need the latest master?) So how do I change or may
>     hide the index "Owner" column?
>
>
> We merged this after the 0.9.1 release. It will be in 0.9.2 (or
> possibly 0.10...). Until then, the master git branch is decently
> stable if you'd l ike to use that instead. 
Thank you both. master didn't work some days ago. Now it works:
$ git clone http://git.zx2c4.com/cgit cgit-master
$ git submodule init
downloaded git 1.7.12.4 and put it's content into the empty /git/ folder
within cgit-master
$ make
done :)

So cgit uses that downloaded git version, not the one one has installed
on ones computer, like I have
$ git --version
git version 1.7.9.5




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-03-26 18:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-26 12:53 How to disable or change Owner column on index page? dcMhOYBdpZkH
2013-03-26 13:09 ` john
2013-03-26 13:14   ` dcMhOYBdpZkH
2013-03-26 13:17     ` cgit
2013-03-26 13:48 ` Jason
2013-03-26 18:01   ` dcMhOYBdpZkH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).