| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | Provide 'git notes get-ref' to easily retrieve current notes ref | Johan Herland | 2010-11-17 | 1 | -0/+19 |
| * | | | | | | | | | | | git notes merge: Add testcases for merging notes trees at different fanouts | Johan Herland | 2010-11-17 | 1 | -0/+436 |
| * | | | | | | | | | | | git notes merge: Add another auto-resolving strategy: "cat_sort_uniq" | Johan Herland | 2010-11-17 | 1 | -0/+145 |
| * | | | | | | | | | | | git notes merge: --commit should fail if underlying notes ref has moved | Johan Herland | 2010-11-17 | 1 | -0/+76 |
| * | | | | | | | | | | | git notes merge: List conflicting notes in notes merge commit message | Johan Herland | 2010-11-17 | 1 | -0/+12 |
| * | | | | | | | | | | | git notes merge: Manual conflict resolution, part 2/2 | Johan Herland | 2010-11-17 | 1 | -0/+176 |
| * | | | | | | | | | | | git notes merge: Manual conflict resolution, part 1/2 | Johan Herland | 2010-11-17 | 1 | -0/+292 |
| * | | | | | | | | | | | git notes merge: Add automatic conflict resolvers (ours, theirs, union) | Johan Herland | 2010-11-17 | 1 | -0/+502 |
| * | | | | | | | | | | | git notes merge: Handle real, non-conflicting notes merges | Johan Herland | 2010-11-17 | 1 | -0/+188 |
| * | | | | | | | | | | | git notes merge: Initial implementation handling trivial merges only | Johan Herland | 2010-11-17 | 1 | -0/+180 |
| * | | | | | | | | | | | notes.c: Use two newlines (instead of one) when concatenating notes | Johan Herland | 2010-11-17 | 4 | -0/+11 |
| * | | | | | | | | | | | (trivial) t3303: Indent with tabs instead of spaces for consistency | Johan Herland | 2010-11-17 | 1 | -9/+9 |
* | | | | | | | | | | | | Merge branch 'pn/commit-autosquash' | Junio C Hamano | 2010-12-03 | 4 | -2/+140 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | add tests of commit --squash | Pat Notz | 2010-11-04 | 4 | -0/+57 |
| * | | | | | | | | | | | | add tests of commit --fixup | Pat Notz | 2010-11-04 | 3 | -2/+83 |
* | | | | | | | | | | | | | Merge branch 'cb/leading-path-removal' | Junio C Hamano | 2010-11-29 | 2 | -31/+87 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | use persistent memory for rejected paths | Clemens Buchacher | 2010-11-15 | 2 | -11/+24 |
| * | | | | | | | | | | | | | do not overwrite files in leading path | Clemens Buchacher | 2010-10-13 | 1 | -1/+1 |
| * | | | | | | | | | | | | | t7607: add leading-path tests | Clemens Buchacher | 2010-10-13 | 1 | -0/+51 |
| * | | | | | | | | | | | | | t7607: use test-lib functions and check MERGE_HEAD | Clemens Buchacher | 2010-10-13 | 1 | -23/+15 |
| |/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Merge branch 'en/merge-recursive' | Junio C Hamano | 2010-11-29 | 6 | -17/+743 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | t6022: Use -eq not = to test output of wc -l | Brian Gernhardt | 2010-11-17 | 1 | -32/+32 |
| * | | | | | | | | | | | | | merge-recursive: Make room for directories in D/F conflicts | Elijah Newren | 2010-09-29 | 1 | -1/+1 |
| * | | | | | | | | | | | | | handle_delete_modify(): Check whether D/F conflicts are still present | Elijah Newren | 2010-09-29 | 1 | -1/+1 |
| * | | | | | | | | | | | | | merge_content(): Check whether D/F conflicts are still present | Elijah Newren | 2010-09-29 | 1 | -4/+4 |
| * | | | | | | | | | | | | | conflict_rename_rename_1to2(): Fix checks for presence of D/F conflicts | Elijah Newren | 2010-09-29 | 1 | -1/+1 |
| * | | | | | | | | | | | | | conflict_rename_delete(): Check whether D/F conflicts are still present | Elijah Newren | 2010-09-29 | 1 | -2/+2 |
| * | | | | | | | | | | | | | merge-recursive: Delay content merging for renames | Elijah Newren | 2010-09-29 | 1 | -1/+1 |
| * | | | | | | | | | | | | | merge-recursive: Move handling of double rename of one file to two | Elijah Newren | 2010-09-29 | 1 | -1/+1 |
| * | | | | | | | | | | | | | merge-recursive: Avoid doubly merging rename/add conflict contents | Elijah Newren | 2010-09-29 | 1 | -2/+2 |
| * | | | | | | | | | | | | | t6036: Add testcase for undetected conflict | Elijah Newren | 2010-09-29 | 1 | -0/+85 |
| * | | | | | | | | | | | | | t6036: Add a second testcase similar to the first but with content changes | Elijah Newren | 2010-09-29 | 1 | -0/+76 |
| * | | | | | | | | | | | | | t6036: Test index and worktree state, not just that merge fails | Elijah Newren | 2010-09-29 | 1 | -3/+21 |
| * | | | | | | | | | | | | | t6020: Add a testcase for modify/delete + directory/file conflict | Elijah Newren | 2010-09-29 | 1 | -0/+47 |
| * | | | | | | | | | | | | | t6020: Modernize style a bit | Elijah Newren | 2010-09-29 | 1 | -15/+20 |
| * | | | | | | | | | | | | | t6022: Add tests for rename/rename combined with D/F conflicts | Elijah Newren | 2010-09-29 | 1 | -0/+79 |
| * | | | | | | | | | | | | | t6022: Add paired rename+D/F conflict: (two/file, one/file) -> (one, two) | Elijah Newren | 2010-09-29 | 1 | -0/+63 |
| * | | | | | | | | | | | | | t6022: Add tests with both rename source & dest involved in D/F conflicts | Elijah Newren | 2010-09-29 | 1 | -0/+38 |
| * | | | | | | | | | | | | | t6022: Add tests for reversing order of merges when D/F conflicts present | Elijah Newren | 2010-09-29 | 1 | -0/+58 |
| * | | | | | | | | | | | | | t6022: Add test combinations of {content conflict?, D/F conflict remains?} | Elijah Newren | 2010-09-29 | 1 | -0/+128 |
| * | | | | | | | | | | | | | t6032: Add a test checking for excessive output from merge | Elijah Newren | 2010-09-29 | 1 | -0/+30 |
| * | | | | | | | | | | | | | t3030: Add a testcase for resolvable rename/add conflict with symlinks | Schalk, Ken | 2010-09-29 | 1 | -1/+36 |
| * | | | | | | | | | | | | | Merge branch 'en/rename-d-f' into en/merge-recursive | Junio C Hamano | 2010-09-29 | 1 | -0/+66 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | merge-recursive: D/F conflicts where was_a_dir/file -> was_a_dir | Elijah Newren | 2010-09-09 | 1 | -2/+2 |
| | * | | | | | | | | | | | | t3509: Add rename + D/F conflict testcase that recursive strategy fails | Elijah Newren | 2010-09-09 | 1 | -0/+66 |
* | | | | | | | | | | | | | | Merge branch 'jn/cherry-pick-refresh-index' | Junio C Hamano | 2010-11-29 | 1 | -0/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | cherry-pick/revert: transparently refresh index | Jonathan Nieder | 2010-11-10 | 1 | -0/+10 |
| | |_|_|_|/ / / / / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge branch 'fc/apply-p2-get-header-name' | Junio C Hamano | 2010-11-29 | 1 | -0/+26 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | test: git-apply -p2 rename/chmod only | Junio C Hamano | 2010-11-05 | 1 | -0/+26 |
| |/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge branch 'jn/fast-import-fix' | Junio C Hamano | 2010-11-29 | 1 | -0/+108 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|