Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 814 Bytes

UPDATING-LIBGIT2.md

File metadata and controls

25 lines (20 loc) · 814 Bytes

Update Fork From Upstream

Test Fork

  • Run ./update-xcode.sh
  • Select libgit2_clar project
  • Enable address sanitizer
  • Set environment variable ASAN_OPTIONS to allocator_may_return_null=1
  • Run to run all default tests
  • Run again passing -sonline as an argument to run online tests

Update and Test GitUp

  • Force push gitup branch to remote
  • Force update libgit2 submodule
  • Open GitUp Xcode project
  • Select GitUpKit (OS X) target and run tests
  • Verify GitUpKit (iOS) builds
  • Commit and push