shadowm

Untitled

Mar 28th, 2013
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. shadowm@nanacore:~/src/wesnoth-git$ git pull
  2. The authenticity of host 'git.code.sf.net (216.34.181.155)' can't be established.
  3. RSA key fingerprint is 86:7b:1b:12:85:35:8a:b7:98:b6:d2:97:5e:96:58:1d.
  4. Are you sure you want to continue connecting (yes/no)? yes
  5. Warning: Permanently added 'git.code.sf.net,216.34.181.155' (RSA) to the list of known hosts.
  6. remote: Counting objects: 40552, done.
  7. remote: Compressing objects: 100% (7540/7540), done.
  8. remote: Total 15502 (delta 11790), reused 11149 (delta 7869)
  9. Receiving objects: 100% (15502/15502), 44.70 MiB | 348 KiB/s, done.
  10. Resolving deltas: 100% (11790/11790), completed with 7142 local objects.
  11. From ssh://git.code.sf.net/p/wesnoth/code
  12. 2561c5b..1741464 master -> origin/master
  13. * [new branch] 1.0 -> origin/1.0
  14. * [new branch] 1.10 -> origin/1.10
  15. * [new branch] 1.2 -> origin/1.2
  16. * [new branch] 1.4 -> origin/1.4
  17. * [new branch] 1.6 -> origin/1.6
  18. * [new branch] 1.8 -> origin/1.8
  19. * [new branch] BRANCH_vendor_gettext -> origin/BRANCH_vendor_gettext
  20. * [new branch] asio_wesnothd -> origin/asio_wesnothd
  21. * [new branch] branch_gettext1 -> origin/branch_gettext1
  22. * [new branch] formula-ai -> origin/formula-ai
  23. * [new branch] gameplay_refactoring -> origin/gameplay_refactoring
  24. * [new branch] gp2x -> origin/gp2x
  25. * [new branch] mordante_terrain -> origin/mordante_terrain
  26. * [new branch] mp_registration -> origin/mp_registration
  27. * [new branch] new_addon_server -> origin/new_addon_server
  28. * [new branch] ogl -> origin/ogl
  29. * [new branch] terrain-layer -> origin/terrain-layer
  30. * [new branch] water_animation -> origin/water_animation
  31. * [new branch] wesnoth-gl -> origin/wesnoth-gl
  32. * [new branch] wesnoth-python -> origin/wesnoth-python
  33. * [new branch] xan -> origin/xan
  34. Updating 2561c5b..1741464
  35. Fast-forward
  36. .gitignore | 4 +
  37. data/campaigns/Heir_To_The_Throne/utils/bigmap.cfg | 414 ++++++++++++++++++++--------------------
  38. data/campaigns/Sceptre_of_Fire/utils/bigmap.cfg | 871 ++++++++++++++++++++++++++++++++++++++++++------------------------------------------
  39. data/campaigns/Son_Of_The_Black_Eye/utils/bigmap.cfg | 1550 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------
  40. data/campaigns/The_South_Guard/utils/bigmap.cfg | 268 +++++++++++++-------------
  41. data/campaigns/Under_the_Burning_Suns/scenarios/05_A_Subterranean_Struggle.cfg | 10 +-
  42. data/core/encyclopedia/geography.cfg | 2 +-
  43. data/core/terrain-graphics/editor.cfg | 6 +-
  44. data/themes/editor.cfg | 4 +
  45. data/tools/wesnoth/wmltools.py | 2 +-
  46. misc/fortunes/wesnoth | 22 +++
  47. players_changelog | 2 +-
  48. src/editor/palette/editor_palettes.cpp | 18 +-
  49. src/editor/palette/empty_palette.hpp | 49 +++--
  50. src/editor/palette/palette_manager.cpp | 9 +-
  51. src/editor/toolkit/editor_toolkit.cpp | 16 +-
  52. 16 files changed, 1643 insertions(+), 1604 deletions(-)
Advertisement
Add Comment
Please, Sign In to add comment