1. 0721c31 Use die_errno() instead of die() when checking syscalls by Thomas Rast · 16 years ago
  2. cef5775 Merge branch 'maint' by Junio C Hamano · 16 years ago
  3. d890d3f Merge branch 'maint-1.6.0' into maint by Junio C Hamano · 16 years ago
  4. 32d1776 init: Do not segfault on big GIT_TEMPLATE_DIR environment variable by Frank Lichtenheld · 16 years ago
  5. 03a39a9 Merge branch 'jc/shared-literally' by Junio C Hamano · 16 years ago
  6. 5a688fe "core.sharedrepository = 0mode" should set, not loosen by Junio C Hamano · 16 years ago
  7. 2fd8c0a builtin-init-db: use warning() instead of fprintf(stderr, "warning: ") by Miklos Vajna · 16 years ago
  8. d753070 remove trailing LF in die() messages by Alexander Potashev · 16 years ago
  9. 0a2c7ee git init: --bare/--shared overrides system/global config by Deskin Miller · 16 years ago
  10. f18d244 Start conforming code to "git subcmd" style part 3 by Heikki Orsila · 16 years ago
  11. 172035f init: handle empty "template" parameter by Jeff King · 17 years ago
  12. 588c038 Merge branch 'sb/dashless' by Junio C Hamano · 17 years ago
  13. 2de9de5 Move code interpreting path relative to exec-dir to new function system_path() by Steffen Prohaska · 17 years ago
  14. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  15. 74d3b23 git-init: accept --bare option by Luciano Rocha · 17 years ago
  16. 9bd81e4 Merge branch 'js/config-cb' by Junio C Hamano · 17 years ago v1.5.6-rc0
  17. b84c343 Merge branch 'db/clone-in-c' by Junio C Hamano · 17 years ago
  18. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  19. 2455406 git-init: autodetect core.ignorecase by Dmitry Potapov · 17 years ago
  20. f225aeb Provide API access to init_db() by Daniel Barkalow · 17 years ago
  21. 06cbe85 Make core.sharedRepository more generic by Heikki Orsila · 17 years ago
  22. 5cc8f37 init: show "Reinit" message even in an (existing) empty repository by Johannes Schindelin · 17 years ago
  23. 2db511f Merge branch 'maint' by Junio C Hamano · 17 years ago
  24. 1468bd4 Use a single implementation and API for copy_file() by Daniel Barkalow · 17 years ago
  25. ef5b9d6 Fix misuse of prefix_path() by Johannes Sixt · 17 years ago
  26. 7a53753 fix misuse of prefix_path() by Junio C Hamano · 17 years ago
  27. a47d181 Allow a relative builtin template directory. by Johannes Sixt · 17 years ago
  28. 75d2449 git-init: autodetect core.symlinks by Junio C Hamano · 17 years ago
  29. 6adcca3 Fix initialization of a bare repository by Junio C Hamano · 17 years ago
  30. e90fdc3 Clean up work-tree handling by Johannes Schindelin · 18 years ago
  31. ef6f0af git-init: set core.worktree if GIT_WORK_TREE is specified by Matthias Lederhofer · 18 years ago
  32. 4576518 Add an option to quiet git-init. by Jeffrey C. Ollie · 18 years ago
  33. 91c8d59 detect close failure on just-written file handles by Jim Meyering · 18 years ago
  34. d52fd42 Remove trailing slash from $(template_dir). by Johannes Sixt · 18 years ago
  35. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  36. 8b5157e add logref support to git-symbolic-ref by Nicolas Pitre · 18 years ago
  37. 196055c Allow default core.logallrefupdates to be overridden with template's config by Alex Riesen · 18 years ago
  38. 5c94f87 use 'init' instead of 'init-db' for shipped docs and tools by Nicolas Pitre · 18 years ago
  39. 7d1864c Introduce is_bare_repository() and core.bare configuration variable by Junio C Hamano · 18 years ago
  40. 515377e "init-db" can really be just "init" by Nicolas Pitre · 18 years ago
  41. c869753 Force core.filemode to false on Cygwin. by Shawn O. Pearce · 18 years ago
  42. d4ebc36 Use preprocessor constants for environment variable names. by Junio C Hamano · 18 years ago
  43. 8683a45 Introduce GIT_TEMPLATE_DIR by Johannes Schindelin · 18 years ago
  44. 0bee591 Enable reflogs by default in any repository with a working directory. by Shawn O. Pearce · 18 years ago
  45. ef0a89a Provide more meaningful output from 'git init-db'. by Shawn O. Pearce · 18 years ago
  46. 2958d9b Merge branch 'master' into lj/refs by Junio C Hamano · 18 years ago
  47. 11031d7 add receive.denyNonFastforwards config variable by Johannes Schindelin · 18 years ago
  48. ed378ec Make ref resolution saner by Linus Torvalds · 18 years ago
  49. 8cdf336 Replace some calls to die(usage_str) with usage(usage_str). by Ramsay Allan Jones · 19 years ago
  50. a633fca Call setup_git_directory() much earlier by Linus Torvalds · 19 years ago
  51. 94df250 shared repository: optionally allow reading to "others". by Junio C Hamano · 19 years ago
  52. 138086a shared repository - add a few missing calls to adjust_shared_perm(). by Junio C Hamano · 19 years ago
  53. e9b9368 builtin-init-db: spell the in-program configuration variable in lowercase. by Junio C Hamano · 19 years ago
  54. c3c8835 Builtin git-init-db by Timo Hirvonen · 19 years ago[Renamed (95%) from init-db.c]
  55. af6e277 git-init-db: initialize shared repositories with --shared by Johannes Schindelin · 19 years ago
  56. 4a62eae init-db: check extra arguments and complain. by Junio C Hamano · 19 years ago
  57. 4f62953 init-db: check template and repository format. by Junio C Hamano · 19 years ago
  58. 32276c8 init-db::copy_file() - use copy_fd() by Junio C Hamano · 19 years ago
  59. 9106c09 Create object subdirectories on demand (phase II) by Linus Torvalds · 19 years ago
  60. e24317b Test in git-init-db if the filemode can be trusted by Johannes Schindelin · 19 years ago
  61. 8098a17 Add git-symbolic-ref by Junio C Hamano · 19 years ago
  62. 1f961c1 [PATCH] Fix git-init-db creating crap directories. by Petr Baudis · 19 years ago
  63. a9ab586 Retire support for old environment variables. by Junio C Hamano · 19 years ago
  64. d57306c Create objects/info/ directory in init-db. by Junio C Hamano · 20 years ago
  65. d3af621 Redo the templates generation and installation. by Junio C Hamano · 20 years ago
  66. b03e2d2 git-init-db: brown paper bag bugfix. by Junio C Hamano · 20 years ago
  67. 8d5afef Install sample hooks by Junio C Hamano · 20 years ago
  68. f312de0 [PATCH] Let umask do its work upon filesystem object creation. by Junio C Hamano · 20 years ago
  69. f49fb35 git-init-db: create "pack" subdirectory under objects by Linus Torvalds · 20 years ago
  70. cad88fd git-init-db: set up the full default environment by Linus Torvalds · 20 years ago
  71. e99d59f sparse cleanup by Linus Torvalds · 20 years ago
  72. 8ac069a Introduce GIT_DIR environment variable. by Junio C Hamano · 20 years ago
  73. d19938a Rename environment variables. by Junio C Hamano · 20 years ago
  74. 812666c [PATCH] introduce xmalloc and xrealloc by Christopher Li · 20 years ago
  75. cb126d8 [PATCH] init-db.c: create and use safe_create_dir helper by Zach Welch · 20 years ago
  76. addb315 [PATCH] init-db.c: normalize env var handling. by Zach Welch · 20 years ago
  77. 4696cb9 [PATCH] init-db.c: cleanup comments by Zach Welch · 20 years ago
  78. 17cf781 Remove duplicate getenv(DB_ENVIRONMENT) call by Linus Torvalds · 20 years ago
  79. 7fa6b4e Fix init-db shared database case by Linus Torvalds · 20 years ago
  80. e447947 Be much more liberal about the file mode bits. by Linus Torvalds · 20 years ago
  81. aebb267 [PATCH] Whitespace Fixes by Ingo Molnar · 20 years ago
  82. 4bb04f2 Rename ".dircache" directory to ".git" by Linus Torvalds · 20 years ago
  83. cfd88e2 Make the default directory permissions more lax. by Linus Torvalds · 20 years ago
  84. 19b2860 Use "-Wall -O2" for the compiler to get more warnings. by Linus Torvalds · 20 years ago
  85. 8bc9a0c Add copyright notices. by Linus Torvalds · 20 years ago
  86. e83c516 Initial revision of "git", the information manager from hell by Linus Torvalds · 20 years ago