Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #1027 from PaulThompson/cmake-flags-clean | Vicent Martí | 2012-10-29 | 1 | -6/+10 | |
|\ \ \ \ \ | | | | | | | | | | | | | Cmake flags clean | |||||
| * | | | | | Leave CMAKE_BUILD_TYPE absent on those generators which don't use it. | Paul Thompson | 2012-10-28 | 1 | -4/+9 | |
| | | | | | | ||||||
| * | | | | | Removed overwrite of CMAKE_C_FLAGS_DEBUG. | Paul Thompson | 2012-10-28 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - No overwriting allows control from cmake cache or cmdline - -g is already the CMake default - -O0 is already gcc's default | |||||
| * | | | | | Remove "-O2 -g" from default CMAKE_C_FLAGS. | Paul Thompson | 2012-10-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Those are the RelWithDebInfo flags. - They should be controlled from CMAKE_BUILD_TYPE | |||||
| * | | | | | Remove duplicate CMAKE_C_FLAGS inside CMAKE_C_FLAGS_DEBUG. | Paul Thompson | 2012-10-28 | 1 | -1/+1 | |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | - For Debug builds, CMake uses concatenated CMAKE_C_FLAGS and CMAKE_C_FLAGS_DEBUG - This reverts commit 291f7122927d2cc170dc63c378a08fa78515d987. | |||||
* | | | | | Merge pull request #796 from nulltoken/topic/git-stash | Vicent Martí | 2012-10-29 | 17 | -100/+1585 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Stash | |||||
| * | | | | stash: add git_stash_drop() | nulltoken | 2012-10-26 | 4 | -1/+182 | |
| | | | | | ||||||
| * | | | | stash: add git_stash_foreach() | nulltoken | 2012-10-26 | 3 | -0/+201 | |
| | | | | | ||||||
| * | | | | stash: add git_stash_save() | nulltoken | 2012-10-26 | 6 | -0/+1089 | |
| | | | | | ||||||
| * | | | | error: add GITERR_STASH error type | nulltoken | 2012-10-26 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | refs: add GIT_REFS_STASH_FILE define | nulltoken | 2012-10-26 | 1 | -0/+3 | |
| | | | | | ||||||
| * | | | | index: introduce git_index_owner() | nulltoken | 2012-10-26 | 2 | -0/+13 | |
| | | | | | ||||||
| * | | | | reflog: fix bogus removal of reflog entries | nulltoken | 2012-10-26 | 2 | -30/+21 | |
| | | | | | ||||||
| * | | | | reflog: create reflog and its directory structure | nulltoken | 2012-10-26 | 1 | -1/+4 | |
| | | | | | ||||||
| * | | | | reflog: Make git_reflog_free() accept null param | nulltoken | 2012-10-26 | 1 | -0/+3 | |
| | | | | | ||||||
| * | | | | reflog: fix documentation typos | nulltoken | 2012-10-26 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | message: reorganize tests | nulltoken | 2012-10-26 | 2 | -65/+65 | |
| |/ / / | ||||||
* | | | | Add network transfer callbacks on Windows | Ben Straub | 2012-10-26 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Merge pull request #1021 from ethomson/cmake_vs | Vicent Martí | 2012-10-25 | 1 | -0/+3 | |
|\ \ \ | | | | | | | | | remove /ZM1000 from msvc builds | |||||
| * | | | remove /ZM1000 from msvc builds | Edward Thomson | 2012-10-25 | 1 | -0/+3 | |
| |/ / | ||||||
* | | | Merge pull request #925 from nulltoken/topic/moving-branch-updates-config | Russell Belfer | 2012-10-25 | 16 | -35/+970 | |
|\ \ \ | | | | | | | | | Updates config upon moving and deletion of branches | |||||
| * | | | remote: introduce git_remote_rename() | nulltoken | 2012-10-25 | 5 | -0/+524 | |
| | | | | ||||||
| * | | | buf: introduce git_buf_splice() | nulltoken | 2012-10-25 | 3 | -0/+146 | |
| | | | | ||||||
| * | | | refspec: introduce git_refspec__serialize() | nulltoken | 2012-10-25 | 3 | -7/+17 | |
| | | | | ||||||
| * | | | remote: remove some code duplication | nulltoken | 2012-10-25 | 1 | -27/+48 | |
| | | | | ||||||
| * | | | remote: prevent from saving a nameless remote | nulltoken | 2012-10-25 | 2 | -5/+55 | |
| | | | | ||||||
| * | | | config: introduce git_config_rename_section() | nulltoken | 2012-10-25 | 3 | -87/+113 | |
| | | | | ||||||
| * | | | branch: rename config section upon moving | nulltoken | 2012-10-25 | 2 | -12/+80 | |
| | | | | ||||||
| * | | | branch: remove config section upon deletion | nulltoken | 2012-10-25 | 4 | -0/+90 | |
| | | | | ||||||
* | | | | config: Only dereference value on success | Vicent Marti | 2012-10-25 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Remove inline hint | Ben Straub | 2012-10-25 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix Windows build | Ben Straub | 2012-10-25 | 5 | -6/+6 | |
| | | | | | | | | | | | | | | | | Pedantic ordering of GIT_UNUSED vs. variable declarations. | |||||
* | | | | Merge pull request #990 from ben/clone-callbacks | Vicent Martí | 2012-10-25 | 31 | -237/+419 | |
|\ \ \ \ | |/ / / |/| | | | Progress callbacks | |||||
| * | | | Remove 'bytes' param from git_remote_download | Ben Straub | 2012-10-24 | 8 | -29/+12 | |
| | | | | ||||||
| * | | | Renaming: fix example | Ben Straub | 2012-10-24 | 3 | -14/+17 | |
| | | | | ||||||
| * | | | Network progress: rename things | Ben Straub | 2012-10-24 | 15 | -59/+59 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | git_indexer_stats and friends -> git_transfer_progress* Also made git_transfer_progress members more sanely named. | |||||
| * | | | Fix documentation comment | Ben Straub | 2012-10-24 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Update doc strings, warn about callback perf | Ben Straub | 2012-10-23 | 2 | -4/+11 | |
| | | | | ||||||
| * | | | Improve clone sample's formatting | Ben Straub | 2012-10-19 | 2 | -10/+8 | |
| | | | | ||||||
| * | | | Checkout progress now reports completed/total steps | Ben Straub | 2012-10-19 | 6 | -25/+30 | |
| | | | | ||||||
| * | | | Fix from rebase | Ben Straub | 2012-10-19 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Remove third stage from checkout progress reporting | Ben Straub | 2012-10-19 | 1 | -12/+8 | |
| | | | | | | | | | | | | | | | | | | | | Also, now only reporting checkout progress for files that are actually being added or removed. | |||||
| * | | | gitno_buffer: callback on each packet | Ben Straub | 2012-10-19 | 6 | -4/+44 | |
| | | | | | | | | | | | | | | | | | | | | The fetch code takes advantage of this to implement a progress callback every 100kb of transfer. | |||||
| * | | | Fix broken tests | Ben Straub | 2012-10-19 | 2 | -10/+10 | |
| | | | | ||||||
| * | | | Indexing progress now goes to 100% | Ben Straub | 2012-10-19 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Correct progress reporting from checkout | Ben Straub | 2012-10-19 | 2 | -11/+38 | |
| | | | | ||||||
| * | | | Adjust for rebase | Ben Straub | 2012-10-19 | 2 | -3/+1 | |
| | | | | ||||||
| * | | | Clone: in-line callbacks for progress | Ben Straub | 2012-10-19 | 5 | -72/+99 | |
| | | | | | | | | | | | | | | | | Also implemented in the git2 example. | |||||
| * | | | Fix clone.c's indentation | Ben Straub | 2012-10-19 | 1 | -9/+11 | |
| | | | | ||||||
| * | | | Fix example compilation | Ben Straub | 2012-10-19 | 2 | -2/+2 | |
| | | | |