| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Add reflog parameters to remote apis | Ben Straub | 2014-02-04 | 1 | -2/+14 | |
| | * | | | Add reflog parameters to git_push_update_tips | Ben Straub | 2014-02-04 | 1 | -1/+7 | |
| | * | | | Add reflog parameters to git_reset | Ben Straub | 2014-02-03 | 1 | -1/+12 | |
| * | | | | Merge pull request #2042 from libgit2/cmn/conditional-ref | Russell Belfer | 2014-02-07 | 3 | -9/+106 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | refs: add an unconditional delete | Carlos Martín Nieto | 2014-02-05 | 1 | -0/+11 | |
| | * | | | refs: check the ref's old value when deleting | Carlos Martín Nieto | 2014-02-05 | 1 | -1/+4 | |
| | * | | | refs: placeholder conditional delete | Carlos Martín Nieto | 2014-02-05 | 1 | -1/+1 | |
| | * | | | refs: bring conditional symbolic updates to the frontend | Carlos Martín Nieto | 2014-02-05 | 1 | -0/+40 | |
| | * | | | refdb: add conditional symbolic updates | Carlos Martín Nieto | 2014-02-05 | 1 | -1/+1 | |
| | * | | | refs: return GIT_EMODIFIED if the ref target moved | Carlos Martín Nieto | 2014-02-05 | 2 | -2/+5 | |
| | * | | | refs: changes from feedback | Carlos Martín Nieto | 2014-02-05 | 1 | -1/+1 | |
| | * | | | 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 | |
