History Of Ticket d60f7f7109
Not logged in
Ticket change [c4ae64b681] (rid 3631) by drh on 2008-10-26 16:05:29:
  1. Appended to comment:

    drh added on 2008-10-26 16:05:29:
    I believe you can set the default user like this:

    fossil user default user-id

    The default user set as above overrides any USER environment variable setting. You an also set the user for individual commands using the -U or --user command line switch. For example:

    fossil commit --user drh

    The -U or --user switch overrides the user set by the "user default" command and the "user default" command overrides the USER environment variable.

  2. Change resolution to "Not_A_Bug"
  3. Change status to "Closed"
Ticket change [769eb5ec43] (rid 3622) by anonymous on 2008-10-26 06:00:55:
  1. Change comment to "I have tested fossil on Win32 and it takes my Windows user name as fossil user name, which is not correct as: 1. I have different user names on my office laptop vs. home PC. 2. I cannot have Altu Faltu as my windows user name. Ideally, provision should be there to provide one username per repository. With current situation, I can have three names: 1. My windows user name that is used by fossil automatically. 2. My fossil-scm,org user name. 3. The user name I give when generating GPG keys. Is there any relation between them? (I could not login as altufaltu today, not sure if it is my browser or website) - Altu"
  2. Change foundin to "3d62a9fb39"
  3. Change private_contact to "a7ec239b1a3401c4229e18dead1ea4225e287fb9"
  4. Change severity to "Minor"
  5. Change status to "Open"
  6. Change title to "Provision to supply user name"
  7. Change type to "Feature_Request"