]> git.proxmox.com Git - libgit2.git/history - src/ignore.c
Move `url` to last place in parameter list
[libgit2.git] / src / ignore.c
2012-11-30 Russell BelferMerge pull request #1108 from libgit2/ahead-behind...
2012-11-29 Vicent MartíMerge pull request #1110 from libgit2/features/push_rebased
2012-11-29 Vicent MartíMerge pull request #1090 from arrbee/ignore-invalid...
2012-11-20 Russell BelferSet up default internal ignores
2012-10-22 Vicent MartíMerge pull request #963 from carlosmn/remote-save-autotag
2012-10-17 Russell BelferMerge pull request #968 from arrbee/diff-support-typechange
2012-10-17 Ben StraubMerge pull request #972 from PaulThompson/separate_strarray
2012-10-16 Vicent MartíMerge pull request #952 from csware/config-locations
2012-10-16 Philip KelleyMerge pull request #984 from arrbee/fix-fnmatch-and...
2012-10-15 Russell BelferFix single-file ignore checks
2012-10-08 Ben StraubMerge pull request #949 from nulltoken/topic/deploy_rep...
2012-10-08 Russell BelferMerge pull request #940 from scunz/diff_sm
2012-10-08 Russell BelferMerge pull request #966 from pwkelley/icasefix
2012-10-08 Philip KelleyFix a bug where ignorecase wasn't applied to ignores
2012-10-02 Russell BelferMerge pull request #932 from ben/clone_pack_race
2012-10-02 Russell BelferMerge pull request #939 from pwkelley/ignorecase
2012-09-17 Philip KelleySupport for core.ignorecase
2012-08-25 Vicent MartíMerge pull request #896 from ben/revparse-ambiguous
2012-08-24 Vicent MartíMerge pull request #895 from carlosmn/sideband
2012-08-24 Vicent MartíMerge pull request #852 from arrbee/submodule-extensions
2012-08-24 Russell BelferFix crash with adding internal ignores
2012-08-22 Vicent MartíMerge pull request #891 from arrbee/internal-ignore-api
2012-08-22 Russell BelferWrap up ignore API and add tests
2012-08-22 Russell BelferAdd public API for internal ignores
2012-08-19 Vicent MartíMerge pull request #778 from ben/clone
2012-08-06 Vicent MartiMerge remote-tracking branch 'arrbee/tree-walk-fixes...
2012-08-01 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/amd64...
2012-07-24 nulltokenportability: Improve x86/amd64 compatibility
2012-06-19 Vicent MartíMerge pull request #753 from nulltoken/topic/merge...
2012-06-19 Vicent MartiMerge remote-tracking branch 'yorah/fix/notes-creation...
2012-06-13 Chris YoungMerge remote-tracking branch 'source/development' into...
2012-06-11 Vicent MartíMerge pull request #759 from libgit2/ignore-line-contai...
2012-06-11 Russell BelferIgnores allow unescapes internal whitespace
2012-06-07 Chris YoungMerge remote-tracking branch 'source/development' into...
2012-05-17 Vicent Martíerrors: Rename error codes
2012-05-17 Vicent Martíerrors: Rename the generic return codes
2012-05-05 Vicent MartíMerge remote-tracking branch 'scottjg/fix-mingw32'...
2012-05-05 Vicent MartíMerge pull request #659 from libgit2/development-merge
2012-05-05 Vicent MartíMerge pull request #664 from arrbee/attrs-from-index
2012-05-04 Russell BelferFix memory leaks and use after free
2012-05-03 Russell BelferSupport reading attributes from index
2012-05-02 Vicent MartíMerge branch 'new-error-handling' into development
2012-05-02 Vicent MartíMerge remote-tracking branch 'carlosmn/remaining-errors...
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 attrs and diffs to use string pools
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-05 Carlos Martín NietoMerge branch 'ssh-urls' into development
2012-03-02 Vicent MartíMerge pull request #575 from libgit2/filters
2012-02-27 Vicent Martíbuffer: Unify `git_fbuffer` and `git_buf`
2012-02-23 Vicent MartíMerge pull request #570 from arrbee/uniform-iterators
2012-02-22 Russell BelferFix iterators based on pull request feedback
2012-02-21 Russell BelferUniform iterators for trees, index, and workdir
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 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 BelferFix handling of relative paths for attrs
2012-01-16 Russell BelferMerge pull request #531 from arrbee/gitignore
2012-01-16 Russell BelferPatch cleanup for merge
2012-01-12 Russell BelferFix several memory issues
2012-01-12 Russell BelferConvert git_path_walk_up to regular function
2012-01-12 Russell BelferAllow ignores (and attribs) for nonexistent files
2012-01-11 Russell BelferInitial implementation of gitignore support