1. 17d778e Merge branch 'dr/ceiling' by Junio C Hamano · 17 years ago
  2. bb1ab2d Merge branch 'j6t/mingw' by Junio C Hamano · 17 years ago
  3. 25fe217 Windows: Treat Windows style path names. by Johannes Sixt · 17 years ago
  4. 4cd148d setup.c: Prepare for Windows directory separators. by Johannes Sixt · 17 years ago
  5. 044bbbc Make git_dir a path relative to work_tree in setup_work_tree() by Linus Torvalds · 17 years ago
  6. 450f437 Eliminate an unnecessary chdir("..") by David Reiss · 17 years ago
  7. 0454dd9 Add support for GIT_CEILING_DIRECTORIES by David Reiss · 17 years ago
  8. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  9. e2e2def Merge branch 'lh/git-file' by Junio C Hamano · 17 years ago
  10. 06cbe85 Make core.sharedRepository more generic by Heikki Orsila · 17 years ago
  11. b44ebb1 Add platform-independent .git "symlink" by Lars Hjemli · 17 years ago
  12. af05d67 Always set *nongit_ok in setup_git_directory_gently() by SZEDER Gábor · 17 years ago
  13. 3296766 get_pathspec(): die when an out-of-tree path is given by Junio C Hamano · 17 years ago
  14. 8e0f700 Avoid unnecessary "if-before-free" tests. by Jim Meyering · 17 years ago
  15. 9a13ba1 prefix_path: use is_absolute_path() instead of *orig == '/' by Johannes Sixt · 17 years ago
  16. 9e7bd01 Merge branch 'jc/setup' by Junio C Hamano · 17 years ago
  17. 180483c setup.c: guard config parser from value=NULL by Junio C Hamano · 17 years ago
  18. d089eba setup: sanitize absolute and funny paths in get_pathspec() by Junio C Hamano · 17 years ago
  19. 790296f Fix grammar nits in documentation and in code comments. by Jim Meyering · 17 years ago
  20. bb4e352 Remove repo version check from setup_git_directory by Nguyễn Thái Ngọc Duy · 17 years ago
  21. 27ee189 Merge branch 'maint' by Junio C Hamano · 17 years ago
  22. 9459aa7 Do check_repository_format() early (re-fix) by Nguyễn Thái Ngọc Duy · 17 years ago
  23. 138dd1e Do check_repository_format() early by Nguyễn Thái Ngọc Duy · 17 years ago
  24. ecf4831 Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.c by Steffen Prohaska · 17 years ago
  25. 354e653 builtin-blame: set up the work_tree before the first file access by Johannes Schindelin · 17 years ago
  26. f3fa183 Style: place opening brace of a function definition at column 1 by Junio C Hamano · 17 years ago
  27. 59f0f2f Refactor working tree setup by Mike Hommey · 17 years ago
  28. 1e8a195 Add missing inside_work_tree setting in setup_git_directory_gently by Nguyễn Thái Ngọc Duy · 17 years ago
  29. dd5c8af Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREE by Johannes Schindelin · 17 years ago
  30. 7efeb8f Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unset by Johannes Schindelin · 18 years ago
  31. a695445 Merge branch 'maint' by Junio C Hamano · 18 years ago
  32. 33a798c setup.c:verify_non_filename(): don't die unnecessarily while disambiguating by Junio C Hamano · 18 years ago
  33. 6490a33 Fix work-tree related breakages by Junio C Hamano · 18 years ago
  34. e90fdc3 Clean up work-tree handling by Johannes Schindelin · 18 years ago
  35. 299726d white space fixes in setup.c by Johannes Schindelin · 18 years ago
  36. 8352522 Fix core.sharedRepository = 2 by Johannes Schindelin · 18 years ago
  37. f66a4d6 Do not check if getcwd() result begins with a slash. by Junio C Hamano · 18 years ago
  38. 0305b63 Merge branch 'ei/worktree+filter' by Junio C Hamano · 18 years ago
  39. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  40. f4f51ad setup_git_directory: fix segfault if repository is found in cwd by Matthias Lederhofer · 18 years ago
  41. 7ae3df8 Use new semantics of is_bare/inside_git_dir/inside_work_tree by Matthias Lederhofer · 18 years ago
  42. 892c41b introduce GIT_WORK_TREE to specify the work tree by Matthias Lederhofer · 18 years ago
  43. ed287ab Merge branch 'maint' by Junio C Hamano · 18 years ago
  44. 96a5702 setup_git_directory_gently: fix off-by-one error by Matthias Lederhofer · 18 years ago
  45. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  46. 6802563 Do not verify filenames in a bare repository by Johannes Schindelin · 18 years ago
  47. c847f53 Detached HEAD (experimental) by Junio C Hamano · 18 years ago
  48. ad1a382 Automatically detect a bare git repository. by Shawn O. Pearce · 18 years ago
  49. 6fb75be Move deny_non_fast_forwards handling completely into receive-pack. by Shawn Pearce · 18 years ago
  50. 11031d7 add receive.denyNonFastforwards config variable by Johannes Schindelin · 18 years ago
  51. 3a3c3fc Fix crash when GIT_DIR is invalid by Johannes Schindelin · 19 years ago
  52. 41e95f6 setup_git_directory_gently: do not barf when GIT_DIR is given. by Matthias Lederhofer · 19 years ago
  53. 94df250 shared repository: optionally allow reading to "others". by Junio C Hamano · 19 years ago
  54. ea92f41 revision parsing: make "rev -- paths" checks stronger. by Junio C Hamano · 19 years ago
  55. e23d0b4 Fix filename verification when in a subdirectory by Linus Torvalds · 19 years ago
  56. 457f06d Introduce core.sharedrepository by Johannes Schindelin · 19 years ago
  57. 9cac9d3 Merge branch 'jc/subdir' by Junio C Hamano · 19 years ago
  58. 0738fc2 Do not attempt to access literal dirname "GIT_OBJECT_DIRECTORY". by Tommi Virtanen · 19 years ago
  59. 4ca0660 working from subdirectory: preparation by Junio C Hamano · 19 years ago
  60. 22752e4 setup_git_directory(): check repository format version. by Junio C Hamano · 19 years ago
  61. ab9cb76 Repository format version check. by Junio C Hamano · 19 years ago
  62. 5e7bfe2 setup_git_directory: make sure GIT_DIR is a valid repository. by Junio C Hamano · 19 years ago
  63. 8098a17 Add git-symbolic-ref by Junio C Hamano · 19 years ago
  64. 6b5ee13 Diff clean-up. by Junio C Hamano · 19 years ago
  65. a9ab586 Retire support for old environment variables. by Junio C Hamano · 20 years ago
  66. 5f5608b [PATCH] Make .git directory validation code test HEAD by Linus Torvalds · 20 years ago
  67. 828cc61 [PATCH] Export relative path handling "prefix_path()" function by Linus Torvalds · 20 years ago
  68. f332726 [PATCH] Improve handling of "." and ".." in git-diff-* by Linus Torvalds · 20 years ago
  69. a579def [PATCH] Fix test failure due to overly strict .git directory tests by Linus Torvalds · 20 years ago
  70. d288a70 [PATCH] Make "git diff" work inside relative subdirectories by Linus Torvalds · 20 years ago