Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | refs: conditional ref updates | Carlos Martín Nieto | 2014-02-05 | 2 | -6/+46 | |
| |/ / | ||||||
* | | | Merge pull request #2094 from libgit2/cmn/push-non-commit | Russell Belfer | 2014-02-05 | 1 | -4/+10 | |
|\ \ \ | ||||||
| * | | | revwalk: ignore wrong object type in glob pushes | Carlos Martín Nieto | 2014-02-05 | 1 | -0/+6 | |
| * | | | revwalk: accept committish objects | Carlos Martín Nieto | 2014-02-05 | 1 | -4/+4 | |
| |/ / | ||||||
* | | | docs: produce literal asterisks | Carlos Martín Nieto | 2014-02-05 | 1 | -2/+2 | |
|/ / | ||||||
* | | Add `git_reference_is_note`. | Arthur Schreiber | 2014-02-02 | 1 | -0/+10 | |
* | | Document branch-creation reflog better | Ben Straub | 2014-01-30 | 1 | -1/+3 | |
* | | Ensure renaming a reference updates the reflog | Ben Straub | 2014-01-30 | 1 | -1/+5 | |
* | | Add reflog parameters to git_branch_move | Ben Straub | 2014-01-30 | 1 | -1/+7 | |
* | | Augment clone API with reflog parameters | Ben Straub | 2014-01-30 | 1 | -1/+6 | |
* | | Add reflog params to git_branch_create | Ben Straub | 2014-01-30 | 1 | -1/+7 | |
* | | Add reflog params to set-head calls | Ben Straub | 2014-01-30 | 1 | -2/+10 | |
* | | Some fixes for Windows x64 warnings | Russell Belfer | 2014-01-30 | 1 | -1/+1 | |
* | | Make submodule fetchRecurse match other options | Russell Belfer | 2014-01-30 | 2 | -13/+19 | |
* | | Some missing oid to id renames | Russell Belfer | 2014-01-30 | 1 | -2/+3 | |
* | | Add `git_graph_descendant_of`. | Arthur Schreiber | 2014-01-28 | 1 | -0/+14 | |
* | | Merge pull request #2075 from libgit2/cmn/leftover-oid | Vicent Marti | 2014-01-27 | 6 | -15/+15 | |
|\ \ | ||||||
| * | | merge: rename _oid() -> id() | Carlos Martín Nieto | 2014-01-25 | 1 | -4/+4 | |
| * | | diff: change id abbrev option's name to id_abbrev | Carlos Martín Nieto | 2014-01-25 | 1 | -1/+1 | |
| * | | diff: rename the file's 'oid' to 'id' | Carlos Martín Nieto | 2014-01-25 | 1 | -2/+2 | |
| * | | tree: remove legacy 'oid' naming | Carlos Martín Nieto | 2014-01-25 | 1 | -3/+3 | |
| * | | commit: remvoe legacy 'oid' naming | Carlos Martín Nieto | 2014-01-25 | 1 | -1/+1 | |
| * | | index: rename an entry's id to 'id' | Carlos Martín Nieto | 2014-01-25 | 1 | -1/+1 | |
| * | | note: rename the id getter to git_note_id() | Carlos Martín Nieto | 2014-01-24 | 1 | -3/+3 | |
* | | | refspec: move to git_buf for outputting strings | Carlos Martín Nieto | 2014-01-27 | 1 | -4/+3 | |
* | | | messsage: use git_buf in prettify() | Carlos Martín Nieto | 2014-01-27 | 1 | -12/+5 | |
* | | | config: use git_buf for returning paths | Carlos Martín Nieto | 2014-01-27 | 1 | -13/+11 | |
* | | | branch: move to git_buf when outputting newly-allocated strings | Carlos Martín Nieto | 2014-01-27 | 1 | -21/+10 | |
* | | | repository: move to use a git_buf for outputting strings | Carlos Martín Nieto | 2014-01-27 | 1 | -19/+7 | |
* | | | Make sure git_remote_dup copies a remote's refspecs correctly. | Arthur Schreiber | 2014-01-26 | 1 | -1/+1 | |
* | | | Add some missing const declarations. | Arthur Schreiber | 2014-01-26 | 1 | -6/+6 | |
|/ / | ||||||
* | | Drop git_patch_to_str | Nicolas Hake | 2014-01-22 | 1 | -11/+0 | |
* | | Expose patch serialization to git_buf | Nicolas Hake | 2014-01-22 | 1 | -0/+10 | |
* | | Support union merges | Edward Thomson | 2014-01-20 | 1 | -0/+3 | |
* | | Remove the "merge none" flag | Edward Thomson | 2014-01-20 | 1 | -5/+2 | |
* | | Introduce diff3 mode for checking out conflicts | Edward Thomson | 2014-01-20 | 1 | -0/+7 | |
* | | merge_file should use more aggressive levels | Edward Thomson | 2014-01-20 | 1 | -7/+14 | |
* | | "Uninitialized" submodules are "unmodified" | Edward Thomson | 2014-01-20 | 1 | -1/+2 | |
* | | Revert a wrong doc change. | Arthur Schreiber | 2014-01-16 | 1 | -1/+1 | |
* | | Fix some documentation issues. | Arthur Schreiber | 2014-01-16 | 1 | -6/+6 | |
* | | refs: remove the _with_log differentiation | Carlos Martín Nieto | 2014-01-15 | 1 | -128/+24 | |
* | | Align git_tree_entry_dup. | Arthur Schreiber | 2014-01-14 | 1 | -3/+4 | |
* | | Align git_signature_dup. | Arthur Schreiber | 2014-01-14 | 1 | -3/+4 | |
* | | Add `git_remote_dup`. | Arthur Schreiber | 2014-01-14 | 1 | -0/+12 | |
* | | Handle git_buf's from users more liberally | Edward Thomson | 2014-01-08 | 1 | -1/+1 | |
* | | Fix spelling mistake | John Crepezzi | 2014-01-04 | 1 | -1/+1 | |
* | | Merge pull request #2022 from KTXSoftware/development | Russell Belfer | 2014-01-03 | 1 | -0/+8 | |
|\ \ | ||||||
| * | | Read the submodule branch option from Git 1.8.2. | Robert Konrad | 2014-01-02 | 1 | -0/+8 | |
* | | | Fix warnings with submodule changes | Russell Belfer | 2014-01-02 | 1 | -1/+1 | |
|/ / | ||||||
* | | Accept 'submodule.*.fetchRecurseSubmodules' config 'on-demand' value | Linquize | 2013-12-31 | 1 | -2/+15 |