summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | undo indentation change in diff_print.cfix-git-status-list-new-unreadable-folderAlan Rogers2014-07-231-9/+9
| * | | Merge remote-tracking branch 'origin/master' into fix-git-status-list-new-unr...Alan Rogers2014-07-22125-1297/+2895
| |\ \ \ | | |/ /
| * | | Remove debug printfs.Alan Rogers2014-07-221-2/+0
| * | | Move the UNREADABLE enums to the correct group.Alan Rogers2014-07-221-6/+6
| * | | Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne...Alan Rogers2014-07-1026-246/+500
| |\ \ \
| * | | | Whitespace wibbles.Alan Rogers2014-06-042-6/+7
| * | | | Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne...Alan Rogers2014-06-04115-846/+2544
| |\ \ \ \
| * | | | | Clear out the struct.Alan Rogers2014-06-041-0/+1
| * | | | | Add another test for unreadable and not included.Alan Rogers2014-06-041-0/+32
| * | | | | Implement GIT_DIFF_INCLUDE_UNREADABLE_AS_UNTRACKEDAlan Rogers2014-06-041-1/+4
| * | | | | GIT_DIFF_INCLUDE_UNREADABLE_AS_UNTRACKEDAlan Rogers2014-06-032-1/+6
| * | | | | Add GIT_STATUS_OPT_INCLUDE_UNREADABLE_AS_UNTRACKEDAlan Rogers2014-06-032-17/+52
| * | | | | Fix the no permissions test.Alan Rogers2014-05-301-3/+2
| * | | | | Use 'X' for unreadable status.Alan Rogers2014-05-301-0/+3
| * | | | | Add GIT_STATUS_OPT_INCLUDE_UNREADABLEAlan Rogers2014-05-302-0/+3
| * | | | | Remove GIT_FILEMODE_NEW as it's unused.Alan Rogers2014-05-301-2/+1
| * | | | | We do expect the foo path in the nopermissions testAlan Rogers2014-05-231-2/+2
| * | | | | Don't need to duplicate this code.Alan Rogers2014-05-231-5/+1
| * | | | | Try a value for UNREADABLE that won't get masked out?!Alan Rogers2014-05-231-1/+1
| * | | | | Return GIT_DELTA_UNREADABLE for a file with a mode changeAlan Rogers2014-05-221-0/+5
| * | | | | Remove errant newlineAlan Rogers2014-05-221-1/+0
| * | | | | Simplify the no permission test.Alan Rogers2014-05-211-6/+4
| * | | | | Remove errant whitespace.Alan Rogers2014-05-211-1/+1
| * | | | | Return GIT_FILEMODE_UNREADABLE for files that fail to stat.Alan Rogers2014-05-214-19/+25
| * | | | | Start adding GIT_DELTA_UNREADABLE and GIT_STATUS_WT_UNREADABLE.Alan Rogers2014-05-208-19/+52
| * | | | | Skip unreadable files for now.Alan Rogers2014-05-202-5/+9
| * | | | | Rename GIT_ENOACCESS -> GIT_EUNREADABLEAlan Rogers2014-05-202-8/+5
| * | | | | Skip unreadable files for now.Alan Rogers2014-05-152-4/+6
| * | | | | Return a specific error for EACCES.Alan Rogers2014-05-152-0/+5
| * | | | | Simplify the test.Alan Rogers2014-05-151-10/+5
| * | | | | Add a test (failing) for a work tree status.Alan Rogers2014-05-141-0/+38
* | | | | | Merge pull request #2485 from ethomson/cherrypickVicent Marti2014-07-228-88/+88
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | git_cherry_pick -> git_cherrypickEdward Thomson2014-07-228-88/+88
|/ / / / /
* | | | | Merge pull request #2475 from libgit2/expose-buffer-binary-detectionVicent Marti2014-07-162-0/+27
|\ \ \ \ \
| * | | | | Just put it all in buffer.joshaber2014-07-166-46/+45
| * | | | | Export git_buf_text_is_binary and git_buf_text_contains_nul.expose-buffer-binary-detectionjoshaber2014-07-154-18/+46
* | | | | | Merge pull request #2476 from linquize/config-lf-eofVicent Marti2014-07-162-3/+19
|\ \ \ \ \ \
| * | | | | | Add unit test to test add section without lf at EOFLinquize2014-07-161-0/+16
| * | | | | | Make sure \n is at the end of config file before a new section is writtenLinquize2014-07-161-3/+3
| |/ / / / /
* | | | | | ssh: Fix unused warningVicent Marti2014-07-161-0/+1
* | | | | | clone: should_clone? Of course we should clone. That's not the questionVicent Marti2014-07-161-4/+4
* | | | | | Merge pull request #2467 from ethomson/win_local_cloneVicent Marti2014-07-164-60/+93
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Handle local file:/// paths on WindowsEdward Thomson2014-07-114-60/+93
* | | | | | Merge pull request #2472 from jacquesg/perl-linkVicent Marti2014-07-151-1/+1
|\ \ \ \ \ \
| * | | | | | Updated perl bindings linkJacques Germishuys2014-07-131-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2474 from ethomson/clar_file_reportVicent Marti2014-07-151-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Switch description and path reportingEdward Thomson2014-07-151-1/+1
|/ / / / /
* | | | | Merge pull request #2466 from jacquesg/win2003-platform-sdkVicent Marti2014-07-117-8/+23
|\ \ \ \ \
| * | | | | Define IO_REPARSE_TAG_SYMLINK if its not defined by WinNT.hJacques Germishuys2014-07-061-0/+4
| * | | | | Secure CRT is only available from Visual Studio 2005+Jacques Germishuys2014-07-062-3/+3