-
Notifications
You must be signed in to change notification settings - Fork 210
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: rustyrussell/ccan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: heshbaugh/ccan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 4 files changed
- 2 contributors
Commits on Jan 12, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 16fbc82 - Browse repository at this point
Copy the full SHA 16fbc82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44d03e0 - Browse repository at this point
Copy the full SHA 44d03e0View commit details
Commits on Jan 16, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 9817e8c - Browse repository at this point
Copy the full SHA 9817e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c97ef0 - Browse repository at this point
Copy the full SHA 5c97ef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54da866 - Browse repository at this point
Copy the full SHA 54da866View commit details
Commits on Jan 19, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 406d0b7 - Browse repository at this point
Copy the full SHA 406d0b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07c298c - Browse repository at this point
Copy the full SHA 07c298cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e3d75d - Browse repository at this point
Copy the full SHA 5e3d75dView commit details
Commits on Apr 5, 2013
-
log: make it pass ccanlint (on Linux, at least)
1) _info example does not compile, due to missing close of function. 2) <log.h> does not exist on my system 3) You should always include your own prototypes, so include <ccan/log/log.h> 4) log_tags[] should not be defined in header, otherwise everyone who includes log.h will get their own copy, and it's unused anyway. 5) set_log_file() should take a const. 6) get_log_mode() should use modern (void) C style. 7) get_log_mode() returns an int according to the header. 8) _print_log() should mostly take const char *. 9) ccanlint wants the license mentioned in every file. There are still no tests, and there really should be! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 20da2e9 - Browse repository at this point
Copy the full SHA 20da2e9View commit details -
Merge pull request #1 from rustyrussell/for-heshbaugh
log: make it pass ccanlint (on Linux, at least)
Configuration menu - View commit details
-
Copy full SHA for 27b84ef - Browse repository at this point
Copy the full SHA 27b84efView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master