| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | reflog: bring _append and _drop back to the frontend | Carlos Martín Nieto | 2013-10-02 | 1 | -12/+0 |
| | * | | | | | | | reflog: add a convenience append function | Carlos Martín Nieto | 2013-10-02 | 1 | -0/+17 |
| | * | | | | | | | reflog: move the reflog implementation into refdb_fs | Carlos Martín Nieto | 2013-10-02 | 3 | -8/+64 |
| | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | | transport: let the progress output return an error | Carlos Martín Nieto | 2013-10-23 | 2 | -2/+2 |
| | |/ / / / / |/| | | | | | |||||
| * | | | | | | Merge pull request #1897 from libgit2/split-patch-from-diff | Vicent Martí | 2013-10-22 | 3 | -486/+555 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fix typo | Russell Belfer | 2013-10-22 | 1 | -1/+1 |
| | * | | | | | | Implement patience and minimal diff flags | Russell Belfer | 2013-10-21 | 1 | -1/+4 |
| | * | | | | | | Create git_diff_line and extend git_diff_hunk | Russell Belfer | 2013-10-21 | 2 | -25/+23 |
| | * | | | | | | Tweak to git_diff_delta structure for nfiles | Russell Belfer | 2013-10-21 | 1 | -2/+3 |
| | * | | | | | | Diff API cleanup | Russell Belfer | 2013-10-15 | 2 | -195/+230 |
| | * | | | | | | Rename diff objects and split patch.h | Russell Belfer | 2013-10-11 | 3 | -310/+342 |
| * | | | | | | | Implement `git_odb_object_dup` | Vicent Marti | 2013-10-22 | 1 | -0/+14 |
| * | | | | | | | Allowed credential types should be a bitfield | Edward Thomson | 2013-10-21 | 1 | -10/+15 |
| * | | | | | | | checkout (from index) can write conflicts | Edward Thomson | 2013-10-16 | 1 | -7/+10 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #1886 from libgit2/precompose-utf8 | Vicent Martí | 2013-10-08 | 2 | -5/+23 |
| |\ \ \ \ \ \ | |||||
