From: Kevin Daudt <me@ikke.info>
To: Technext <varuag.chhabra@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Identifying user who ran “git reset” command
Date: Mon, 23 Feb 2015 17:48:33 +0100 [thread overview]
Message-ID: <20150223164833.GA17528@vps892.directvps.nl> (raw)
In-Reply-To: <1424495778228-7625791.post@n2.nabble.com>
On Fri, Feb 20, 2015 at 10:16:18PM -0700, Technext wrote:
> Thanks Junio for the prompt reply! :) Yes, that's exactly how i would like
> things to be. I'll definitely try to push this thing and see if this flow
> can be implemented.
>
> However, can you please guide me whether there's any way i could have
> figured out about the git reset command that the developer executed on his
> local? (my first query)
git reset . is just a local working tree operation, which does not leave
something behind, just like when the user would do any other file
operations and comitted that. This created a so called evil merge, which
are not easy to detect (see [1] for some possible solutions)
>
> Also, am i right in thinking that a check cannot be implemented using hooks
> or any other similar way? (my second query)
Because an evil merge is hard to detect, it's even harder to do it
automated in a script. Human review works much better for this (when
merging in the changes from the developer).
[1]: https://stackoverflow.com/a/27744011/20261
next prev parent reply other threads:[~2015-02-23 16:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-21 4:46 Identifying user who ran “git reset” command Technext
2015-02-21 4:58 ` Junio C Hamano
2015-02-21 5:16 ` Technext
2015-02-23 16:48 ` Kevin Daudt [this message]
2015-02-23 18:43 ` Identifying user who ran "git reset" command Randall S. Becker
-- strict thread matches above, loose matches on Subject: below --
2015-03-26 6:30 Identifying user who ran “git reset” command Gaurav Chhabra
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=20150223164833.GA17528@vps892.directvps.nl \
--to=me@ikke.info \
--cc=git@vger.kernel.org \
--cc=varuag.chhabra@gmail.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).