Edgewall Software
Modify

Opened 7 years ago

Closed 7 years ago

Last modified 6 years ago

#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 Jun Omae, 7 years ago

Milestone: next-stable-1.0.x1.0.14
Owner: set to Jun Omae
Status: newassigned

Proposed changes in [40f16297f/jomae.git].

comment:2 by Christian Boos, 7 years ago

Tested on trunk, works fine, thanks!

comment:3 by Jun Omae, 7 years ago

Release Notes: modified (diff)
Resolution: fixed
Status: assignedclosed

Thanks for the testing! Committed in [15540] and merged in [15541,15542].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jun Omae to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.