- 05 Nov, 2012 7 commits
-
-
Justin Spahr-Summers committed
-
Apparently git_remote_list() includes even remotes for which git_remote_load() would fail. Sorry @nulltoken, false alarm. This reverts commit f358ec14.
Justin Spahr-Summers committed -
CC @nulltoken
Justin Spahr-Summers committed -
Justin Spahr-Summers committed
-
Justin Spahr-Summers committed
-
nulltoken committed
-
This fixes a crash from attempting to invoke git__strdup() against NULL.
Justin Spahr-Summers committed
-
- 02 Nov, 2012 8 commits
-
-
Fix bytes_received in fetch tests - we weren't calling the callback
Philip Kelley committed -
Philip Kelley committed
-
Russell Belfer committed
-
Initial implementation of diff rename detection
Vicent Martí committed -
Free conflict index entries on removal
Philip Kelley committed -
Prefer GetLastError() for GITERR_OS on Win32
Philip Kelley committed -
Philip Kelley committed
-
Edward Thomson committed
-
- 01 Nov, 2012 16 commits
-
-
Vicent Marti committed
-
Improve docs, examples, warnings
Vicent Martí committed -
Some more changes to the Index API
Russell Belfer committed -
This improves docs in some of the public header files, cleans up and improves some of the example code, and fixes a couple of pedantic warnings in places.
Russell Belfer committed -
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Why Apple, why?
Russell Belfer committed -
Update of text stats calculation
Russell Belfer committed -
Do not interpret 0x85 as Next Line (NEL) char when gathering statistics for a text file.
Jameson Miller committed -
Reorganize transport architecture
Vicent Martí committed -
Philip Kelley committed
-
Philip Kelley committed
-
Philip Kelley committed
-
Philip Kelley committed
-
- 31 Oct, 2012 5 commits
-
-
Vicent Marti committed
-
Vicent Marti committed
-
Russell Belfer committed
-
Ben Straub committed
-
Ben Straub committed
-
- 30 Oct, 2012 4 commits
-
-
This adds a new API that allows users to reload the config if the file has changed on disk. A new config callback function to refresh the config was added. The modified time and file size are used to test if the file needs to be reloaded (and are now stored in the disk backend object). In writing tests, just using mtime was a problem / race, so I wanted to check file size as well. To support that, I extended `git_futils_readbuffer_updated` to optionally check file size in addition to mtime, and I added a new function `git_filebuf_stats` to fetch the mtime and size for an open filebuf (so that the config could be easily refreshed after a write). Lastly, I moved some similar file checking code for attributes into filebuf. It is still only being used for attrs, but it seems potentially reusable, so I thought I'd move it over.
Russell Belfer committed -
Add git_diff_patch_to_str API
Vicent Martí committed -
repo: enhance git_repository_state() detection
Vicent Martí committed -
Index changes
Vicent Martí committed
-