Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | Fix a memory leak in `config_parse`. | Arthur Schreiber | 2014-01-13 | 1 | -1/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fix a memory leak in `git_config_iterator_glob_new`. | Arthur Schreiber | 2014-01-13 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fix a memory leak in `git_pathspec__vinit`. | Arthur Schreiber | 2014-01-13 | 1 | -1/+3 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #2004 from ethomson/pack_stream | Vicent Marti | 2014-01-14 | 7 | -139/+207 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | Stream packs to the destination | |||||
| | * | | | | | | | Packbuilder contains its own zstream | Edward Thomson | 2014-01-14 | 4 | -5/+12 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Packbuilder stream deflate instead of one-shot | Edward Thomson | 2014-01-14 | 1 | -64/+81 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Refactor zlib for easier deflate streaming | Edward Thomson | 2014-01-14 | 6 | -76/+120 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #2040 from scunz/cmake_msgs | Vicent Marti | 2014-01-13 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Show informational messages during cmake run as informational | |||||
| | * | | | | | | | Show informational messages during cmake run as informational | Sascha Cunz | 2014-01-13 | 1 | -3/+3 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2039 from brodie/brodie/handle-null-on-free | Vicent Marti | 2014-01-13 | 6 | -0/+19 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | Fix places in public free() functions where NULL pointers aren't handled | |||||
| | * | | | | | | util: handle NULL pointers passed to git_strarray_free() | Brodie Rao | 2014-01-12 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Brodie Rao <brodie@sf.io> | |||||
| | * | | | | | | refs: handle NULL pointers passed to git_reference_iterator_free() | Brodie Rao | 2014-01-12 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Brodie Rao <brodie@sf.io> | |||||
| | * | | | | | | oid: handle NULL pointers passed to git_oid_shorten_free() | Brodie Rao | 2014-01-12 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Brodie Rao <brodie@sf.io> | |||||
| | * | | | | | | odb: handle NULL pointers passed to git_odb_stream_free | Brodie Rao | 2014-01-12 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Brodie Rao <brodie@sf.io> | |||||
| | * | | | | | | config: handle NULL pointers passed to git_config_iterator_free() | Brodie Rao | 2014-01-12 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Brodie Rao <brodie@sf.io> | |||||
| | * | | | | | | branch: handle NULL pointers passed to git_branch_iterator_free() | Brodie Rao | 2014-01-12 | 1 | -0/+3 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Brodie Rao <brodie@sf.io> | |||||
| * | | | | | | Merge pull request #2033 from xtao/blame_orig_commit | Ben Straub | 2014-01-08 | 2 | -2/+7 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add orig_commit. | |||||
| | * | | | | | | Add orig & final commit test. | XTao | 2014-01-09 | 1 | -0/+3 | |
| | | | | | | | | ||||||
| | * | | | | | | Add orig_commit. | XTao | 2014-01-08 | 1 | -2/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #2036 from ethomson/git_buf_sanitize | Vicent Marti | 2014-01-08 | 9 | -2/+53 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Handle git_buf's from users more liberally | |||||
| | * | | | | | | | Handle git_buf's from users more liberally | Edward Thomson | 2014-01-08 | 9 | -2/+53 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #2034 from jacquesg/solaris-qsort | Vicent Marti | 2014-01-08 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | Solaris doesn't have qsort_r either | |||||
| | * | | | | | | Solaris does not have qsort_r | Jacques Germishuys | 2014-01-08 | 1 | -0/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2023 from arthurschreiber/patch-1 | Vicent Marti | 2014-01-07 | 1 | -1/+16 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add missing `git_reference_symbolic_create_with_log`. | |||||
| | * | | | | | | Allow the log message to be NULL. | Arthur Schreiber | 2014-01-02 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| | * | | | | | | Add missing `git_reference_symbolic_create_with_log`. | Arthur Schreiber | 2014-01-02 | 1 | -0/+15 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | It's exported in the headers, but the implementation was missing. | |||||
| * | | | | | | Merge pull request #2030 from seejohnrun/patch-1 | nulltoken | 2014-01-04 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix spelling mistake | |||||
| | * | | | | | | Fix spelling mistake | John Crepezzi | 2014-01-04 | 1 | -1/+1 | |
| |/ / / / / / | | | | | | | | | | | | | | | Closes #2029 | |||||
| * | | | | | | Merge pull request #2022 from KTXSoftware/development | Russell Belfer | 2014-01-03 | 4 | -1/+30 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | submodule branch option + little VS2013 fix | |||||
| | * | | | | | | Read the submodule branch option from Git 1.8.2. | Robert Konrad | 2014-01-02 | 3 | -0/+29 | |
| | | | | | | | | ||||||
| | * | | | | | | Fixed a compile error in VS2013. | Robert Konrad | 2014-01-02 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #2026 from libgit2/rb/fix-strnlen-on-old-macos | Vicent Marti | 2014-01-03 | 1 | -2/+6 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | Use our strnlen on MacOS for backward compat | |||||
| | * | | | | | Use our strnlen on MacOS for backward compat | Russell Belfer | 2014-01-03 | 1 | -2/+6 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently MacOS didn't have strnlen on 10.6 and earlier. To avoid having linking problems on older versions, we'll just use our internal version. | |||||
| * | | | | | Fix warnings with submodule changes | Russell Belfer | 2014-01-02 | 2 | -4/+4 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #2019 from linquize/recurse-on-demand | Vicent Marti | 2014-01-02 | 4 | -22/+72 | |
| |\ \ \ \ | | | | | | | | | | | | | Accept 'submodule.*.fetchRecurseSubmodules' config 'on-demand' value | |||||
| | * | | | | Update test related to fetchRecurseSubmodules | Linquize | 2013-12-31 | 1 | -8/+17 | |
| | | | | | | ||||||
| | * | | | | Default value for fetchRecurseSubmodules should be yes | Linquize | 2013-12-31 | 1 | -0/+1 | |
| | | | | | | ||||||
| | * | | | | Accept 'submodule.*.fetchRecurseSubmodules' config 'on-demand' value | Linquize | 2013-12-31 | 3 | -14/+54 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #2020 from mrshu/patch-1 | Vicent Marti | 2014-01-02 | 1 | -3/+3 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | Updated fetch.c test to pass. | |||||
| | * | | | | Updated fetch.c test to pass. | Marek Šuppa | 2013-12-31 | 1 | -3/+3 | |
| |/ / / / | | | | | | | | | | | I am not sure why there was 6 in the first place. | |||||
| * | | | | Merge pull request #2015 from txdv/patch-1 | Russell Belfer | 2013-12-30 | 1 | -1/+0 | |
| |\ \ \ \ | | | | | | | | | | | | | docs: Remove non existing wrapper from the readme | |||||
| | * | | | | docs: Remove non existing wrapper from the readme | Andrius Bentkus | 2013-12-27 | 1 | -1/+0 | |
| |/ / / / | | | | | | | | | | | libgit2net stopped to exist, all hail libgit2sharp | |||||
| * | | | | Merge pull request #1920 from libgit2/cmn/ref-with-log | Vicent Marti | 2013-12-18 | 13 | -177/+697 | |
| |\ \ \ \ | | | | | | | | | | | | | Reference operations with log | |||||
| | * | | | | refs: expose has_log() on the backend | Carlos Martín Nieto | 2013-12-09 | 7 | -22/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The frontend used to look at the file directly, but that's obviously not the right thing to do. Expose it on the backend and use that function instead. | |||||
| | * | | | | refs: expose a way to ensure a ref has a log | Carlos Martín Nieto | 2013-12-09 | 8 | -5/+65 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes (e.g. stash) we want to make sure that a log will be written, even if it's not in one of the standard locations. Let's make that easier. | |||||
| | * | | | | reflog: write to the reflog following git's rules | Carlos Martín Nieto | 2013-12-09 | 3 | -3/+70 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-core only writes to the reflogs of HEAD, refs/heads/ and, refs/notes/ or if there is already a reflog in place. Adjust our code to follow these semantics. | |||||
| | * | | | | reflog: remove git_reflog_append_to() | Carlos Martín Nieto | 2013-11-23 | 3 | -60/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a convenience method for the refs front-end to do the reflog writing. This is now done in the backend and it has no more reason for being. | |||||
| | * | | | | reflog: integrate into the ref writing | Carlos Martín Nieto | 2013-11-23 | 9 | -176/+171 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever a reference is created or updated, we need to write to the reflog regardless of whether the user gave us a message, so we shouldn't leave that to the ref frontend, but integrate it into the backend. This also eliminates the race between ref update and writing to the reflog, as we protect the reflog with the ref lock. As an additional benefit, this reflog append on the backend happens by appending to the file instead of parsing and rewriting it. | |||||
| | * | | | | refdb: add a `message` parameter for appending to the log | Carlos Martín Nieto | 2013-11-23 | 5 | -24/+46 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This is as yet unused. | |||||
| | * | | | | refs: adjust to the new reflog API | Carlos Martín Nieto | 2013-11-23 | 3 | -19/+7 | |
| | | | | | |