| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1956 from libgit2/cmn/fetch-default-head | Vicent Martí | 2013-11-11 | 2 | -23/+41 |
| |\ | |||||
| | * | remote: make _ls return the list directly | Carlos Martín Nieto | 2013-11-11 | 2 | -12/+13 |
| | * | remote: don't allow such direct access to the refspecs | Carlos Martín Nieto | 2013-11-10 | 1 | -10/+27 |
| | * | remote: download HEAD when no refspecs are given | Carlos Martín Nieto | 2013-11-01 | 1 | -1/+1 |
| * | | Allow callers to set mode on packfile creation | Edward Thomson | 2013-11-07 | 2 | -0/+4 |
| * | | Add git_packbuilder_hash to query pack filename | Edward Thomson | 2013-11-07 | 1 | -0/+10 |
| * | | Merge pull request #1946 from arthurschreiber/change-branch-iterator-definition | Carlos Martín Nieto | 2013-11-05 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | Change the git_branch_iterator_new and git_branch_next definitions to use git... | Arthur Schreiber | 2013-11-05 | 1 | -2/+2 |
| * | | | Blame: change signature to be more binding-friendly | Ben Straub | 2013-11-05 | 1 | -1/+1 |
| |/ / | |||||
| * | | merge branch into current, updating workdir | Edward Thomson | 2013-11-05 | 2 | -0/+63 |
| * | | Merge pull request #1938 from libgit2/cmn/branch-iterator | Vicent Martí | 2013-11-05 | 1 | -16/+24 |
| |\ \ | |||||
| | * | | branch: move from foreach to an iterator | Carlos Martín Nieto | 2013-11-05 | 1 | -16/+24 |
| * | | | Merge pull request #1941 from libgit2/rb/preserve-iterator-error | Vicent Martí | 2013-11-05 | 1 | -0/+14 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | error: Simplify giterr_detach | Vicent Marti | 2013-11-05 | 1 | -9/+6 |
| | * | | Add giterr_detach API to get and clear error | Russell Belfer | 2013-11-04 | 1 | -0/+17 |
| * | | | Take umask into account in filebuf_commit | Edward Thomson | 2013-11-04 | 1 | -2/+2 |
| |/ / | |||||
| * | | Merge pull request #1939 from ethomson/readwrite_odb | Vicent Martí | 2013-11-04 | 1 | -1/+9 |
| |\ \ | |||||
| | * | | Allow backend consumers to specify file mode | Edward Thomson | 2013-11-04 | 1 | -1/+9 |
| | |/ | |||||
| * | | Merge pull request #1317 from libgit2/blame | Russell Belfer | 2013-11-04 | 2 | -0/+215 |
| |\ \ | |||||
| | * \ | Merge remote-tracking branch 'libgit2/development' into blame | Ben Straub | 2013-10-28 | 19 | -531/+739 |
| | |\ \ | |||||
| | * | | | Move flag dependencies into docs and code. | Ben Straub | 2013-10-10 | 1 | -4/+4 |
| | * | | | Include signatures in blame hunks | Ben Straub | 2013-10-10 | 1 | -0/+2 |
| | * | | | Merge branch 'development' into blame | Ben Straub | 2013-10-03 | 7 | -48/+180 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'development' into blame | Ben Straub | 2013-09-25 | 11 | -18/+612 |
| | |\ \ \ \ | |||||
| | * | | | | | Trim API, document which parts aren't done | Ben Straub | 2013-09-25 | 1 | -6/+8 |
| | * | | | | | Blame: minor cleanup | Ben Straub | 2013-09-25 | 1 | -1/+1 |
| | * | | | | | Detect boundaries, support limiting commit range | Ben Straub | 2013-09-20 | 1 | -0/+4 |
| | * | | | | | Port blame from git.git | Ben Straub | 2013-09-16 | 2 | -30/+58 |
| | * | | | | | Merge branch 'development' into blame_rebased | Ben Straub | 2013-09-16 | 38 | -298/+1140 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Fix spelling, remove pesky consts | Ben Straub | 2013-06-13 | 1 | -3/+3 |
| | * | | | | | | Introduce git_blame_buffer | Ben Straub | 2013-06-13 | 1 | -0/+14 |
| | * | | | | | | Change API based on @arrbee's feedback | Ben Straub | 2013-06-13 | 1 | -13/+33 |
| | * | | | | | | Initial blame API | Ben Straub | 2013-06-13 | 1 | -0/+145 |
| * | | | | | | | Merge pull request #1937 from scunz/checkout_assert | Vicent Martí | 2013-11-04 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Checkout: Don't assert if treeish is NULL | Sascha Cunz | 2013-11-02 | 1 | -1/+1 |
| | * | | | | | | | Checkout: Unifiy const-ness of `opts` parameter | Sascha Cunz | 2013-11-02 | 1 | -2/+2 |
| | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | | Add git_diff_options_init helper | Russell Belfer | 2013-11-01 | 2 | -13/+45 |
| * | | | | | | | Convert git_index_read to have a "force" flag | Russell Belfer | 2013-11-01 | 1 | -9/+9 |
| * | | | | | | | Make diff and status perform soft index reload | Russell Belfer | 2013-11-01 | 3 | -5/+24 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #1918 from libgit2/cmn/indexer-naming | Vicent Martí | 2013-11-01 | 2 | -9/+9 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | indexer: remove the stream infix | Carlos Martín Nieto | 2013-10-30 | 2 | -9/+9 |
| | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | | Fix saving remotes with several fetch/push ref specs. | Daniel Rodríguez Troitiño | 2013-11-01 | 2 | -0/+12 |
| * | | | | | | Remove leftover function declaration | Carlos Martín Nieto | 2013-10-30 | 1 | -15/+0 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #1891 from libgit2/cmn/fix-thin-packs | Vicent Martí | 2013-10-28 | 3 | -1/+15 |
| |\ \ \ \ \ | |||||
| | * | | | | | indexer: include the delta stats | Carlos Martín Nieto | 2013-10-23 | 1 | -0/+2 |
| | * | | | | | indexer: clearer stats for thin packs | Carlos Martín Nieto | 2013-10-11 | 1 | -0/+7 |
| | * | | | | | indexer: fix thin packs | Carlos Martín Nieto | 2013-10-04 | 3 | -1/+6 |
| * | | | | | | Merge pull request #1904 from libgit2/cmn/ssh-naming | Vicent Martí | 2013-10-28 | 1 | -16/+26 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Rename the ssh credentials | Carlos Martín Nieto | 2013-10-23 | 1 | -16/+26 |
| * | | | | | | | Merge pull request #1802 from libgit2/cmn/reflog-backend | Ben Straub | 2013-10-28 | 3 | -8/+69 |
| |\ \ \ \ \ \ \ | |||||
