Code

Add clean.requireForce option, and add -f option to git-clean to override it
[git.git] / attr.c
2007-04-22 Alex RiesenFix crash in t0020 (crlf conversion)
2007-04-22 Junio C HamanoMerge branch 'lt/objalloc'
2007-04-22 Junio C HamanoMerge branch 'jc/add'
2007-04-22 Junio C HamanoMerge branch 'jc/attr'
2007-04-18 Junio C HamanoFix funny types used in attribute value representation
2007-04-17 Junio C HamanoAllow more than true/false to attributes.
2007-04-15 Junio C HamanoChange attribute negation marker from '!' to '-'.
2007-04-15 Junio C HamanoDefine a built-in attribute macro "binary".
2007-04-15 Junio C Hamanoattribute macro support
2007-04-14 Junio C HamanoTeach 'diff' about 'diff' attribute.
2007-04-14 Junio C HamanoDefine 'crlf' attribute.
2007-04-14 Junio C HamanoAdd basic infrastructure to assign attributes to paths