Advertisement
Guest User

Untitled

a guest
Mar 6th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1.  
  2. #0 config_open (cfg=0x15deaa98, level=4) at $LIBGITPATH\trunk\src\config_file.c:202
  3. res = -1
  4. b = 0x15deaa98
  5. #1 0x6caccf80 in git_config_add_backend (cfg=0x15dea9d8, file=0x15deaa98, level=4, force=0) at $LIBGITPATH\trunk\src\config.c:265
  6. internal = 0x51374e9f
  7. result = 366914200
  8. #2 0x6caccbe8 in git_config_add_file_ondisk (cfg=0x15dea9d8, path=0x15deaa48 "$REPOPARENT/test_new_prj/.git/config", level=4, force=0) at $LIBGITPATH\trunk\src\config.c:105
  9. file = 0x15deaa98
  10. res = 1823827951
  11. #3 0x6cb04f31 in load_config (out=0x15de8f3c, repo=0x15de8f38, global_config_path=0x15de8e50 "$USERPROFILE/.gitconfig", xdg_config_path=0x15da6348 "$USERPROFILE/.config/git/config", system_config_path=0x15dea808 "$PROGRAM_FILES/Git/etc/gitconfig") at $LIBGITPATH\trunk\src\repository.c:467
  12. error = 0
  13. config_path = {ptr = 0x15deaa48 "$REPOPARENT/test_new_prj/.git/config", asize = 56, size = 50}
  14. cfg = 0x15dea9d8
  15. #4 0x6cb0510e in git_repository_config__weakptr (out=0x23f588, repo=0x15de8f38) at $LIBGITPATH\trunk\src\repository.c:523
  16. xdg_buf = {ptr = 0x15da6348 "$USERPROFILE/.config/git/config", asize = 56, size = 55}
  17. global_config_path = 0x15de8e50 "$USERPROFILE/.gitconfig"
  18. system_config_path = 0x15dea808 "$PROGRAM_FILES/Git/etc/gitconfig"
  19. global_buf = {ptr = 0x15de8e50 "$USERPROFILE/.gitconfig", asize = 48, size = 47}
  20. system_buf = {ptr = 0x15dea808 "$PROGRAM_FILES/Git/etc/gitconfig", asize = 40, size = 34}
  21. res = 366907336
  22. xdg_config_path = 0x15da6348 "$USERPROFILE/.config/git/config"
  23. #5 0x6cb04485 in load_config_data (repo=0x15de8f38) at $LIBGITPATH\trunk\src\repository.c:127
  24. is_bare = 366906728
  25. config = 0x3
  26. #6 0x6cb04cc6 in git_repository_open_ext (repo_ptr=0x23f714, start_path=0x15de8df0 "$REPOPARENT/test_new_prj/.git/", flags=1, ceiling_dirs=0x0) at $LIBGITPATH\trunk\src\repository.c:384
  27. error = 0
  28. path = {ptr = 0x6cb60205 "", asize = 0, size = 0}
  29. parent = {ptr = 0x15da63a8 "$REPOPARENT/test_new_prj/", asize = 40, size = 39}
  30. repo = 0x15de8f38
  31. #7 0x6cb04d3c in git_repository_open (repo_out=0x23f714, path=0x15de8df0 "$REPOPARENT/test_new_prj/.git/") at $LIBGITPATH\trunk\src\repository.c:398
  32. No locals.
  33. #8 0x6cb0687a in git_repository_init_ext (out=0x23f714, given_repo=0x15de8d28 "$REPOPARENT/test_new_prj", opts=0x23f660) at $LIBGITPATH\trunk\src\repository.c:1256
  34. error = 0
  35. repo_path = {ptr = 0x15de8df0 "$REPOPARENT/test_new_prj/.git/", asize = 72, size = 44}
  36. wd_path = {ptr = 0x15de8db0 "$REPOPARENT/test_new_prj/", asize = 40, size = 39}
  37. #9 0x6cb0668d in git_repository_init (repo_out=0x23f714, path=0x15de8d28 "$REPOPARENT/test_new_prj", is_bare=0) at $LIBGITPATH\trunk\src\repository.c:1210
  38. opts = {version = 1, flags = 196624, mode = 0, workdir_path = 0x0, description = 0x0, template_path = 0x0, initial_head = 0x0, origin_url = 0x0}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement