Skip to content

executable file mode support #16

@richardjennings

Description

@richardjennings

Currently just using:

		// @todo add executable support
		if fo.Typ == ObjectTree {
			mode = "40000"
		} else {
			mode = "100644"
		}

Move to constants and add support for executable mode 100755 (ignore symlink for mow)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions