Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git diff syntax? #37

Closed
Martin-Grunewald opened this issue Jul 4, 2013 · 5 comments
Closed

git diff syntax? #37

Martin-Grunewald opened this issue Jul 4, 2013 · 5 comments
Assignees

Comments

@Martin-Grunewald
Copy link
Contributor

Hi,

What is the git syntax for diff? From the rosetta stone I assume it is straight forward,
but no:

git diff CMSSW_6_0_0_pre7 CMSSW_6_0_0_pre8
fatal: ambiguous argument 'CMSSW_6_0_0_pre7': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git [...] -- [...]'

and

git diff CMSSW_6_0_0_pre7 CMSSW_6_0_0_pre8 -- HLTrigger/Configuration
fatal: bad revision 'CMSSW_6_0_0_pre7'

@davidlt
Copy link
Contributor

davidlt commented Jul 4, 2013

There is no any kind of ref/branch/tag for CMSSW_6_0_0_pre7. Full migration happens after CMSSW_6_2_0 is released. Thus you only have CMSSW_6_0_0_pre8 and CMSSW_7_0_0_pre0 available, and the newest 7_0_X IBs.

@Martin-Grunewald
Copy link
Contributor Author

Hmm, but it still does not work even with those:

git diff CMSSW_7_0_X_2013-07-02-0200 CMSSW_6_0_0_pre8 -- FWCore/ParameterSet
fatal: bad revision 'CMSSW_6_0_0_pre8'

@davidlt
Copy link
Contributor

davidlt commented Jul 4, 2013

CMSSW_6_0_0_pre8 is wrong, we have CMSSW_6_2_0_pre8 :)

@ghost ghost assigned Martin-Grunewald Jul 4, 2013
@ktf
Copy link
Contributor

ktf commented Jul 4, 2013

Martin please close this if you are happy with the reply.

@Martin-Grunewald
Copy link
Contributor Author

Uhh my bad, sorry! Closing this!

dildick referenced this issue in gem-sw/cmssw Sep 26, 2013
change namespace "helpers" to "SimMuL1_helpers" and remove legacy.
yetkinyilmaz referenced this issue in CmsHI/cmssw Dec 23, 2013
nclopezo pushed a commit to nclopezo/cmssw that referenced this issue May 5, 2014
franzoni pushed a commit to franzoni/cmssw that referenced this issue May 8, 2014
jpata referenced this issue in jpata/cmssw Jun 13, 2015
akalinow added a commit to akalinow/cmssw that referenced this issue Sep 17, 2015
rkunnawa added a commit to rkunnawa/cmssw that referenced this issue Dec 16, 2015
jbsauvan added a commit to jbsauvan/cmssw that referenced this issue Sep 7, 2016
danielwinterbottom pushed a commit to danielwinterbottom/cmssw that referenced this issue Mar 13, 2017
mariadalfonso pushed a commit to mariadalfonso/cmssw that referenced this issue May 6, 2017
gpetruc added a commit to gpetruc/cmssw that referenced this issue Oct 9, 2017
cmsbuild pushed a commit that referenced this issue Jul 9, 2018
Sam-Harper added a commit to Sam-Harper/cmssw that referenced this issue Jun 4, 2019
Syncing to the main EgammaPostRecoTools branch
BrieucF pushed a commit to BrieucF/cmssw that referenced this issue Jul 15, 2019
…ouping

Improvements in code, configuration and logging (Hough grouping)
gpetruc added a commit to gpetruc/cmssw that referenced this issue Jan 18, 2021
Fix package name in l1pfJetMet_cff
franzoni pushed a commit to franzoni/cmssw that referenced this issue May 3, 2021
add missing storeElectrons flag to NTUP template
dsrankin pushed a commit to dsrankin/cmssw that referenced this issue Mar 9, 2022
105x_v3 bugfixes and change default input for prun to be v3
ywkao pushed a commit to ywkao/cmssw that referenced this issue Jul 31, 2023
Update HGCalDigisClientHarvester.cc
bendavid added a commit to bendavid/cmssw that referenced this issue May 8, 2024
add matching between secondary vertices and electrons, muons, jets, taus
jchismar pushed a commit to jchismar/cmssw that referenced this issue Jul 3, 2024
…T_X_LSTCore_realfiles_TrackLooperPR408

Make compilation flags for duplicate cleaning and triplet pLSs into runtime flags (TrackLooper PR#408 + cmssw PR#31)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants