1. 4b35b00 Merge branch 'lf/read-blob-data-from-index' by Junio C Hamano · 12 years ago
  2. ff36682 read_blob_data_from_index(): optionally return the size of blob data by Lukas Fleischer · 12 years ago
  3. 29fb37b attr.c: extract read_index_data() as read_blob_data_from_index() by Lukas Fleischer · 12 years ago
  4. 4bbb830 Merge branch 'jc/directory-attrs-regression-fix' into maint-1.8.1 by Junio C Hamano · 12 years ago
  5. f30366b Merge branch 'jc/directory-attrs-regression-fix' by Junio C Hamano · 12 years ago
  6. dc09e9e attr.c::path_matches(): special case paths that end with a slash by Junio C Hamano · 12 years ago
  7. bd2f371 attr.c::path_matches(): the basename is part of the pathname by Junio C Hamano · 12 years ago
  8. 06d67b8 Sync with 1.8.1.5 by Junio C Hamano · 12 years ago
  9. 8b1bd02 Make !pattern in .gitattributes non-fatal by Thomas Rast · 12 years ago
  10. 025ea58 Merge branch 'nd/fix-directory-attrs-off-by-one' into maint by Junio C Hamano · 12 years ago
  11. 6d7c1c8 Merge branch 'nd/attr-debug-fix' into maint by Junio C Hamano · 12 years ago
  12. 9a9f243 Merge branch 'nd/fix-directory-attrs-off-by-one' by Junio C Hamano · 12 years ago
  13. 3a39fa7 Merge branch 'nd/attr-debug-fix' by Junio C Hamano · 12 years ago
  14. 9db9eec attr: avoid calling find_basename() twice per path by Duy Nguyen · 12 years ago
  15. 712efb1 attr: make it build with DEBUG_ATTR again by Nguyễn Thái Ngọc Duy · 12 years ago
  16. 711536b attr: fix off-by-one directory component length calculation by Nguyễn Thái Ngọc Duy · 12 years ago
  17. d912b0e Merge branch 'as/dir-c-cleanup' by Junio C Hamano · 12 years ago
  18. 6d24e7a dir.c: rename excluded() to is_excluded() by Adam Spiers · 12 years ago
  19. 94bc671 Add directory pattern matching to attributes by Jean-Noël AVILA · 12 years ago
  20. 5f83642 Merge branch 'nd/attr-match-optim-more' by Jeff King · 12 years ago
  21. 70d1825 Merge branch 'nd/attr-match-optim' by Jeff King · 12 years ago
  22. 82dce99 attr: more matching optimizations from .gitignore by Nguyễn Thái Ngọc Duy · 12 years ago
  23. 4742d13 attr: avoid searching for basename on every match by Nguyễn Thái Ngọc Duy · 12 years ago
  24. cd6a0b2 attr: avoid strlen() on every match by Nguyễn Thái Ngọc Duy · 12 years ago
  25. d6fb624 Merge branch 'jk/config-warn-on-inaccessible-paths' by Junio C Hamano · 12 years ago
  26. e6d29a4 Merge branch 'jc/ll-merge-binary-ours' by Junio C Hamano · 12 years ago
  27. 8e950da attr: failure to open a .gitattributes file is OK with ENOTDIR by Junio C Hamano · 12 years ago
  28. 155a4b7 attr: "binary" attribute should choose built-in "binary" merge driver by Junio C Hamano · 13 years ago
  29. 55b38a4 warn_on_inaccessible(): a helper to warn on inaccessible paths by Junio C Hamano · 13 years ago
  30. 11e50b2 attr: warn on inaccessible attribute files by Jeff King · 13 years ago
  31. f0c1c15 attr: make sure we have an xdg path before using it by Jeff King · 13 years ago
  32. 684e40f Let core.attributesfile default to $XDG_CONFIG_HOME/git/attributes by Huynh Khoi Nguyen Nguyen · 13 years ago
  33. afb6b56 Merge branch 'maint-1.7.6' into maint-1.7.7 by Junio C Hamano · 13 years ago
  34. 37475f9 attr: fix leak in free_attr_elem by Jeff King · 13 years ago
  35. 6c65b5e Merge the attributes fix in from maint-1.6.6 branch by Junio C Hamano · 13 years ago
  36. c432ef9 attr.c: clarify the logic to pop attr_stack by Junio C Hamano · 13 years ago
  37. 909ca7b attr.c: make bootstrap_attr_stack() leave early by Junio C Hamano · 13 years ago
  38. 77f7f82 attr: drop misguided defensive coding by Jeff King · 13 years ago
  39. 1afca44 attr: don't confuse prefixes with leading directories by Jeff King · 13 years ago
  40. 6eba621 attr.c: respect core.ignorecase when matching attribute patterns by Brandon Casey · 13 years ago
  41. 64589a0 attr: read core.attributesfile from git_default_core_config by Junio C Hamano · 13 years ago
  42. 040a655 cleanup: use internal memory allocation wrapper functions everywhere by Brandon Casey · 13 years ago
  43. 97410b2 attr.c: avoid inappropriate access to strbuf "buf" member by Brandon Casey · 13 years ago
  44. e5cfcb0 Merge branch 'mh/attr' by Junio C Hamano · 14 years ago
  45. d68e1c1 Unroll the loop over passes by Michael Haggerty · 14 years ago
  46. e0a5f9a Change while loop into for loop by Michael Haggerty · 14 years ago
  47. 85c4a0d Determine the start of the states outside of the pass loop by Michael Haggerty · 14 years ago
  48. d175129 Change parse_attr() to take a pointer to struct attr_state by Michael Haggerty · 14 years ago
  49. 4c7517c Increment num_attr in parse_attr_line(), not parse_attr() by Michael Haggerty · 14 years ago
  50. ba845b7 Document struct match_attr by Michael Haggerty · 14 years ago
  51. 86ab7f0 Add a file comment by Michael Haggerty · 14 years ago
  52. d932f4e Rename git_checkattr() to git_check_attr() by Michael Haggerty · 14 years ago
  53. ee548df Allow querying all attributes on a file by Michael Haggerty · 14 years ago
  54. 7373eab Remove redundant check by Michael Haggerty · 14 years ago
  55. cd93bff Remove redundant call to bootstrap_attr_stack() by Michael Haggerty · 14 years ago
  56. 2d72174 Extract a function collect_all_attrs() by Michael Haggerty · 14 years ago
  57. a872701 Teach prepare_attr_stack() to figure out dirlen itself by Michael Haggerty · 14 years ago
  58. 352404a Provide access to the name attribute of git_attr by Michael Haggerty · 14 years ago
  59. c0b13b2 Disallow the empty string as an attribute name by Michael Haggerty · 14 years ago
  60. d42453a Remove anachronism from comment by Michael Haggerty · 14 years ago
  61. c514772 sparse: Fix some "symbol not declared" warnings by Ramsay Jones · 14 years ago
  62. e91b6c5 gitattributes: drop support for GIT_ATTR_NOGLOBAL by Jonathan Nieder · 14 years ago
  63. 6df42ab Add global and system-wide gitattributes by Petr Onderka · 15 years ago
  64. d5cff17 Merge branch 'eb/core-eol' by Junio C Hamano · 15 years ago
  65. 5ec3e67 Rename the "crlf" attribute "text" by Eyvind Bernhardsen · 15 years ago
  66. ec775c4 attr: Expand macros immediately when encountered. by Henrik Grubbström · 15 years ago
  67. 969f9d7 attr: Allow multiple changes to an attribute on the same line. by Henrik Grubbström · 15 years ago
  68. 426c27b attr: Fixed debug output for macro expansion. by Henrik Grubbström · 15 years ago
  69. 7fb0eaa git_attr(): fix function signature by Junio C Hamano · 15 years ago
  70. d4c9856 attr: plug minor memory leak by René Scharfe · 16 years ago
  71. 48fb7de Fix big left-shifts of unsigned char by Linus Torvalds · 16 years ago
  72. 4b25d09 Fix a bunch of pointer declarations (codestyle) by Felipe Contreras · 16 years ago
  73. 4191e80 attr: add GIT_ATTR_INDEX "direction" by Nguyễn Thái Ngọc Duy · 16 years ago
  74. 06f33c1 Read attributes from the index that is being checked out by Junio C Hamano · 16 years ago
  75. f66cf96 Fix buffer overflow in prepare_attr_stack by Dmitry Potapov · 17 years ago
  76. 2d35d55 Ignore .gitattributes in bare repositories by René Scharfe · 17 years ago
  77. 82881b3 gitattributes: Fix subdirectory attributes specified from root directory by Matthew Ogilvie · 17 years ago
  78. cf94ccd gitattributes: fix relative path matching by Junio C Hamano · 17 years ago
  79. f5bf6fe Merge branch 'maint' by Shawn O. Pearce · 17 years ago
  80. d7b0a09 attr: fix segfault in gitattributes parsing code by Steffen Prohaska · 17 years ago
  81. 182af83 Use xmemdupz() in many places. by Pierre Habouzit · 17 years ago
  82. 1a9d7e9 attr.c: read .gitattributes from index as well. by Junio C Hamano · 18 years ago
  83. a441311 attr.c: refactoring by Junio C Hamano · 18 years ago
  84. 4629795 Fix crash in t0020 (crlf conversion) by Alex Riesen · 18 years ago
  85. a5e92ab Fix funny types used in attribute value representation by Junio C Hamano · 18 years ago
  86. 515106f Allow more than true/false to attributes. by Junio C Hamano · 18 years ago
  87. e4aee10 Change attribute negation marker from '!' to '-'. by Junio C Hamano · 18 years ago
  88. fc2d07b Define a built-in attribute macro "binary". by Junio C Hamano · 18 years ago
  89. f48fd68 attribute macro support by Junio C Hamano · 18 years ago
  90. 8c70124 Teach 'diff' about 'diff' attribute. by Junio C Hamano · 18 years ago
  91. 35ebfd6 Define 'crlf' attribute. by Junio C Hamano · 18 years ago
  92. d0bfd02 Add basic infrastructure to assign attributes to paths by Junio C Hamano · 18 years ago