Skip to content
#

commits

Here are 139 public repositories matching this topic...

SonOfLilit
SonOfLilit commented Jan 15, 2016
$ git commit
.git/hooks/prepare-commit-msg: line 43: conditional binary operator expected
.git/hooks/prepare-commit-msg: line 43: syntax error near `=~'
.git/hooks/prepare-commit-msg: line 43: `  if [[ "${IGNORED[*]}" =~ "${filename}" || "${IGNORED[*]}" =~ "${extension}" ]]; then'

$ cd ../commit-comments/
$ git log | head -n 1
commit a916600e8cc2b0cb0f6da2533d616da3ddca5f68

$ /bin/bash --ver
chrisui
chrisui commented Jul 25, 2017

I would really appreciate seeing this limitation documented a little further.

Specifically I would like to understand the issue with merge commits and know if there is a migration path from a codebase with a long history of these to one which would be ready to use fbshipit.

KeithMnemonic
KeithMnemonic commented Jan 2, 2019

Running these commands

git clone https://github.com/paramiko/paramiko.git
cd paramiko
git checkout -b my2.2.3 2.2.3
git tag to-backport 56c96a65
git deps -r -e my2.2.3

I get

Fatal: -L invalid line number: 0
Traceback (most recent call last):
  File "/usr/bin/git-deps", line 10, in <module>
    sys.exit(run())
  File "/usr/lib/python3.6/site-packages/git_deps/cli.py

Improve this page

Add a description, image, and links to the commits topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the commits topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.