Bitcoin Forum
April 19, 2024, 08:19:35 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Which commit?  (Read 659 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.
1713557975
Hero Member
*
Offline Offline

Posts: 1713557975

View Profile Personal Message (Offline)

Ignore
1713557975
Reply with quote  #2

1713557975
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713557975
Hero Member
*
Offline Offline

Posts: 1713557975

View Profile Personal Message (Offline)

Ignore
1713557975
Reply with quote  #2

1713557975
Report to moderator
1713557975
Hero Member
*
Offline Offline

Posts: 1713557975

View Profile Personal Message (Offline)

Ignore
1713557975
Reply with quote  #2

1713557975
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!