Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/check-corrupt-objects-carefully' | Junio C Hamano | 2013-04-03 | 6 | -18/+174 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clone: leave repo in place after checkout errors | Jeff King | 2013-03-29 | 2 | -1/+28 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clone: run check_everything_connected | Jeff King | 2013-03-27 | 3 | -8/+28 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clone: die on errors from unpack_trees | Jeff King | 2013-03-27 | 3 | -3/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add tests for cloning corrupted repositories | Jeff King | 2013-03-27 | 1 | -0/+41 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | streaming_write_entry: propagate streaming errors | Jeff King | 2013-03-27 | 2 | -7/+34 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add test for streaming corrupt blobs | Jeff King | 2013-03-27 | 1 | -0/+34 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | avoid infinite loop in read_istream_loose | Jeff King | 2013-03-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | read_istream_filtered: propagate read error from upstream | Jeff King | 2013-03-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | check_sha1_signature: check return value from read_istream | Jeff King | 2013-03-27 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stream_blob_to_fd: detect errors reading from stream | Jeff King | 2013-03-27 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/apply-ws-fix-tab-in-indent' | Junio C Hamano | 2013-04-03 | 4 | -7/+41 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: resurrect q_to_tab | Junio C Hamano | 2013-03-29 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apply --whitespace=fix: avoid running over the postimage buffer | Junio C Hamano | 2013-03-22 | 4 | -9/+39 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/difftool-no-overwrite-on-copyback' | Junio C Hamano | 2013-04-03 | 2 | -51/+139 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | t7800: run --dir-diff tests with and without symlinks | John Keeping | 2013-03-29 | 1 | -8/+19 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | t7800: fix tests when difftool uses --no-symlinks | John Keeping | 2013-03-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | t7800: don't hide grep output | John Keeping | 2013-03-29 | 1 | -27/+17 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | difftool: don't overwrite modified files | John Keeping | 2013-03-29 | 2 | -14/+101 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | t7800: move '--symlinks' specific test to the end | John Keeping | 2013-03-29 | 1 | -15/+15 | |
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/directory-attrs-regression-fix' | Junio C Hamano | 2013-04-03 | 3 | -19/+91 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | t: check that a pattern without trailing slash matches a directory | Jeff King | 2013-03-28 | 1 | -0/+27 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dir.c::match_pathname(): pay attention to the length of string parameters | Jeff King | 2013-03-28 | 1 | -1/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dir.c::match_pathname(): adjust patternlen when shifting pattern | Jeff King | 2013-03-28 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dir.c::match_basename(): pay attention to the length of string parameters | Junio C Hamano | 2013-03-28 | 1 | -4/+36 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attr.c::path_matches(): special case paths that end with a slash | Junio C Hamano | 2013-03-28 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attr.c::path_matches(): the basename is part of the pathname | Junio C Hamano | 2013-03-26 | 1 | -9/+10 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'nd/checkout-paths-reduce-match-pathspec-calls' | Junio C Hamano | 2013-04-03 | 5 | -8/+80 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | checkout: avoid unnecessary match_pathspec calls | Nguyễn Thái Ngọc Duy | 2013-03-27 | 5 | -8/+80 | |
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update draft release notes to 1.8.3 | Junio C Hamano | 2013-04-02 | 1 | -0/+11 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/config-with-empty-section' | Junio C Hamano | 2013-04-02 | 1 | -0/+35 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | t1300: document some aesthetic failures of the config editor | Jeff King | 2013-03-29 | 1 | -0/+35 | |
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'js/log-gpg' | Junio C Hamano | 2013-04-02 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | log: read gpg settings for signed commit verification | Jacob Sarvis | 2013-03-27 | 1 | -0/+3 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'tr/log-tree-optim' | Junio C Hamano | 2013-04-02 | 1 | -3/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid loading commits twice in log with diffs | Thomas Rast | 2013-03-28 | 1 | -3/+10 | |
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'tb/cygwin-shared-repository' | Junio C Hamano | 2013-04-02 | 4 | -3/+36 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make core.sharedRepository work under cygwin 1.7 | Torsten Bögershausen | 2013-03-25 | 4 | -3/+36 | |
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sw/safe-create-leading-dir-race' | Junio C Hamano | 2013-04-02 | 1 | -2/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | safe_create_leading_directories: fix race that could give a false negative | Steven Walter | 2013-03-26 | 1 | -2/+7 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'bk/document-commit-tree-S' | Junio C Hamano | 2013-04-02 | 2 | -2/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit-tree: document -S option consistently | Brad King | 2013-03-25 | 2 | -2/+7 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/no-more-self-assignment' | Junio C Hamano | 2013-04-02 | 2 | -47/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | match-trees: simplify score_trees() using tree_entry() | René Scharfe | 2013-03-25 | 1 | -40/+28 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | submodule: clarify logic in show_submodule_summary | Jeff King | 2013-03-22 | 1 | -7/+6 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update draft release notes to 1.8.3 | Junio C Hamano | 2013-04-01 | 1 | -2/+28 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2013-04-01 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update draft release notes to 1.8.2.1 | Junio C Hamano | 2013-04-01 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ap/maint-diff-rename-avoid-overlap' into maint | Junio C Hamano | 2013-04-01 | 2 | -1/+67 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'rr/tests-dedup-test-config' into maint | Junio C Hamano | 2013-04-01 | 2 | -10/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |