1. 30 Apr, 2021 6 commits
  2. 29 Apr, 2021 2 commits
  3. 28 Apr, 2021 5 commits
  4. 27 Apr, 2021 2 commits
  5. 26 Apr, 2021 3 commits
  6. 23 Apr, 2021 1 commit
  7. 22 Apr, 2021 1 commit
  8. 21 Apr, 2021 4 commits
  9. 20 Apr, 2021 5 commits
  10. 19 Apr, 2021 6 commits
  11. 16 Apr, 2021 4 commits
  12. 15 Apr, 2021 1 commit
    • Gregory Nisbet's avatar
      [git-cl] Add option to git-cl upload to prohibit changeid manipulation. · 48d9e1e5
      Gregory Nisbet authored
      I recently encountered an error where I forgot to add a changeid locally to
      some-but-not-all commits in a stack of commits. When attempting to upload
      these commits via `git cl upload --no-squash`, I received a confusing message
      instructing me to install the Gerrit commit-msg hook even after the hook was
      installed. In order to debug this problem locally, I added the ability to
      prevent `git cl upload ...` from attempting to change the contents of
      messages. If the --no-add-changeid flag is passed, then the command will
      simply fail quasi-informatively.
      
      BUG=None
      TEST=attempted to upload this CL via `git cl upload --no-squash --no-add-changeid`, confirm that it fails.
      
      Change-Id: Id5f721c18143448db801095946f490880bb61786
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2828775Reviewed-by: 's avatarDirk Pranke <dpranke@google.com>
      Commit-Queue: Gregory Nisbet <gregorynisbet@google.com>
      48d9e1e5