1. 6bcaff1 Merge branch 'jc/exec-cmd-system-path-leak-fix' by Junio C Hamano · 10 years ago
  2. 168ab99 Merge branch 'tb/config-core-filemode-check-on-broken-fs' by Junio C Hamano · 10 years ago
  3. a633732 Merge branch 'mh/config-flip-xbit-back-after-checking' by Junio C Hamano · 10 years ago
  4. 59362e5 system_path(): always return free'able memory to the caller by Junio C Hamano · 10 years ago
  5. c7bf68d init-db: improve the filemode trustability check by Torsten Bögershausen · 10 years ago
  6. 1f32ecf create_default_files(): don't set u+x bit on $GIT_DIR/config by Michael Haggerty · 10 years ago
  7. f655651 Merge branch 'rs/strbuf-getcwd' by Junio C Hamano · 11 years ago
  8. 4d3ab44 use xgetcwd() to set $GIT_DIR by René Scharfe · 11 years ago
  9. 56b9f6e use xgetcwd() to get the current directory or die by René Scharfe · 11 years ago
  10. 2d186c8 init: avoid superfluous real_path() calls by René Scharfe · 11 years ago
  11. 47fbfde i18n: only extract comments marked with "TRANSLATORS:" by Jiang Xin · 11 years ago
  12. d0956cf Merge branch 'mh/safe-create-leading-directories' by Junio C Hamano · 11 years ago
  13. f3565c0 cmd_init_db(): when creating directories, handle errors conservatively by Michael Haggerty · 11 years ago
  14. 0be0521 safe_create_leading_directories(): introduce enum for return values by Michael Haggerty · 11 years ago
  15. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  16. ce4a5e5 i18n: init-db: mark parseopt strings for translation by Nguyễn Thái Ngọc Duy · 13 years ago
  17. 76759c7 git on Mac OS and precomposed unicode by Torsten Bögershausen · 13 years ago
  18. 97f261b builtin/init-db.c: eliminate -Wformat warning on Solaris by Ævar Arnfjörð Bjarmason · 13 years ago
  19. 13d6ec9 read_gitfile_gently(): rename misnamed function to read_gitfile() by Junio C Hamano · 14 years ago
  20. 6741c2e Merge branch 'maint' by Junio C Hamano · 14 years ago
  21. 09ffc70 init/clone: remove short option -L and document --separate-git-dir by Nguyen Thai Ngoc Duy · 14 years ago
  22. 2c050e0 i18n: mark init-db messages for translation by Ævar Arnfjörð Bjarmason · 14 years ago
  23. c4b2ce6 Merge branch 'nd/init-gitdir' by Junio C Hamano · 14 years ago
  24. 6c80cd2 Merge branch 'ab/i18n-st' by Junio C Hamano · 14 years ago
  25. b57fb80 init, clone: support --separate-git-dir for .git file by Nguyễn Thái Ngọc Duy · 14 years ago
  26. e2a57aa Name make_*_path functions more accurately by Carlos Martín Nieto · 14 years ago
  27. 3e5dd7e i18n: git-init "Initialized [...] repository" message by Ævar Arnfjörð Bjarmason · 14 years ago
  28. 33e92e4 i18n: git-init basic messages by Ævar Arnfjörð Bjarmason · 14 years ago
  29. b31d202 init: remove unnecessary check by Nguyễn Thái Ngọc Duy · 14 years ago
  30. 5027fa8 clone,init: describe --template using the same wording by Michael J Gruber · 14 years ago
  31. 8351836 Remove all logic from get_git_work_tree() by Nguyễn Thái Ngọc Duy · 14 years ago
  32. e6aea2d setup: limit get_git_work_tree()'s to explicit setup case only by Nguyễn Thái Ngọc Duy · 14 years ago
  33. 9173912 init: plug tiny one-time memory leak by Jonathan Nieder · 14 years ago
  34. 87a074d handle "git --bare init <dir>" properly by Jeff King · 15 years ago
  35. 90a2bf9 Merge branch 'sd/init-template' by Junio C Hamano · 15 years ago
  36. 2e0e8b6 Merge branch 'lt/deepen-builtin-source' by Junio C Hamano · 15 years ago
  37. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-init-db.c]
  38. 0397ff2 Merge branch 'ns/init-mkdir' by Junio C Hamano · 16 years ago
  39. 53d4888 git init: optionally allow a directory argument by Nanako Shiraishi · 16 years ago
  40. 596f91e init-db: migrate to parse-options by Michał Kiedrowicz · 16 years ago
  41. 0721c31 Use die_errno() instead of die() when checking syscalls by Thomas Rast · 16 years ago
  42. cef5775 Merge branch 'maint' by Junio C Hamano · 16 years ago
  43. d890d3f Merge branch 'maint-1.6.0' into maint by Junio C Hamano · 16 years ago
  44. 32d1776 init: Do not segfault on big GIT_TEMPLATE_DIR environment variable by Frank Lichtenheld · 16 years ago
  45. 03a39a9 Merge branch 'jc/shared-literally' by Junio C Hamano · 16 years ago
  46. 5a688fe "core.sharedrepository = 0mode" should set, not loosen by Junio C Hamano · 16 years ago
  47. 2fd8c0a builtin-init-db: use warning() instead of fprintf(stderr, "warning: ") by Miklos Vajna · 16 years ago
  48. d753070 remove trailing LF in die() messages by Alexander Potashev · 16 years ago
  49. 0a2c7ee git init: --bare/--shared overrides system/global config by Deskin Miller · 16 years ago
  50. f18d244 Start conforming code to "git subcmd" style part 3 by Heikki Orsila · 17 years ago
  51. 172035f init: handle empty "template" parameter by Jeff King · 17 years ago
  52. 588c038 Merge branch 'sb/dashless' by Junio C Hamano · 17 years ago
  53. 2de9de5 Move code interpreting path relative to exec-dir to new function system_path() by Steffen Prohaska · 17 years ago
  54. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  55. 74d3b23 git-init: accept --bare option by Luciano Rocha · 17 years ago
  56. 9bd81e4 Merge branch 'js/config-cb' by Junio C Hamano · 17 years ago v1.5.6-rc0
  57. b84c343 Merge branch 'db/clone-in-c' by Junio C Hamano · 17 years ago
  58. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  59. 2455406 git-init: autodetect core.ignorecase by Dmitry Potapov · 17 years ago
  60. f225aeb Provide API access to init_db() by Daniel Barkalow · 17 years ago
  61. 06cbe85 Make core.sharedRepository more generic by Heikki Orsila · 17 years ago
  62. 5cc8f37 init: show "Reinit" message even in an (existing) empty repository by Johannes Schindelin · 17 years ago
  63. 2db511f Merge branch 'maint' by Junio C Hamano · 17 years ago
  64. 1468bd4 Use a single implementation and API for copy_file() by Daniel Barkalow · 17 years ago
  65. ef5b9d6 Fix misuse of prefix_path() by Johannes Sixt · 17 years ago
  66. 7a53753 fix misuse of prefix_path() by Junio C Hamano · 17 years ago
  67. a47d181 Allow a relative builtin template directory. by Johannes Sixt · 17 years ago
  68. 75d2449 git-init: autodetect core.symlinks by Junio C Hamano · 18 years ago
  69. 6adcca3 Fix initialization of a bare repository by Junio C Hamano · 18 years ago
  70. e90fdc3 Clean up work-tree handling by Johannes Schindelin · 18 years ago
  71. ef6f0af git-init: set core.worktree if GIT_WORK_TREE is specified by Matthias Lederhofer · 18 years ago
  72. 4576518 Add an option to quiet git-init. by Jeffrey C. Ollie · 18 years ago
  73. 91c8d59 detect close failure on just-written file handles by Jim Meyering · 18 years ago
  74. d52fd42 Remove trailing slash from $(template_dir). by Johannes Sixt · 18 years ago
  75. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  76. 8b5157e add logref support to git-symbolic-ref by Nicolas Pitre · 18 years ago
  77. 196055c Allow default core.logallrefupdates to be overridden with template's config by Alex Riesen · 18 years ago
  78. 5c94f87 use 'init' instead of 'init-db' for shipped docs and tools by Nicolas Pitre · 18 years ago
  79. 7d1864c Introduce is_bare_repository() and core.bare configuration variable by Junio C Hamano · 18 years ago
  80. 515377e "init-db" can really be just "init" by Nicolas Pitre · 18 years ago
  81. c869753 Force core.filemode to false on Cygwin. by Shawn O. Pearce · 18 years ago
  82. d4ebc36 Use preprocessor constants for environment variable names. by Junio C Hamano · 18 years ago
  83. 8683a45 Introduce GIT_TEMPLATE_DIR by Johannes Schindelin · 18 years ago
  84. 0bee591 Enable reflogs by default in any repository with a working directory. by Shawn O. Pearce · 18 years ago
  85. ef0a89a Provide more meaningful output from 'git init-db'. by Shawn O. Pearce · 18 years ago
  86. 2958d9b Merge branch 'master' into lj/refs by Junio C Hamano · 18 years ago
  87. 11031d7 add receive.denyNonFastforwards config variable by Johannes Schindelin · 18 years ago
  88. ed378ec Make ref resolution saner by Linus Torvalds · 19 years ago
  89. 8cdf336 Replace some calls to die(usage_str) with usage(usage_str). by Ramsay Allan Jones · 19 years ago
  90. a633fca Call setup_git_directory() much earlier by Linus Torvalds · 19 years ago
  91. 94df250 shared repository: optionally allow reading to "others". by Junio C Hamano · 19 years ago
  92. 138086a shared repository - add a few missing calls to adjust_shared_perm(). by Junio C Hamano · 19 years ago
  93. e9b9368 builtin-init-db: spell the in-program configuration variable in lowercase. by Junio C Hamano · 19 years ago
  94. c3c8835 Builtin git-init-db by Timo Hirvonen · 19 years ago[Renamed (95%) from init-db.c]
  95. af6e277 git-init-db: initialize shared repositories with --shared by Johannes Schindelin · 19 years ago
  96. 4a62eae init-db: check extra arguments and complain. by Junio C Hamano · 19 years ago
  97. 4f62953 init-db: check template and repository format. by Junio C Hamano · 19 years ago
  98. 32276c8 init-db::copy_file() - use copy_fd() by Junio C Hamano · 19 years ago
  99. 9106c09 Create object subdirectories on demand (phase II) by Linus Torvalds · 19 years ago
  100. e24317b Test in git-init-db if the filemode can be trusted by Johannes Schindelin · 19 years ago