summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-04test-path-utils: Add subcommand "absolute_path"Libravatar Michael Haggerty1-0/+9
2011-08-04git-check-attr: Normalize pathsLibravatar Michael Haggerty2-10/+14
2011-08-04git-check-attr: Demonstrate problems with relative pathsLibravatar Michael Haggerty1-1/+14
2011-08-04git-check-attr: Demonstrate problems with unnormalized pathsLibravatar Michael Haggerty1-0/+9
2011-08-04git-check-attr: test that no output is written to stderrLibravatar Michael Haggerty1-2/+3
2011-08-04Rename git_checkattr() to git_check_attr()Libravatar Michael Haggerty10-16/+16
2011-08-04git-check-attr: Fix command-line handling to match docsLibravatar Michael Haggerty3-9/+14
2011-08-04git-check-attr: Drive two tests using the same raw dataLibravatar Michael Haggerty1-36/+23
2011-08-04git-check-attr: Add an --all option to show all attributesLibravatar Michael Haggerty3-18/+74
2011-08-04git-check-attr: Error out if no pathnames are specifiedLibravatar Michael Haggerty2-2/+9
2011-08-04git-check-attr: Process command-line args more systematicallyLibravatar Michael Haggerty1-7/+12
2011-08-04git-check-attr: Handle each error separatelyLibravatar Michael Haggerty1-7/+4
2011-08-04git-check-attr: Extract a function error_with_usage()Libravatar Michael Haggerty1-2/+7
2011-08-04git-check-attr: Introduce a new variableLibravatar Michael Haggerty1-6/+7
2011-08-04git-check-attr: Extract a function output_attr()Libravatar Michael Haggerty1-3/+9
2011-08-04Allow querying all attributes on a fileLibravatar Michael Haggerty3-14/+67
2011-08-04Remove redundant checkLibravatar Michael Haggerty1-2/+1
2011-08-04Remove redundant call to bootstrap_attr_stack()Libravatar Michael Haggerty1-1/+0
2011-08-04Extract a function collect_all_attrs()Libravatar Michael Haggerty1-3/+14
2011-08-04Teach prepare_attr_stack() to figure out dirlen itselfLibravatar Michael Haggerty1-10/+11
2011-08-04git-check-attr: Use git_attr_name()Libravatar Michael Haggerty1-7/+6
2011-08-04Provide access to the name attribute of git_attrLibravatar Michael Haggerty3-1/+14
2011-08-04git-check-attr: Add tests of command-line parsingLibravatar Michael Haggerty1-0/+7
2011-08-04git-check-attr: Add missing "&&"Libravatar Michael Haggerty1-1/+1
2011-08-04Disallow the empty string as an attribute nameLibravatar Michael Haggerty2-1/+7
2011-08-04Remove anachronism from commentLibravatar Michael Haggerty1-4/+2
2011-08-04doc: Correct git_attr() calls in example codeLibravatar Michael Haggerty1-5/+5
2011-08-04doc: Add a link from gitattributes(5) to git-check-attr(1)Libravatar Michael Haggerty1-0/+3
2011-08-04docs: put listed example commands in backticksLibravatar Jeff King13-66/+66
2011-08-04bisect: add documentation for --no-checkout option.Libravatar Jon Seymour1-1/+31
2011-08-04bisect: add tests for the --no-checkout option.Libravatar Jon Seymour1-0/+82
2011-08-04bisect: introduce --no-checkout support into porcelain.Libravatar Jon Seymour1-11/+37
2011-08-04bisect: introduce support for --no-checkout option.Libravatar Jon Seymour3-14/+28
2011-08-04bisect: add tests to document expected behaviour in presence of broken trees.Libravatar Jon Seymour1-0/+48
2011-08-04bisect: use && to connect statements that are deferred with eval.Libravatar Jon Seymour1-2/+2
2011-08-04bisect: move argument parsing before state modification.Libravatar Jon Seymour2-36/+44
2011-08-04gitweb: pass string after encoding in utf-8 to syntax highlighterLibravatar 张忠山1-1/+1
2011-08-04Add option hooks.diffopts to customize change summary in post-receive-emailLibravatar Jon Jensen1-1/+8
2011-08-04diff -c/--cc: do not mistake "resolved as deletion" as "use working tree"Libravatar Junio C Hamano1-4/+10
2011-08-03Merge branch 'maint'Libravatar Junio C Hamano2-11/+16
2011-08-03add gitignore entry to description about how to write a builtinLibravatar Heiko Voigt1-0/+2
2011-08-03Makefile: some changes for http-related flag documentationLibravatar Tay Ray Chuan1-3/+3
2011-08-03http.c: fix an invalid free()Libravatar Tay Ray Chuan1-6/+2
2011-08-03am: pass exclude down to applyLibravatar maximilian attems1-1/+2
2011-08-03gitattributes: Reword "attribute macro" to "macro attribute"Libravatar Michael Haggerty1-9/+9
2011-08-03gitattributes: Clarify discussion of attribute macrosLibravatar Michael Haggerty1-5/+8
2011-08-03Skip archive --remote tests on WindowsLibravatar Johannes Sixt1-4/+4
2011-08-03xdiff: do away with xdl_mmfile_next()Libravatar Tay Ray Chuan3-20/+2
2011-08-03Make test number uniqueLibravatar Johannes Sixt1-0/+0
2011-08-02commit: allow partial commits with relative pathsLibravatar Clemens Buchacher4-38/+39