Hi,

Patrick GARCIA wrote:
> I did not manage to use "vc-dwim" properly.

vc-dwim is used to create a ChangeLog entry. When you provide a patch
with a reasonable git commit message, we can easily turn that into
a ChangeLog entry. Therefore, no real need to use 'vc-dwim'.

When you propose a patch, you should provide an explanation regarding
the situation where it provides an improvement.

  - Which OS? I guess GNU/Linux, but you should better state that
    explicitly.
  - What are the "How to reproduce" instructions?

Your git commit message gives only partial answers:

  - What do you mean by "logical" file name resolution?
  - "NOLINKS" flag - what do you mean by that?
  - "current-directory is a sybolic-link" - what do you mean by that?
    When a process enters a directory via chdir(), is follows symbolic
    links. Therefore the current directory is _never_ a symbolic link,
    it is _always_ a real directory.

> PS : I will, then, propose a shell unit-test to the coreutils team.

Ideally, since Gnulib is a C functions library, the unit test should
be a small self-contained C program. That test program lives in
gnulib/tests/.

Bruno




Reply via email to