summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Junio C Hamano2011-08-231-0/+11
|\
| * Update draft release notes for 1.7.6.1Junio C Hamano2011-08-231-0/+11
| * Merge branch 'jc/maint-combined-diff-work-tree' into maintJunio C Hamano2011-08-231-4/+10
| |\
| * \ Merge branch 'cb/maint-exec-error-report' into maintJunio C Hamano2011-08-233-17/+33
| |\ \
| * \ \ Merge branch 'cb/maint-quiet-push' into maintJunio C Hamano2011-08-236-10/+39
| |\ \ \
| * \ \ \ Merge branch 'jc/maint-smart-http-race-upload-pack' into maintJunio C Hamano2011-08-231-9/+98
| |\ \ \ \
| * \ \ \ \ Merge branch 'jc/no-gitweb-test-without-cgi-etc' into maintJunio C Hamano2011-08-231-0/+5
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'maint'Junio C Hamano2011-08-222-1/+82
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | add technical documentation about ref iterationHeiko Voigt2011-08-221-0/+81
| * | | | | | Do not use C++-style commentsMichael Haggerty2011-08-221-1/+1
* | | | | | | Update draft release notes to 1.7.7Junio C Hamano2011-08-181-0/+6
* | | | | | | Merge branch 'db/am-skip-blank-at-the-beginning'Junio C Hamano2011-08-182-3/+26
|\ \ \ \ \ \ \
| * | | | | | | am: ignore leading whitespace before patchDavid Barr2011-08-112-3/+26
* | | | | | | | Merge branch 'ma/am-exclude'Junio C Hamano2011-08-182-2/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | am: Document new --exclude=<path> optionmaximilian attems2011-08-091-1/+3
| * | | | | | | | am: pass exclude down to applymaximilian attems2011-08-031-1/+2
* | | | | | | | | Merge branch 'maint'Junio C Hamano2011-08-181-0/+2
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | fetch-pack: check for valid commit from serverNguyễn Thái Ngọc Duy2011-08-181-0/+2
* | | | | | | | | Update draft release notes to 1.7.7Junio C Hamano2011-08-171-1/+34
* | | | | | | | | Merge branch 'mh/check-attr-relative'Junio C Hamano2011-08-1714-115/+322
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | test-path-utils: Add subcommand "prefix_path"Michael Haggerty2011-08-041-0/+13
| * | | | | | | | | test-path-utils: Add subcommand "absolute_path"Michael Haggerty2011-08-041-0/+9
| * | | | | | | | | git-check-attr: Normalize pathsMichael Haggerty2011-08-042-10/+14
| * | | | | | | | | git-check-attr: Demonstrate problems with relative pathsMichael Haggerty2011-08-041-1/+14
| * | | | | | | | | git-check-attr: Demonstrate problems with unnormalized pathsMichael Haggerty2011-08-041-0/+9
| * | | | | | | | | git-check-attr: test that no output is written to stderrMichael Haggerty2011-08-041-2/+3
| * | | | | | | | | Rename git_checkattr() to git_check_attr()Michael Haggerty2011-08-0410-16/+16
| * | | | | | | | | git-check-attr: Fix command-line handling to match docsMichael Haggerty2011-08-043-9/+14
| * | | | | | | | | git-check-attr: Drive two tests using the same raw dataMichael Haggerty2011-08-041-36/+23
| * | | | | | | | | git-check-attr: Add an --all option to show all attributesMichael Haggerty2011-08-043-18/+74
| * | | | | | | | | git-check-attr: Error out if no pathnames are specifiedMichael Haggerty2011-08-042-2/+9
| * | | | | | | | | git-check-attr: Process command-line args more systematicallyMichael Haggerty2011-08-041-7/+12
| * | | | | | | | | git-check-attr: Handle each error separatelyMichael Haggerty2011-08-041-7/+4
| * | | | | | | | | git-check-attr: Extract a function error_with_usage()Michael Haggerty2011-08-041-2/+7
| * | | | | | | | | git-check-attr: Introduce a new variableMichael Haggerty2011-08-041-6/+7
| * | | | | | | | | git-check-attr: Extract a function output_attr()Michael Haggerty2011-08-041-3/+9
| * | | | | | | | | Allow querying all attributes on a fileMichael Haggerty2011-08-043-14/+67
| * | | | | | | | | Remove redundant checkMichael Haggerty2011-08-041-2/+1
| * | | | | | | | | Remove redundant call to bootstrap_attr_stack()Michael Haggerty2011-08-041-1/+0
| * | | | | | | | | Extract a function collect_all_attrs()Michael Haggerty2011-08-041-3/+14
| * | | | | | | | | Teach prepare_attr_stack() to figure out dirlen itselfMichael Haggerty2011-08-041-10/+11
| * | | | | | | | | git-check-attr: Use git_attr_name()Michael Haggerty2011-08-041-7/+6
| * | | | | | | | | Provide access to the name attribute of git_attrMichael Haggerty2011-08-043-1/+14
| * | | | | | | | | git-check-attr: Add tests of command-line parsingMichael Haggerty2011-08-041-0/+7
| * | | | | | | | | git-check-attr: Add missing "&&"Michael Haggerty2011-08-041-1/+1
| * | | | | | | | | Disallow the empty string as an attribute nameMichael Haggerty2011-08-042-1/+7
| * | | | | | | | | Remove anachronism from commentMichael Haggerty2011-08-041-4/+2
| * | | | | | | | | doc: Correct git_attr() calls in example codeMichael Haggerty2011-08-041-5/+5
| * | | | | | | | | doc: Add a link from gitattributes(5) to git-check-attr(1)Michael Haggerty2011-08-041-0/+3
* | | | | | | | | | Merge branch 'js/bisect-no-checkout'Junio C Hamano2011-08-177-178/+430
|\ \ \ \ \ \ \ \ \ \