summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Provide 'git notes get-ref' to easily retrieve current notes refJohan Herland2010-11-171-0/+19
| * | | | | | | | | | | git notes merge: Add testcases for merging notes trees at different fanoutsJohan Herland2010-11-171-0/+436
| * | | | | | | | | | | git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"Johan Herland2010-11-171-0/+145
| * | | | | | | | | | | git notes merge: --commit should fail if underlying notes ref has movedJohan Herland2010-11-171-0/+76
| * | | | | | | | | | | git notes merge: List conflicting notes in notes merge commit messageJohan Herland2010-11-171-0/+12
| * | | | | | | | | | | git notes merge: Manual conflict resolution, part 2/2Johan Herland2010-11-171-0/+176
| * | | | | | | | | | | git notes merge: Manual conflict resolution, part 1/2Johan Herland2010-11-171-0/+292
| * | | | | | | | | | | git notes merge: Add automatic conflict resolvers (ours, theirs, union)Johan Herland2010-11-171-0/+502
| * | | | | | | | | | | git notes merge: Handle real, non-conflicting notes mergesJohan Herland2010-11-171-0/+188
| * | | | | | | | | | | git notes merge: Initial implementation handling trivial merges onlyJohan Herland2010-11-171-0/+180
| * | | | | | | | | | | notes.c: Use two newlines (instead of one) when concatenating notesJohan Herland2010-11-174-0/+11
| * | | | | | | | | | | (trivial) t3303: Indent with tabs instead of spaces for consistencyJohan Herland2010-11-171-9/+9
* | | | | | | | | | | | Merge branch 'pn/commit-autosquash'Junio C Hamano2010-12-034-2/+140
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | add tests of commit --squashPat Notz2010-11-044-0/+57
| * | | | | | | | | | | | add tests of commit --fixupPat Notz2010-11-043-2/+83
* | | | | | | | | | | | | Merge branch 'cb/leading-path-removal'Junio C Hamano2010-11-292-31/+87
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | use persistent memory for rejected pathsClemens Buchacher2010-11-152-11/+24
| * | | | | | | | | | | | | do not overwrite files in leading pathClemens Buchacher2010-10-131-1/+1
| * | | | | | | | | | | | | t7607: add leading-path testsClemens Buchacher2010-10-131-0/+51
| * | | | | | | | | | | | | t7607: use test-lib functions and check MERGE_HEADClemens Buchacher2010-10-131-23/+15
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'en/merge-recursive'Junio C Hamano2010-11-296-17/+743
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | t6022: Use -eq not = to test output of wc -lBrian Gernhardt2010-11-171-32/+32
| * | | | | | | | | | | | | merge-recursive: Make room for directories in D/F conflictsElijah Newren2010-09-291-1/+1
| * | | | | | | | | | | | | handle_delete_modify(): Check whether D/F conflicts are still presentElijah Newren2010-09-291-1/+1
| * | | | | | | | | | | | | merge_content(): Check whether D/F conflicts are still presentElijah Newren2010-09-291-4/+4
| * | | | | | | | | | | | | conflict_rename_rename_1to2(): Fix checks for presence of D/F conflictsElijah Newren2010-09-291-1/+1
| * | | | | | | | | | | | | conflict_rename_delete(): Check whether D/F conflicts are still presentElijah Newren2010-09-291-2/+2
| * | | | | | | | | | | | | merge-recursive: Delay content merging for renamesElijah Newren2010-09-291-1/+1
| * | | | | | | | | | | | | merge-recursive: Move handling of double rename of one file to twoElijah Newren2010-09-291-1/+1
| * | | | | | | | | | | | | merge-recursive: Avoid doubly merging rename/add conflict contentsElijah Newren2010-09-291-2/+2
| * | | | | | | | | | | | | t6036: Add testcase for undetected conflictElijah Newren2010-09-291-0/+85
| * | | | | | | | | | | | | t6036: Add a second testcase similar to the first but with content changesElijah Newren2010-09-291-0/+76
| * | | | | | | | | | | | | t6036: Test index and worktree state, not just that merge failsElijah Newren2010-09-291-3/+21
| * | | | | | | | | | | | | t6020: Add a testcase for modify/delete + directory/file conflictElijah Newren2010-09-291-0/+47
| * | | | | | | | | | | | | t6020: Modernize style a bitElijah Newren2010-09-291-15/+20
| * | | | | | | | | | | | | t6022: Add tests for rename/rename combined with D/F conflictsElijah Newren2010-09-291-0/+79
| * | | | | | | | | | | | | t6022: Add paired rename+D/F conflict: (two/file, one/file) -> (one, two)Elijah Newren2010-09-291-0/+63
| * | | | | | | | | | | | | t6022: Add tests with both rename source & dest involved in D/F conflictsElijah Newren2010-09-291-0/+38
| * | | | | | | | | | | | | t6022: Add tests for reversing order of merges when D/F conflicts presentElijah Newren2010-09-291-0/+58
| * | | | | | | | | | | | | t6022: Add test combinations of {content conflict?, D/F conflict remains?}Elijah Newren2010-09-291-0/+128
| * | | | | | | | | | | | | t6032: Add a test checking for excessive output from mergeElijah Newren2010-09-291-0/+30
| * | | | | | | | | | | | | t3030: Add a testcase for resolvable rename/add conflict with symlinksSchalk, Ken2010-09-291-1/+36
| * | | | | | | | | | | | | Merge branch 'en/rename-d-f' into en/merge-recursiveJunio C Hamano2010-09-291-0/+66
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | merge-recursive: D/F conflicts where was_a_dir/file -> was_a_dirElijah Newren2010-09-091-2/+2
| | * | | | | | | | | | | | t3509: Add rename + D/F conflict testcase that recursive strategy failsElijah Newren2010-09-091-0/+66
* | | | | | | | | | | | | | Merge branch 'jn/cherry-pick-refresh-index'Junio C Hamano2010-11-291-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | cherry-pick/revert: transparently refresh indexJonathan Nieder2010-11-101-0/+10
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'fc/apply-p2-get-header-name'Junio C Hamano2010-11-291-0/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | test: git-apply -p2 rename/chmod onlyJunio C Hamano2010-11-051-0/+26
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'jn/fast-import-fix'Junio C Hamano2010-11-291-0/+108
|\ \ \ \ \ \ \ \ \ \ \ \ \ \