1. 411e6cf Merge branch 'maint-1.7.6' into maint by Junio C Hamano · 13 years ago
  2. c14daa4 make the sample pre-commit hook script reject names with newlines, too by Jim Meyering · 13 years ago
  3. 8d714b1 templates/hooks--*: remove sample hooks without any functionality by Gerrit Pape · 13 years ago
  4. 100e762 Modernize git calling conventions in hook templates by Ben Walton · 15 years ago
  5. 502be95 Make templates honour SHELL_PATH and PERL_PATH by Ben Walton · 15 years ago
  6. 2dfb96c Merge branch 'bs/maint-pre-commit-hook-sample' by Junio C Hamano · 15 years ago
  7. c30eb85 pre-commit.sample: Diff against the empty tree when HEAD is invalid by Björn Steinbrink · 15 years ago
  8. c8a58ac Revert "Don't create the $GIT_DIR/branches directory on init" by Junio C Hamano · 15 years ago
  9. 0cc5691 Don't create the $GIT_DIR/branches directory on init by Robin Rosenberg · 15 years ago
  10. 36e5610 Work around option parsing bug in the busybox tar implementation by Andreas Schwab · 15 years ago
  11. 42a0ea9 Correct minor typo in post-receive hook template by Frederik Schwarzer · 15 years ago
  12. f1e3156 pre-commit.sample: add comment re tr portability; fix grammar by Jim Meyering · 15 years ago
  13. 5eb3d94 Merge branch 'hv/sample-update' by Junio C Hamano · 16 years ago
  14. d00e364 Extend sample pre-commit hook to check for non ascii filenames by Heiko Voigt · 16 years ago
  15. c646217 pre-commit.sample: don't print incidental SHA1 by Jim Meyering · 16 years ago
  16. 7742c65 Extend sample update hook, disable modifying of existing tags by Heiko Voigt · 16 years ago
  17. aed97c6 hook/update: example of how to prevent branch creation by Pierre Habouzit · 16 years ago
  18. 28001d0 Modify description file to say what this file is by John Tapsell · 16 years ago
  19. d8bdc49 Fix permission bits on sources checked out with an overtight umask by Junio C Hamano · 17 years ago
  20. 71f4637 Install templates with the user and group of the installing personality by Johannes Sixt · 17 years ago
  21. bb1ab2d Merge branch 'j6t/mingw' by Junio C Hamano · 17 years ago
  22. 03e2b63 Update sample pre-commit hook to use "diff --check" by Junio C Hamano · 17 years ago
  23. 0b50b86 When installing, be prepared that template_dir may be relative. by Johannes Sixt · 17 years ago
  24. 3015fa5 Fix use of "perl -i" on Windows by Alex Riesen · 17 years ago
  25. f98f8cb Ship sample hooks with .sample suffix by Junio C Hamano · 17 years ago
  26. ba2d0f4 pre-rebase hook update by Junio C Hamano · 17 years ago
  27. 4be1fe1 Fix prepare-commit-msg hook and replace in-place sed by Marcel Koeppen · 17 years ago
  28. 25c4f61 Merge branch 'maint' by Junio C Hamano · 17 years ago
  29. 9907721 templates/Makefile: don't depend on local umask setting by Gerrit Pape · 17 years ago
  30. 8089c85 git-commit: add a prepare-commit-msg hook by Paolo Bonzini · 17 years ago
  31. 5c66d0d Officially deprecate repo-config. by Junio C Hamano · 17 years ago
  32. c60b528 Make default pre-commit hook less noisy by Jean-Luc Herren · 17 years ago
  33. 4165076 install-sh from automake does not like -m without delimiting space by Robert Schiele · 17 years ago
  34. f81117b Merge branch 'maint' by Junio C Hamano · 17 years ago
  35. 7a3db75 Fix sample pre-commit hook by Junio C Hamano · 17 years ago
  36. ad7638b hooks--update: decline deleting tags or branches by default, add config options by Gerrit Pape · 17 years ago
  37. 1756fed hooks--update: fix test for properly set up project description file by Gerrit Pape · 17 years ago
  38. 4a21d13 hooks-pre-commit: use \t, rather than a literal TAB in regexp by Jim Meyering · 17 years ago
  39. c32da69 hooks--update: Explicitly check for all zeros for a deleted ref. by Alexandre Julliard · 18 years ago
  40. 4cb08df Use $(RM) in Makefiles instead of 'rm -f' by Emil Medve · 18 years ago
  41. d52fd42 Remove trailing slash from $(template_dir). by Johannes Sixt · 18 years ago
  42. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  43. 9177649 Have sample update hook not refuse deleting a branch through push. by Gerrit Pape · 18 years ago
  44. 5946d88 variable $projectdesc needs to be set before checking against unchanged default. by Gerrit Pape · 18 years ago
  45. 4557e0d Reimplement emailing part of hooks--update in contrib/hooks/post-receive-email by Andy Parkins · 18 years ago
  46. 46d409d update-hook: remove e-mail sending hook. by Andy Parkins · 18 years ago
  47. 0a0d080 update-hook: abort early if the project description is unset by Andy Parkins · 18 years ago
  48. c47e6a4 update-hook: fix incorrect use of git-describe and sed for finding previous tag by Andy Parkins · 18 years ago
  49. 2314c94 Make 'make' quiet by default by Shawn O. Pearce · 18 years ago
  50. 74f2b2a Make 'make' quieter while building git by Shawn O. Pearce · 18 years ago
  51. 4808bec Merge branch 'maint' by Junio C Hamano · 18 years ago
  52. b8ac23b Fix quoting in update hook template by Gerrit Pape · 18 years ago
  53. 3d84df4 Sample update hook: typofix and modernization to use "git log" by Andy Parkins · 18 years ago
  54. 9a894e8 The "table-of-contents" in the update hook script should match the body by Andy Parkins · 18 years ago
  55. 44478d9 Only show log entries for new revisions in hooks--update by Andy Parkins · 18 years ago
  56. 72f627d Fix potential command line overflow in hooks--update by Andy Parkins · 18 years ago
  57. 3dff537 Assorted typo fixes by Pavel Roskin · 18 years ago
  58. 829a686 Heavily expanded update hook to send more useful emails than the old hook by Andy Parkins · 18 years ago
  59. a69aba6 UNIX reference time of 1970-01-01 00:00 is UTC timezone, not local time zone by Andy Parkins · 18 years ago
  60. b81ba57 update hook: redirect _both_ diagnostic lines to stderr upon tag failure by Jim Meyering · 18 years ago
  61. 59f3e25 hooks/commit-msg: add example to add Signed-off-by line to message by Andy Parkins · 18 years ago
  62. 75c384e Do not create $GIT_DIR/remotes/ directory anymore. by Junio C Hamano · 18 years ago
  63. 9a1ae9a sample commit-msg hook: no silent exit on duplicate Signed-off-by lines by Luben Tuikov · 19 years ago
  64. e77235e Fix regex pattern in commit-msg by Luben Tuikov · 19 years ago
  65. 7ffe709 Fix installation of templates on ancient systems. by Ramsay Allan Jones · 19 years ago
  66. 3a895e0 templates/hooks--update: replace diffstat calls with git diff --stat by Eric Wong · 19 years ago
  67. 61c2bcb pre-commit hook: complain about conflict markers. by Junio C Hamano · 19 years ago
  68. ac5f7c6 Merge branch 'maint' by Junio C Hamano · 19 years ago
  69. a204756 sample hooks template. by Junio C Hamano · 19 years ago
  70. 9a111c9 rebase: allow a hook to refuse rebasing. by Junio C Hamano · 19 years ago
  71. 36b5b3c Merge fixes up to GIT 1.1.6 by Junio C Hamano · 19 years ago
  72. d37fd03 [PATCH] pre-commit sample hook: do not barf on the initial import by Junio C Hamano · 19 years ago
  73. 41e79c9 sample update-hook: sanely handle a new branch head. by Junio C Hamano · 19 years ago
  74. 8a3ee7c update-hook: Major overhaul (handling tags, mainly). by Andreas Ericsson · 19 years ago
  75. 60abce3 Fix hooks/update template. by Junio C Hamano · 19 years ago
  76. f8d294f Clean build annoyance. by Junio C Hamano · 19 years ago
  77. 01eea6f Add new programs and stamp file to .gitignore. by Tom Prince · 19 years ago
  78. 4769948 Deal with $(bindir) and friends with whitespaces. by Junio C Hamano · 19 years ago
  79. 8c51242 Make sure 'make install' does not have to rebuild templates. by Junio C Hamano · 19 years ago
  80. 229a7ed Solaris: give a bit more built-in defaults. by Junio C Hamano · 19 years ago
  81. 215a7ad Big tool rename. by Junio C Hamano · 20 years ago
  82. 86b13da scripts: equality test '==' is not portable. by Junio C Hamano · 20 years ago
  83. c68e10b [PATCH] git bugfixes and cleanups, mainly Debian things by Tommi Virtanen · 20 years ago
  84. 6687f8f [PATCH] Use .git/remote/origin, not .git/branches/origin. by Junio C Hamano · 20 years ago
  85. b909a15 [PATCH] Fix git-commit-script to output on stderr when -v fails by Marco Costalba · 20 years ago
  86. b779dd5 Make sample pre-commit hook output Emacs friendly. by Junio C Hamano · 20 years ago
  87. 4426ac7 Add hooks to tools/git-applypatch. by Junio C Hamano · 20 years ago
  88. 89e2c5f Add commit hook and make the verification customizable. by Junio C Hamano · 20 years ago
  89. c65a947 [PATCH] Fixed/Extended example for update hook by Josef Weidendorfer · 20 years ago
  90. a682ef9 [PATCH] Use $DESTDIR instead of $dest by Petr Baudis · 20 years ago
  91. d3af621 Redo the templates generation and installation. by Junio C Hamano · 20 years ago
  92. 8d5afef Install sample hooks by Junio C Hamano · 20 years ago