summaryrefslogtreecommitdiff
path: root/src/status.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti2012-08-061-6/+16
|\
| * Update iterators for consistency across libraryRussell Belfer2012-08-031-6/+16
* | Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into developmentVicent Marti2012-08-021-1/+1
|\ \ | |/ |/|
| * portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-1/+1
* | Add flag to turn off pathspec testing for diff and statusyorah2012-07-241-0/+2
* | Fix getting status of files containing bracketsyorah2012-07-241-2/+4
|/
* Ranged iterators and rewritten git_status_fileRussell Belfer2012-05-151-213/+39
* Add cache busting to attribute cacheRussell Belfer2012-05-101-1/+2
* Add support for diffing index with no HEADRussell Belfer2012-05-081-1/+1
* status: Prevent git_status_file() from returning ENOTFOUND when not applicablenulltoken2012-05-081-4/+4
* Support reading attributes from indexRussell Belfer2012-05-031-41/+3
* Fix usage of "new" for fieldname in public headerRussell Belfer2012-05-021-5/+5
* Rename to git_reference_name_to_oidRussell Belfer2012-04-231-1/+1
* Add git_reference_lookup_oid and lookup_resolvedRussell Belfer2012-04-171-21/+8
* Remove old status implementationRussell Belfer2012-04-171-367/+1
* Add support for pathspec to diff and statusRussell Belfer2012-04-131-0/+1
* status: Remove status_oldVicent Martí2012-04-111-82/+0
* Clean up valgrind warningsCarlos Martín Nieto2012-04-041-0/+2
* Eliminate hairy COITERATE macroRussell Belfer2012-03-251-14/+27
* Restore default status recursion behaviorRussell Belfer2012-03-231-1/+2
* Fix crash in new status and add recurse optionRussell Belfer2012-03-231-0/+4
* New status fixesRussell Belfer2012-03-221-3/+9
* Reimplment git_status_foreach using git diffRussell Belfer2012-03-211-1/+178
* Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-216/+134
* error-handling: RepositoryVicent Martí2012-03-071-4/+2
* error-handling: ReferencesVicent Martí2012-03-061-4/+4
* Revert GIT_STATUS constants to avoid issuesRussell Belfer2012-03-021-1/+1
* Update diff to use iteratorsRussell Belfer2012-03-021-1/+1
* Update Copyright headerschu2012-02-131-1/+1
* status: Document submodule TODOsVicent Martí2012-02-011-11/+16
* Fix attr path is_dir checkRussell Belfer2012-01-311-7/+8
* Convert status assert to skip fileRussell Belfer2012-01-311-2/+12
* Move path related functions from fileops to pathRussell Belfer2012-01-171-7/+7
* Patch cleanup for mergeRussell Belfer2012-01-161-0/+15
* Fix several memory issuesRussell Belfer2012-01-111-34/+15
* Initial implementation of gitignore supportRussell Belfer2012-01-111-18/+81
* Check error on path manipulations.Russell Belfer2011-12-141-0/+1
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-73/+94
* Plug a bunch of leaksCarlos Martín Nieto2011-11-281-0/+1
* Rename all `_close` methodsVicent Marti2011-11-261-5/+5
* repository: Change ownership semanticsVicent Marti2011-11-261-17/+45
* status: Fix a sorting issue in the treewalkernulltoken2011-10-291-7/+26
* status: Prevent segfaulting when determining the status of a repositorynulltoken2011-10-291-20/+22
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-5/+5
* status: move GIT_STATUS_PATH_* into an enumCarlos Martín Nieto2011-10-271-7/+9
* status: reorder retrieve_head_tree error checksCarlos Martín Nieto2011-10-271-4/+2
* status: remove git_tree_entry_byposCarlos Martín Nieto2011-10-271-14/+5
* status: remove git_index_entry_byposCarlos Martín Nieto2011-10-271-12/+1
* Fix warning in `status.c`Vicent Marti2011-09-191-1/+1
* Merge pull request #408 from schu/fixup-statusVicent Martí2011-09-181-3/+4
|\