- 01 Nov, 2012 9 commits
-
-
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 6 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 -
Michael Schubert committed
-
Edward Thomson committed
-
- 29 Oct, 2012 3 commits
-
-
This memset was being reached after the entire packfile under WinHttp, so the byte count was being lost for small repos.
Ben Straub committed -
Cmake flags clean
Vicent Martí committed -
Stash
Vicent Martí committed
-
- 27 Oct, 2012 6 commits
-
-
Paul Thompson committed
-
- No overwriting allows control from cmake cache or cmdline - -g is already the CMake default - -O0 is already gcc's default
Paul Thompson committed -
- Those are the RelWithDebInfo flags. - They should be controlled from CMAKE_BUILD_TYPE
Paul Thompson committed -
- For Debug builds, CMake uses concatenated CMAKE_C_FLAGS and CMAKE_C_FLAGS_DEBUG - This reverts commit 291f7122.
Paul Thompson committed -
nulltoken committed
-
nulltoken committed
-
- 26 Oct, 2012 11 commits