1. 06f3549 setup: make sure git dir path is in a permanent buffer by Jonathan Nieder · 14 years ago
  2. 7f7868e environment.c: remove unused variable by Jonathan Nieder · 14 years ago
  3. b815a72 Merge branch 'kf/askpass-config' by Junio C Hamano · 15 years ago
  4. 6b948a7 Merge branch 'jk/maint-pass-c-config-in-env' by Junio C Hamano · 15 years ago
  5. d3e7da8 Add a new option 'core.askpass'. by Anselm Kruis · 15 years ago
  6. 655e8d9 do not pass "git -c foo=bar" params to transport helpers by Jonathan Nieder · 15 years ago
  7. e37c132 git wrapper: introduce startup_info struct by Nguyễn Thái Ngọc Duy · 15 years ago
  8. d5cff17 Merge branch 'eb/core-eol' by Junio C Hamano · 15 years ago
  9. 942e774 Add "core.eol" config variable by Eyvind Bernhardsen · 15 years ago
  10. fd6cce9 Add per-repository eol normalization by Eyvind Bernhardsen · 15 years ago
  11. 48a7c1c Refactor list of of repo-local env vars by Giuseppe Bilotta · 15 years ago
  12. 73d6632 Merge branch 'nd/sparse' by Junio C Hamano · 15 years ago
  13. 783cfaf Merge branch 'cc/replace' by Junio C Hamano · 15 years ago
  14. 6476b38 replace: use a GIT_NO_REPLACE_OBJECTS env variable by Christian Couder · 15 years ago
  15. a97a746 Introduce commit notes by Johannes Schindelin · 15 years ago
  16. 08aefc9 unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkout by Nguyễn Thái Ngọc Duy · 16 years ago
  17. f00ecbe Merge branch 'cc/replace' by Junio C Hamano · 16 years ago
  18. 86c91f9 git apply: option to ignore whitespace differences by Giuseppe Bilotta · 16 years ago
  19. 130b04a Merge branch 'js/maint-graft-unhide-true-parents' by Junio C Hamano · 16 years ago
  20. 7f3140c git repack: keep commits hidden by a graft by Johannes Schindelin · 16 years ago
  21. bba0fd2 push: do not give big warning when no preference is configured by Junio C Hamano · 16 years ago
  22. dae556b environment: add global variable to disable replacement by Christian Couder · 16 years ago
  23. 348df16 Rename core.unreliableHardlinks to core.createObject by Johannes Schindelin · 16 years ago
  24. be66a6c Add an option not to use link(src, dest) && unlink(src) when that is unreliable by Johannes Schindelin · 16 years ago
  25. 5215374 New config push.default to decide default behavior for push by Finn Arne Gangstad · 16 years ago
  26. 954cfb5 Revert "Merge branch 'js/notes'" by Junio C Hamano · 16 years ago
  27. 879ef24 Introduce commit notes by Johannes Schindelin · 16 years ago
  28. 671c9b7 Add cache preload facility by Linus Torvalds · 16 years ago
  29. 8bb4646 Merge branch 'maint' by Junio C Hamano · 16 years ago
  30. 9db56f7 Fix non-literal format in printf-style calls by Daniel Lowe · 16 years ago
  31. 98b35e2 Merge branch 'ar/maint-mksnpath' into ar/mksnpath by Junio C Hamano · 16 years ago
  32. a4f34cb Use git_pathdup instead of xstrdup(git_path(...)) by Alex Riesen · 16 years ago
  33. d2b0708 add have_git_dir() function by Dmitry Potapov · 16 years ago
  34. 1ce4790 Make use of stat.ctime configurable by Alex Riesen · 17 years ago
  35. 5b8e6f8 shrink git-shell by avoiding redundant dependencies by Dmitry Potapov · 17 years ago
  36. abf7e0d Merge branch 'lt/config-fsync' by Junio C Hamano · 17 years ago
  37. 78d0f5d environment.c: remove unused function by しらいしななこ · 17 years ago
  38. aafe9fb Add config option to enable 'fsync()' of object files by Linus Torvalds · 17 years ago
  39. b84c343 Merge branch 'db/clone-in-c' by Junio C Hamano · 17 years ago
  40. b66ae79 Merge branch 'sb/committer' by Junio C Hamano · 17 years ago
  41. dccb3a6 Merge branch 'lt/core-optim' by Junio C Hamano · 17 years ago
  42. c998ae9 Allow tracking branches to set up rebase by default. by Dustin Sallings · 17 years ago
  43. 380a742 Merge branch 'lt/case-insensitive' by Junio C Hamano · 17 years ago
  44. bb1ae3f commit: Show committer if automatic by Santi Béjar · 17 years ago
  45. 19757d8 Add a function to set a non-default work tree by Daniel Barkalow · 17 years ago
  46. b44ebb1 Add platform-independent .git "symlink" by Lars Hjemli · 17 years ago
  47. 0a9b88b Add 'core.ignorecase' option by Linus Torvalds · 17 years ago
  48. 60b188a Merge branch 'js/branch-track' by Junio C Hamano · 17 years ago
  49. 9ed36cf branch: optionally setup branch.*.merge from upstream local branches by Jay Soffian · 17 years ago
  50. 2ac4b4b Merge branch 'sp/safecrlf' by Junio C Hamano · 17 years ago
  51. dfb068b Add "const" qualifier to "char *excludes_file". by Christian Couder · 17 years ago
  52. ee9601e Add "const" qualifier to "char *editor_program". by Christian Couder · 17 years ago
  53. 872da32 Add "const" qualifier to "char *pager_program". by Christian Couder · 17 years ago
  54. 21e5ad5 safecrlf: Add mechanism to warn about irreversible crlf conversions by Steffen Prohaska · 17 years ago
  55. 6e9af86 Support GIT_PAGER_IN_USE environment variable by Jeff King · 17 years ago
  56. 4eb39e9 Merge branch 'jc/spht' by Junio C Hamano · 17 years ago
  57. cf1b786 Use gitattributes to define per-path whitespace rule by Junio C Hamano · 17 years ago
  58. 039bc64 core.excludesfile clean-up by Junio C Hamano · 17 years ago
  59. a9cc857 War on whitespace: first, a bit of retreat. by Junio C Hamano · 17 years ago
  60. 55d1932 Merge branch 'cr/tag' by Junio C Hamano · 18 years ago
  61. e90fdc3 Clean up work-tree handling by Johannes Schindelin · 18 years ago
  62. d7ac12b Add set_git_dir() function by Johannes Schindelin · 18 years ago
  63. 4d87b9c launch_editor(): Heed GIT_EDITOR and core.editor settings by Johannes Schindelin · 18 years ago
  64. 54adf37 Add core.pager config variable. by Brian Gernhardt · 18 years ago
  65. 9378c16 Add core.quotepath configuration variable. by Junio C Hamano · 18 years ago
  66. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  67. 45bde46 Merge branch 'dh/pack' by Junio C Hamano · 18 years ago
  68. 960ccca Custom compression levels for objects and packs by Dana How · 18 years ago
  69. 726f852 deprecate the new loose object header format by Nicolas Pitre · 18 years ago
  70. 18bdec1 Limit the size of the new delta_base_cache by Shawn O. Pearce · 18 years ago
  71. 1a8f274 Correct new compiler warnings in builtin-revert by Shawn O. Pearce · 18 years ago
  72. 3a55602 General const correctness fixes by Shawn O. Pearce · 18 years ago
  73. 78a8d64 Add core.symlinks to mark filesystems that do not support symbolic links. by Johannes Sixt · 18 years ago
  74. d7f4633 Make AutoCRLF ternary variable. by Linus Torvalds · 18 years ago
  75. 6c510be Lazy man's auto-CRLF by Linus Torvalds · 18 years ago
  76. 7d1864c Introduce is_bare_repository() and core.bare configuration variable by Junio C Hamano · 18 years ago
  77. 510c5a8 Move initialization of log_all_ref_updates by Junio C Hamano · 18 years ago
  78. 8c82534 Default core.packdGitWindowSize to 1 MiB if NO_MMAP. by Shawn O. Pearce · 18 years ago
  79. 60bb8b1 Fully activate the sliding window pack access. by Shawn O. Pearce · 18 years ago
  80. 77ccc5b Introduce new config option for mmap limit. by Shawn O. Pearce · 18 years ago
  81. d2c11a3 UTF-8: introduce i18n.logoutputencoding. by Junio C Hamano · 18 years ago
  82. 0bee591 Enable reflogs by default in any repository with a working directory. by Shawn O. Pearce · 18 years ago
  83. 6fb75be Move deny_non_fast_forwards handling completely into receive-pack. by Shawn Pearce · 18 years ago
  84. 11031d7 add receive.denyNonFastforwards config variable by Johannes Schindelin · 18 years ago
  85. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
  86. c5fba16 git_dir holds pointers to local strings, hence MUST be const. by Pierre Habouzit · 19 years ago
  87. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  88. aa086eb pager: config variable pager.color by Matthias Lederhofer · 19 years ago
  89. 93821bd sha1_file: add the ability to parse objects in "pack file format" by Linus Torvalds · 19 years ago
  90. b75a82b Fix linking for not-so-clever linkers. by Johannes Schindelin · 19 years ago
  91. 12f6c30 Make zlib compression level configurable, and change default. by Joachim B Haga · 19 years ago
  92. 94df250 shared repository: optionally allow reading to "others". by Junio C Hamano · 19 years ago
  93. 6de08ae Log ref updates to logs/refs/<ref> by Shawn Pearce · 19 years ago
  94. 9f0bb90 core.prefersymlinkrefs: use symlinks for .git/HEAD by Junio C Hamano · 19 years ago
  95. 1b371f5 sha1_name: make core.warnambiguousrefs the default. by Junio C Hamano · 19 years ago
  96. 2f8acdb core.warnambiguousrefs: warns when "name" is used and both "name" branch and tag exists. by Junio C Hamano · 19 years ago
  97. 2ae1c53 apply --whitespace: configuration option. by Junio C Hamano · 19 years ago
  98. 5f73076 "Assume unchanged" git by Junio C Hamano · 19 years ago
  99. 457f06d Introduce core.sharedrepository by Johannes Schindelin · 19 years ago
  100. 4e72dce Introduce i18n.commitencoding. by Junio C Hamano · 19 years ago