aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'maint'Junio C Hamano2011-08-18
|\
| * fetch-pack: check for valid commit from serverNguyễn Thái Ngọc Duy2011-08-18
* | Update draft release notes to 1.7.7Junio C Hamano2011-08-17
* | Merge branch 'mh/check-attr-relative'Junio C Hamano2011-08-17
|\ \
| * | test-path-utils: Add subcommand "prefix_path"Michael Haggerty2011-08-04
| * | test-path-utils: Add subcommand "absolute_path"Michael Haggerty2011-08-04
| * | git-check-attr: Normalize pathsMichael Haggerty2011-08-04
| * | git-check-attr: Demonstrate problems with relative pathsMichael Haggerty2011-08-04
| * | git-check-attr: Demonstrate problems with unnormalized pathsMichael Haggerty2011-08-04
| * | git-check-attr: test that no output is written to stderrMichael Haggerty2011-08-04
| * | Rename git_checkattr() to git_check_attr()Michael Haggerty2011-08-04
| * | git-check-attr: Fix command-line handling to match docsMichael Haggerty2011-08-04
| * | git-check-attr: Drive two tests using the same raw dataMichael Haggerty2011-08-04
| * | git-check-attr: Add an --all option to show all attributesMichael Haggerty2011-08-04
| * | git-check-attr: Error out if no pathnames are specifiedMichael Haggerty2011-08-04
| * | git-check-attr: Process command-line args more systematicallyMichael Haggerty2011-08-04
| * | git-check-attr: Handle each error separatelyMichael Haggerty2011-08-04
| * | git-check-attr: Extract a function error_with_usage()Michael Haggerty2011-08-04
| * | git-check-attr: Introduce a new variableMichael Haggerty2011-08-04
| * | git-check-attr: Extract a function output_attr()Michael Haggerty2011-08-04
| * | Allow querying all attributes on a fileMichael Haggerty2011-08-04
| * | Remove redundant checkMichael Haggerty2011-08-04
| * | Remove redundant call to bootstrap_attr_stack()Michael Haggerty2011-08-04
| * | Extract a function collect_all_attrs()Michael Haggerty2011-08-04
| * | Teach prepare_attr_stack() to figure out dirlen itselfMichael Haggerty2011-08-04
| * | git-check-attr: Use git_attr_name()Michael Haggerty2011-08-04
| * | Provide access to the name attribute of git_attrMichael Haggerty2011-08-04
| * | git-check-attr: Add tests of command-line parsingMichael Haggerty2011-08-04
| * | git-check-attr: Add missing "&&"Michael Haggerty2011-08-04
| * | Disallow the empty string as an attribute nameMichael Haggerty2011-08-04
| * | Remove anachronism from commentMichael Haggerty2011-08-04
| * | doc: Correct git_attr() calls in example codeMichael Haggerty2011-08-04
| * | doc: Add a link from gitattributes(5) to git-check-attr(1)Michael Haggerty2011-08-04
* | | Merge branch 'js/bisect-no-checkout'Junio C Hamano2011-08-17
|\ \ \
| * | | bisect: add support for bisecting bare repositoriesJon Seymour2011-08-09
| * | | bisect: further style nitpicksJunio C Hamano2011-08-05
| * | | bisect: replace "; then" with "\n<tab>*then"Jon Seymour2011-08-05
| * | | bisect: cleanup whitespace errors in git-bisect.sh.Jon Seymour2011-08-05
| * | | bisect: add documentation for --no-checkout option.Jon Seymour2011-08-04
| * | | bisect: add tests for the --no-checkout option.Jon Seymour2011-08-04
| * | | bisect: introduce --no-checkout support into porcelain.Jon Seymour2011-08-04
| * | | bisect: introduce support for --no-checkout option.Jon Seymour2011-08-04
| * | | bisect: add tests to document expected behaviour in presence of broken trees.Jon Seymour2011-08-04
| * | | bisect: use && to connect statements that are deferred with eval.Jon Seymour2011-08-04
| * | | bisect: move argument parsing before state modification.Jon Seymour2011-08-04
* | | | Merge branch 'rc/histogram-diff'Junio C Hamano2011-08-17
|\ \ \ \
| * | | | xdiff/xhistogram: drop need for additional variableTay Ray Chuan2011-08-08
| * | | | xdiff/xhistogram: rely on xdl_trim_ends()Tay Ray Chuan2011-08-08
| * | | | xdiff/xhistogram: rework handling of recursed resultsTay Ray Chuan2011-08-08
| * | | | xdiff: do away with xdl_mmfile_next()Tay Ray Chuan2011-08-03