Bug 550343 - pgm: support --not option in rev-list and log commands
Summary: pgm: support --not option in rev-list and log commands
Status: NEW
Alias: None
Product: JGit
Classification: Technology
Component: JGit (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-22 12:15 EDT by Evgenii Pasynkov CLA
Modified: 2019-08-22 12:18 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evgenii Pasynkov CLA 2019-08-22 12:15:56 EDT
Part of git documentation:

https://git-scm.com/docs/git-rev-list#Documentation/git-rev-list.txt---not

"
Reverses the meaning of the ^ prefix (or lack thereof) for all following revision specifiers, up to the next --not
"

Actually, the '--all' flag is also affected by --not
Comment 1 Evgenii Pasynkov CLA 2019-08-22 12:18:34 EDT
Patch:
https://git.eclipse.org/r/148156