Git development
 help / color / mirror / Atom feed
* 'git config' vs 'git repo-config'
@ 2007-02-04  9:38 Marco Costalba
  2007-02-04  9:47 ` Junio C Hamano
  0 siblings, 1 reply; 7+ messages in thread
From: Marco Costalba @ 2007-02-04  9:38 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: GIT list

Hi Junio,

  I've seen that 'git repo-config' has been renamed 'git config', but
old name is still available for back compatibility.

Do you plan to remove it in a near future?

Probably you already now why I'm asking this ;-)

Thanks
Marco

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

* Re: 'git config' vs 'git repo-config'
  2007-02-04  9:38 'git config' vs 'git repo-config' Marco Costalba
@ 2007-02-04  9:47 ` Junio C Hamano
  2007-02-04 10:00   ` Marco Costalba
  0 siblings, 1 reply; 7+ messages in thread
From: Junio C Hamano @ 2007-02-04  9:47 UTC (permalink / raw)
  To: Marco Costalba; +Cc: git

"Marco Costalba" <mcostalba@gmail.com> writes:

>  I've seen that 'git repo-config' has been renamed 'git config', but
> old name is still available for back compatibility.

Exactly.  While I do not think qgit uses them, fsck-objects and
init-db also got shorter-and-sweeter synonyms.

> Do you plan to remove it in a near future?

Not me personally.  The recent shorter-and-sweeter synonyms are
too young to kick out their original names.  We probably should
wait for at least 6 months, preferrably longer, after the first
major release that introduced them.

> Probably you already now why I'm asking this ;-)

No.  But we should certainly draw up deprecation/removal
schedule.  It simply could be "never" ;-).

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

* Re: 'git config' vs 'git repo-config'
  2007-02-04  9:47 ` Junio C Hamano
@ 2007-02-04 10:00   ` Marco Costalba
  2007-02-04 10:09     ` Junio C Hamano
  0 siblings, 1 reply; 7+ messages in thread
From: Marco Costalba @ 2007-02-04 10:00 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

On 2/4/07, Junio C Hamano <junkio@cox.net> wrote:
> "Marco Costalba" <mcostalba@gmail.com> writes:
>
> > Probably you already now why I'm asking this ;-)
>
> No.  But we should certainly draw up deprecation/removal
> schedule.  It simply could be "never" ;-).
>

qgit needs to handle the text codec information 'i18n.commitencoding'

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

* Re: 'git config' vs 'git repo-config'
  2007-02-04 10:00   ` Marco Costalba
@ 2007-02-04 10:09     ` Junio C Hamano
  2007-02-04 10:23       ` Marco Costalba
  0 siblings, 1 reply; 7+ messages in thread
From: Junio C Hamano @ 2007-02-04 10:09 UTC (permalink / raw)
  To: Marco Costalba; +Cc: git

"Marco Costalba" <mcostalba@gmail.com> writes:

> On 2/4/07, Junio C Hamano <junkio@cox.net> wrote:
>> "Marco Costalba" <mcostalba@gmail.com> writes:
>>
>> > Probably you already now why I'm asking this ;-)
>>
>> No.  But we should certainly draw up deprecation/removal
>> schedule.  It simply could be "never" ;-).
>
> qgit needs to handle the text codec information 'i18n.commitencoding'

I thought you already fixed the header parser.  Is that a news?

I wonder what it has to do with the command deprecation/removal
schedule...

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

* Re: 'git config' vs 'git repo-config'
  2007-02-04 10:09     ` Junio C Hamano
@ 2007-02-04 10:23       ` Marco Costalba
  2007-02-04 10:36         ` Jakub Narebski
  2007-02-04 10:52         ` Junio C Hamano
  0 siblings, 2 replies; 7+ messages in thread
From: Marco Costalba @ 2007-02-04 10:23 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

On 2/4/07, Junio C Hamano <junkio@cox.net> wrote:
> "Marco Costalba" <mcostalba@gmail.com> writes:
>
> >
> > qgit needs to handle the text codec information 'i18n.commitencoding'
>
> I thought you already fixed the header parser.  Is that a news?
>

The parser is fixed from some week already.

Codec info is shown to user when opens settings dialog and could be
manually set by user there. If not present utf8 is assumed.

> I wonder what it has to do with the command deprecation/removal
> schedule...
>

I plan to release a point release after git-1.5 is out, so I'm
wondering if renaming git-repo-config --> git-config also in qgit.

BTW  'git-repo-config' seems to be currently used also by StGit

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

* Re: 'git config' vs 'git repo-config'
  2007-02-04 10:23       ` Marco Costalba
@ 2007-02-04 10:36         ` Jakub Narebski
  2007-02-04 10:52         ` Junio C Hamano
  1 sibling, 0 replies; 7+ messages in thread
From: Jakub Narebski @ 2007-02-04 10:36 UTC (permalink / raw)
  To: git

Marco Costalba wrote:

> I plan to release a point release after git-1.5 is out, so I'm
> wondering if renaming git-repo-config --> git-config also in qgit.

This would mean that you cannot use new qgit with older git instalations.
Not a good idea, I think...
-- 
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git

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

* Re: 'git config' vs 'git repo-config'
  2007-02-04 10:23       ` Marco Costalba
  2007-02-04 10:36         ` Jakub Narebski
@ 2007-02-04 10:52         ` Junio C Hamano
  1 sibling, 0 replies; 7+ messages in thread
From: Junio C Hamano @ 2007-02-04 10:52 UTC (permalink / raw)
  To: Marco Costalba; +Cc: git

"Marco Costalba" <mcostalba@gmail.com> writes:

>> "Marco Costalba" <mcostalba@gmail.com> writes:
>
> I plan to release a point release after git-1.5 is out, so I'm
> wondering if renaming git-repo-config --> git-config also in qgit.
>
> BTW  'git-repo-config' seems to be currently used also by StGit

It's really up to you and Catalin, but if you expect people
might run with git 1.4.4, it would make more sense to stick with
the tried-and-proven names and wait until you are reasonably
sure that everybody you care about are running at least 1.5.0.

The only reason the in-tree scripts git.git ships with use the
new names is because they know they are part of a revision that
has them.

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

end of thread, other threads:[~2007-02-04 10:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-04  9:38 'git config' vs 'git repo-config' Marco Costalba
2007-02-04  9:47 ` Junio C Hamano
2007-02-04 10:00   ` Marco Costalba
2007-02-04 10:09     ` Junio C Hamano
2007-02-04 10:23       ` Marco Costalba
2007-02-04 10:36         ` Jakub Narebski
2007-02-04 10:52         ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox