Hello all,
After compiling sip-router, if I run git status, the following files are listed as untracked: $ git status # On branch master # Untracked files: # (use "git add <file>..." to include in what will be committed) # # modules/auth/auth.7 # modules/privacy/README # modules_s/acc_db/acc_db.7 # modules_s/acc_syslog/acc_syslog.7 # modules_s/auth_db/auth_db.7 # modules_s/avp/avp.7 # modules_s/avp_db/avp_db.7 nothing added to commit but untracked files present (use "git add" to track)
The above files should be either added to the git repo or the ignore list should be updated.
Regards, Ovidiu Sas
Hello,
On 9/1/10 1:37 AM, Ovidiu Sas wrote:
Hello all,
After compiling sip-router, if I run git status, the following files are listed as untracked: $ git status # On branch master # Untracked files: # (use "git add<file>..." to include in what will be committed) # # modules/auth/auth.7 # modules/privacy/README # modules_s/acc_db/acc_db.7 # modules_s/acc_syslog/acc_syslog.7 # modules_s/auth_db/auth_db.7 # modules_s/avp/avp.7 # modules_s/avp_db/avp_db.7 nothing added to commit but untracked files present (use "git add" to track)
The above files should be either added to the git repo or the ignore list should be updated.
seems to be man page generated from docbook, they have to be ignored.
Cheers, Daniel
Hello Henning,
I still have the README file from the privacy module untracked. I think this one should be properly tracked as all the other README files for the other modules.
$ git status # On branch master # Untracked files: # (use "git add <file>..." to include in what will be committed) # # modules/privacy/README nothing added to commit but untracked files present (use "git add" to track)
Thanks, Ovidiu
On Thu, Sep 2, 2010 at 12:41 PM, Henning Westerholt henning.westerholt@1und1.de wrote:
On Wednesday 01 September 2010, Ovidiu Sas wrote:
$ git status # On branch master # Untracked files: # (use "git add <file>..." to include in what will be committed) # # modules/auth/auth.7
Hey Ovidiu,
i've added the man pages to the ignore file.
Cheers,
Henning
On Thursday 02 September 2010, Ovidiu Sas wrote:
I still have the README file from the privacy module untracked. I think this one should be properly tracked as all the other README files for the other modules.
# modules/privacy/README
Hi Ovidiu,
ah, this privacy module.. Aparently this is in some half finished state, maybe it could be removed completely. Raul, i think you added it about half year ago, somehow accidently? Can it be removed?
Cheers,
Henning