summaryrefslogtreecommitdiff
path: root/src/status.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * status.c: add missing check for errorschu2011-09-171-1/+2
| * status.c: remove wrong address operatorschu2011-09-171-2/+2
* | Cleanup legal dataVicent Marti2011-09-191-21/+3
|/
* status: enhance determination of statuses for a whole directorynulltoken2011-09-151-193/+477
* status: enhance determination of status for a single filenulltoken2011-09-151-82/+121
* Remove duplicated sortLuc Bertrand2011-08-031-1/+0
* remove unused variableLuc Bertrand2011-08-031-2/+0
* fix recurse_tree_entries, continue parsing tree after first subdirectory foundLuc Bertrand2011-08-031-1/+1
* status: don't hide tree closingCarlos Martín Nieto2011-07-141-3/+4
* status: plug some leaksCarlos Martín Nieto2011-07-121-1/+7
* status: CleanupVicent Marti2011-07-091-62/+28
* status: nonexistent file with git_status_file()Jason Penny2011-07-091-2/+7
* status: handle subdirs for git_status_fileJason Penny2011-07-091-7/+30
* status: get status for single fileJason Penny2011-07-091-19/+112
* status: get file statuses and run callbackJason Penny2011-07-091-0/+193
* status: get blob object id of file on diskJason Penny2011-07-091-0/+77