sim: replacing ChangeLog files with online git logs
Mike Frysinger via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <YEwpQn7lFhvM37Qc@vapier> |
we're planning on dropping ChangeLog files in sim/ and replacing them with a pointer to the online vcs log. anyone have feedback before we land this ? $ find sim/ -name ChangeLog -delete $ cat >sim/ChangeLog <<EOF Please see the git log online at: https://sourceware.org/git/?p=binutils-gdb.git;a=history;f=sim EOF -mike