]> git.proxmox.com Git - libgit2.git/commit - include/git2/tree.h
tree: allow retrieval of raw attributes
authorCarlos Martín Nieto <cmn@dwim.me>
Mon, 15 Apr 2013 07:07:57 +0000 (09:07 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Tue, 8 Oct 2013 08:07:31 +0000 (10:07 +0200)
commit13f670a5d9d86629f4879f6df9494356e4f28832
tree2a09d4df939f555c5c43a1f26c944dc02c8e0219
parent711333efe1c1388c39cd76480273b4fcea18d491
tree: allow retrieval of raw attributes

When a tool needs to recreate the tree object (for example an
interface to another VCS), it needs to use the raw attributes,
forgoing any normalization.
include/git2/tree.h
src/tree.c
tests-clar/object/tree/attributes.c