| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | Fix --assume-unchanged support | Russell Belfer | 2013-11-01 | 1 | -0/+54 | |
| | * | | | | | | More tests and fixed for merging reversed diffs | Russell Belfer | 2013-11-01 | 1 | -0/+32 | |
| | * | | | | | | Add git_diff_options_init helper | Russell Belfer | 2013-11-01 | 2 | -6/+4 | |
| | * | | | | | | Convert git_index_read to have a "force" flag | Russell Belfer | 2013-11-01 | 2 | -14/+15 | |
| | * | | | | | | Make diff and status perform soft index reload | Russell Belfer | 2013-11-01 | 8 | -32/+113 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Fix a leak in the diff tests | Carlos Martín Nieto | 2013-11-02 | 1 | -0/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1933 from libgit2/vmg/gcc-warnings | Russell Belfer | 2013-11-01 | 5 | -8/+19 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | clar: Fix warnings in GCC/Linuxvmg/gcc-warnings | Vicent Marti | 2013-11-01 | 3 | -4/+7 | |
| | * | | | | | iconv: Do not fake an API when iconv is not available | Vicent Marti | 2013-11-01 | 2 | -4/+12 | |
| * | | | | | | Merge pull request #1918 from libgit2/cmn/indexer-naming | Vicent Martí | 2013-11-01 | 2 | -27/+27 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | indexer: remove the stream infix | Carlos Martín Nieto | 2013-10-30 | 2 | -27/+27 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge remote-tracking branch 'drodriguez/fix-remote-save' into development | Vicent Marti | 2013-11-01 | 2 | -9/+81 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | Fix saving remotes with several fetch/push ref specs. | Daniel Rodríguez Troitiño | 2013-11-01 | 2 | -9/+81 | |
| * | | | | | | Test another bad URL | Ben Straub | 2013-10-31 | 1 | -1/+3 | |
| * | | | | | | Add tests for badly-formed URLs | Ben Straub | 2013-10-31 | 2 | -6/+9 | |
| |/ / / / / | ||||||
| * | | | | | Test more kinds of bad url | Ben Straub | 2013-10-30 | 1 | -1/+10 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1891 from libgit2/cmn/fix-thin-packs | Vicent Martí | 2013-10-28 | 2 | -2/+130 | |
| |\ \ \ \ | ||||||
| | * | | | | indexer: clearer stats for thin packs | Carlos Martín Nieto | 2013-10-11 | 1 | -1/+1 | |
| | * | | | | indexer: fix thin packs | Carlos Martín Nieto | 2013-10-04 | 2 | -2/+90 | |
| | * | | | | indexer: do multiple passes over the delta list | Carlos Martín Nieto | 2013-10-04 | 1 | -0/+40 | |
| * | | | | | Merge pull request #1912 from ethomson/push_err_messages | Vicent Martí | 2013-10-28 | 1 | -33/+42 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Test for failure, but don't test the error message | Edward Thomson | 2013-10-25 | 1 | -33/+42 | |
| * | | | | | | Merge pull request #1904 from libgit2/cmn/ssh-naming | Vicent Martí | 2013-10-28 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Rename the ssh credentials | Carlos Martín Nieto | 2013-10-23 | 1 | -2/+2 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1802 from libgit2/cmn/reflog-backend | Ben Straub | 2013-10-28 | 3 | -53/+67 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | reflog: add a convenience append function | Carlos Martín Nieto | 2013-10-02 | 1 | -25/+57 | |
| | * | | | | | reflog: move the reflog implementation into refdb_fs | Carlos Martín Nieto | 2013-10-02 | 3 | -29/+11 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1897 from libgit2/split-patch-from-diff | Vicent Martí | 2013-10-22 | 14 | -705/+712 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Implement patience and minimal diff flags | Russell Belfer | 2013-10-21 | 1 | -0/+47 | |
| | * | | | | | Create git_diff_line and extend git_diff_hunk | Russell Belfer | 2013-10-21 | 7 | -215/+164 | |
| | * | | | | | Diff API cleanup | Russell Belfer | 2013-10-15 | 9 | -81/+92 | |
| | * | | | | | Rename diff objects and split patch.h | Russell Belfer | 2013-10-11 | 14 | -503/+503 | |
| * | | | | | | Allowed credential types should be a bitfield | Edward Thomson | 2013-10-21 | 1 | -10/+21 | |
| * | | | | | | Two-step conflict checkout (load / perform) | Edward Thomson | 2013-10-16 | 1 | -0/+100 | |
| * | | | | | | Honor UPDATE_ONLY bit when checking out conflicts | Edward Thomson | 2013-10-16 | 1 | -1/+49 | |
| * | | | | | | Don't overwrite ~ files checking out conflicts | Edward Thomson | 2013-10-16 | 1 | -0/+140 | |
| * | | | | | | checkout rename conflicts | Edward Thomson | 2013-10-16 | 1 | -1/+377 | |
| * | | | | | | Prevent checkout_tree when conflicts exist, clear NAME on checkout tree | Edward Thomson | 2013-10-16 | 2 | -0/+108 | |
| * | | | | | | tests for checkout index with conflicts | Edward Thomson | 2013-10-16 | 4 | -0/+460 | |
| * | | | | | | Merge pull request #1562 from libgit2/cmn/refs-namespace-lookup | Vicent Martí | 2013-10-11 | 1 | -0/+12 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | futils: return GIT_ENOTFOUND when trying to read a directory | Carlos Martín Nieto | 2013-10-11 | 1 | -0/+12 | |
| * | | | | | | Merge pull request #1886 from libgit2/precompose-utf8 | Vicent Martí | 2013-10-08 | 24 | -191/+272 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Rename new fn to git_repository_reinit_filesystem | Russell Belfer | 2013-10-08 | 3 | -5/+6 | |
| | * | | | | | | Make reference lookups apply precomposeunicode | Russell Belfer | 2013-10-08 | 2 | -9/+7 | |
| | * | | | | | | Case sensitivity issues on Linux | Russell Belfer | 2013-10-08 | 2 | -8/+9 | |
| | * | | | | | | More filemode cleanups for FAT on MacOS | Russell Belfer | 2013-10-08 | 9 | -62/+41 | |
| | * | | | | | | Add git_repository_reset_filesystem and fix tests | Russell Belfer | 2013-10-04 | 6 | -24/+77 | |
| | * | | | | | | More cleanups to remove WIN assumptions | Russell Belfer | 2013-10-03 | 3 | -25/+22 | |
| | * | | | | | | Update repo init with fewer platform assumptions | Russell Belfer | 2013-10-03 | 1 | -44/+48 | |
| | * | | | | | | Clean up annoying warnings | Russell Belfer | 2013-10-03 | 2 | -1/+4 | |
