From: Alexey Tourbin <at@altlinux.ru> To: ALT Devel discussion list <devel@lists.altlinux.org> Subject: Re: [devel] git - Author Date: Thu, 7 Dec 2006 09:31:10 +0300 Message-ID: <20061207063110.GG7986@localhost.localdomain> (raw) In-Reply-To: <20061207061835.GC11612@tacit.myxomop.com> [-- Attachment #1: Type: text/plain, Size: 1238 bytes --] On Thu, Dec 07, 2006 at 09:18:35AM +0300, Kirill Maslinsky wrote: > > > Если понаделаны git-commit c неправильным автором ( были неверно настроены > > > GIT_AUTHOR_NAME итд. ) это это как-то лечится? > > > Можно как-то поменять Author в уже сделанных commit ? > > > > Нет. > > То есть если коммиты еще нигде не опубликованы (есть только > в локальном репозитории), то их можно выбросить и сделать > новые с правильным автором. Если даже опубликованы, то можно сделать git-push --force. Но это уже будут *другие* коммиты. git-push --force иногда удобно использовать для "предварительной публикации", чтобы проверить собираемость пакета в другом месте и т.п. Но, естественно, пользуясь этим удобством, крайне нежелательно заменять коммиты дальше, чем проставлен последний публичный таг. Иначе "поедет" не только то, что на самом-самом верху, но и вообще всё. > Весьма важная идея git в том, что единожды созданный объект > нельзя изменить пост-фактум. Благодаря этому нельзя фальсифицировать > (равно как и исправить) историю изменений. Конечно. Имя автора входит в ту информацию, для которой создается криптостойкий хеш-идентификатор. Поэтому заменить его, сохранив идентификатор, уже никак нельзя. [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2006-12-07 6:31 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2006-12-06 21:47 Artem Zolochevskiy 2006-12-07 1:44 ` Alexey Tourbin 2006-12-07 6:18 ` Kirill Maslinsky 2006-12-07 6:31 ` Alexey Tourbin [this message] 2006-12-09 4:13 ` Alexey Tourbin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20061207063110.GG7986@localhost.localdomain \ --to=at@altlinux.ru \ --cc=devel@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git