Modify ↓
#12693 closed defect (fixed)
warning about empty strings as pathspecs since git 2.11.0
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.14 |
Component: | plugin/git | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Avoid a warning about empty strings as pathspecs since git 2.11.0. |
||
API Changes: | |||
Internal Changes: |
Description
I got the following log with git 2.11.1.
2017-02-20 14:04:02,100 (7f3d5688a700) [/path/to/trac/host/env] DEBUG: /usr/bin/git exits with 0, dir: u'/path/to/git/host/repos', args: ls-tree ('-z', '-l', '...SHA1...', '--', ''), stderr: 'warning: empty strings as pathspecs will be made invalid in upcoming releases. please use . instead if you meant to match all paths\n'
See also https://github.com/git/git/commit/d426430e6ec2a05bf0a4ee88c319dd6072908504
Attachments (0)
Change History (3)
comment:1 by , 8 years ago
Milestone: | next-stable-1.0.x → 1.0.14 |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:3 by , 8 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Thanks for the testing! Committed in [15540] and merged in [15541,15542].
Note:
See TracTickets
for help on using tickets.
Proposed changes in [40f16297f/jomae.git].