Bug 1615940

Summary: after 'baseline' not all files are included by 'stable update' commit
Product: [Fedora] Fedora Reporter: Jiri Kastner <jkastner>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: airlied, bskeggs, ewk, hdegoede, ichavero, itamar, jarodwilson, jglisse, john.j5live, jonathan, josef, kernel-maint, linville, mchehab, mjg59, steved
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
use 'git add -A' to track all files none

Description Jiri Kastner 2018-08-14 14:44:05 UTC
Created attachment 1475887 [details]
use 'git add -A' to track all files

Description of problem:
when i play with rt patch queue, sometime 'git commit -a "Stable update"' do not cover all files as stable update patch brings new files. make sense to use 'git add -A' to get them covered. and some build process steps leave garbage in place. as i use stgit for identifying problematic fedora patch or patch from rt quilt queue, is good to have clean 'space' to speed-up identification.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info: