summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-09am: Document new --exclude=<path> optionmaximilian attems
2011-08-09bisect: add support for bisecting bare repositoriesJon Seymour
2011-08-08helping smart-http/stateless-rpc fetch raceJunio C Hamano
2011-08-08xdiff/xhistogram: drop need for additional variableTay Ray Chuan
2011-08-08xdiff/xhistogram: rely on xdl_trim_ends()Tay Ray Chuan
2011-08-08xdiff/xhistogram: rework handling of recursed resultsTay Ray Chuan
2011-08-08Merge branch 'oa/pull-reflog'Junio C Hamano
2011-08-08Merge branch 'ms/reflog-show-is-default'Junio C Hamano
2011-08-08Merge branch 'jl/submodule-status-summary-doc'Junio C Hamano
2011-08-08Merge branch 'jn/gitweb-config-list-case'Junio C Hamano
2011-08-08Merge branch 'jl/submodule-update-quiet'Junio C Hamano
2011-08-08Merge branch 'js/ls-tree-error'Junio C Hamano
2011-08-08Merge branch 'jn/gitweb-system-config'Junio C Hamano
2011-08-08Merge branch 'jk/reset-reflog-message-fix'Junio C Hamano
2011-08-08Merge branch 'jc/diff-index-refactor'Junio C Hamano
2011-08-08receive-pack: do not overstep command line argument arrayJunio C Hamano
2011-08-08Merge branch 'maint'Junio C Hamano
2011-08-08filter-branch: Export variable `workdir' for --commit-filterMichael Witten
2011-08-08Documentation/Makefile: add *.pdf to `clean' targetEmilio G. Cota
2011-08-08Documentation: ignore *.pdf filesEmilio G. Cota
2011-08-05fast-export: quote paths in outputJeff King
2011-08-05filter-branch.sh: de-dent usage stringJunio C Hamano
2011-08-05misc-sh: fix up whitespace in some other .sh files.Jon Seymour
2011-08-05Merge branch 'tc/minix'Junio C Hamano
2011-08-05Merge branch 'jc/pack-order-tweak'Junio C Hamano
2011-08-05bisect: further style nitpicksJunio C Hamano
2011-08-05bisect: replace "; then" with "\n<tab>*then"Jon Seymour
2011-08-05bisect: cleanup whitespace errors in git-bisect.sh.Jon Seymour
2011-08-04test-path-utils: Add subcommand "prefix_path"Michael Haggerty
2011-08-04test-path-utils: Add subcommand "absolute_path"Michael Haggerty
2011-08-04git-check-attr: Normalize pathsMichael Haggerty
2011-08-04git-check-attr: Demonstrate problems with relative pathsMichael Haggerty
2011-08-04git-check-attr: Demonstrate problems with unnormalized pathsMichael Haggerty
2011-08-04git-check-attr: test that no output is written to stderrMichael Haggerty
2011-08-04Rename git_checkattr() to git_check_attr()Michael Haggerty
2011-08-04git-check-attr: Fix command-line handling to match docsMichael Haggerty
2011-08-04git-check-attr: Drive two tests using the same raw dataMichael Haggerty
2011-08-04git-check-attr: Add an --all option to show all attributesMichael Haggerty
2011-08-04git-check-attr: Error out if no pathnames are specifiedMichael Haggerty
2011-08-04git-check-attr: Process command-line args more systematicallyMichael Haggerty
2011-08-04git-check-attr: Handle each error separatelyMichael Haggerty
2011-08-04git-check-attr: Extract a function error_with_usage()Michael Haggerty
2011-08-04git-check-attr: Introduce a new variableMichael Haggerty
2011-08-04git-check-attr: Extract a function output_attr()Michael Haggerty
2011-08-04Allow querying all attributes on a fileMichael Haggerty
2011-08-04Remove redundant checkMichael Haggerty
2011-08-04Remove redundant call to bootstrap_attr_stack()Michael Haggerty
2011-08-04Extract a function collect_all_attrs()Michael Haggerty
2011-08-04Teach prepare_attr_stack() to figure out dirlen itselfMichael Haggerty
2011-08-04git-check-attr: Use git_attr_name()Michael Haggerty