Bitcoin Forum
May 10, 2024, 06:02:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Which commit?  (Read 660 times)
Wolf0 (OP)
Member
**
Offline Offline

Activity: 81
Merit: 1002


It was only the wind.


View Profile
December 18, 2013, 04:42:47 PM
Last edit: October 16, 2018, 03:15:31 AM by Wolf0
 #1

NaN.
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715320920
Hero Member
*
Offline Offline

Posts: 1715320920

View Profile Personal Message (Offline)

Ignore
1715320920
Reply with quote  #2

1715320920
Report to moderator
1715320920
Hero Member
*
Offline Offline

Posts: 1715320920

View Profile Personal Message (Offline)

Ignore
1715320920
Reply with quote  #2

1715320920
Report to moderator
andytoshi
Full Member
***
Offline Offline

Activity: 179
Merit: 151

-


View Profile
December 18, 2013, 04:47:00 PM
 #2

It's worthwhile to learn the git bisect command for finding things like this out.

If the offending commit did nothing except this, you can even commit a reversion to your local repository, by running git revert 123abc. Then you can keep track of future updates by
Code:
git fetch origin
git rebase origin master

(You may want to replace 'master' with some other branch, if it offends you that 'master' will no longer match 'origin/master'.)
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!