]> git.proxmox.com Git - libgit2.git/history - src/attr_file.c
Fix Win32 warnings
[libgit2.git] / src / attr_file.c
2012-04-26 Russell BelferFix Win32 warnings
2012-04-26 Vicent MartíMerge pull request #646 from arrbee/ignore-pat-leading...
2012-04-26 Russell BelferFix leading slash behavior in attrs/ignores
2012-04-25 Russell BelferMerge pull request #642 from arrbee/mem-pools
2012-04-25 Russell BelferConvert hashtable usage over to khash
2012-04-25 Russell BelferConvert attrs and diffs to use string pools
2012-04-19 Vicent MartíMerge remote-tracking branch 'carlosmn/indexer-stream...
2012-04-14 Vicent MartíMerge pull request #627 from arrbee/diff-with-pathspec
2012-04-13 Russell BelferAdd support for pathspec to diff and status
2012-04-11 Vicent MartíMerge branch 'new-error-handling' of github.com:libgit2...
2012-03-31 Vicent MartíMerge pull request #610 from arrbee/status-rewrite
2012-03-30 Russell BelferImprove config handling for diff,submodules,attrs
2012-03-16 Russell BelferConvert attr, ignore, mwindow, status to new errors
2012-03-15 Vicent MartíMerge pull request #595 from arrbee/new-errors-odb
2012-03-14 Russell BelferConvert attr and other files to new errors
2012-03-07 Russell BelferMerge pull request #590 from arrbee/new-error-handling
2012-03-07 Russell BelferMigrating diff to new error handling
2012-03-05 Vicent Martíerror-handling: References
2012-03-02 Vicent MartíMerge pull request #575 from libgit2/filters
2012-03-02 Vicent Martíattr: Change the attribute check macros
2012-02-27 Vicent Martíbuffer: Unify `git_fbuffer` and `git_buf`
2012-02-05 Vicent MartíMerge pull request #551 from schu/treebuilder-entries
2012-02-01 Vicent MartíMerge remote-tracking branch 'arrbee/status-bugs' into...
2012-01-31 Russell BelferFix issue with ignoring whole directories
2012-01-31 Russell BelferFix attr path is_dir check
2012-01-20 Russell BelferMerge branch 'fix-subdir-attr-paths' into development
2012-01-17 Russell BelferMove path related functions from fileops to path
2012-01-17 Russell BelferRemove poor git__removechar function
2012-01-17 Russell BelferFix handling of relative paths for attrs
2012-01-16 Russell BelferMerge pull request #531 from arrbee/gitignore
2012-01-11 Russell BelferInitial implementation of gitignore support
2012-01-04 Vicent MartíMerge remote-tracking branch 'nulltoken/topix/path_from...
2012-01-02 Vicent MartíMerge remote-tracking branch 'drizzd/diff-index-tests...
2012-01-02 Vicent MartíMerge remote-tracking branch 'arrbee/git-attributes...
2011-12-30 Russell BelferImproved gitattributes macro implementation
2011-12-30 Russell BelferFixed up memory leaks
2011-12-29 Russell BelferAdd support for macros and cache flush API.
2011-12-21 Russell BelferAdd APIs for git attributes