Jann Horn committed about 8 years ago
t5303: test some corrupt deltas
Jeff King committed about 8 years ago
test-delta: read input into a heap buffer
Jeff King committed about 8 years ago
doc-diff: always use oids inside worktree
Jeff King committed about 8 years ago
worktree: delete .git/worktrees if empty after 'remove'
Eric Sunshine committed about 8 years ago
worktree: teach 'remove' to override lock when --force given twice
Eric Sunshine committed about 8 years ago
worktree: teach 'move' to override lock when --force given twice
Eric Sunshine committed about 8 years ago
worktree: teach 'add' to respect --force for registered but missing path
Eric Sunshine committed about 8 years ago
worktree: disallow adding same path multiple times
Eric Sunshine committed about 8 years ago
worktree: prepare for more checks of whether path can become worktree
Eric Sunshine committed about 8 years ago
worktree: generalize delete_git_dir() to reduce code duplication
Eric Sunshine committed about 8 years ago
worktree: move delete_git_dir() earlier in file for upcoming new callers
Eric Sunshine committed about 8 years ago
worktree: don't die() in library function find_worktree()
Eric Sunshine committed about 8 years ago
am: avoid directory rename detection when calling recursive merge machinery
Elijah Newren committed about 8 years ago
merge-recursive: add ability to turn off directory rename detection
Elijah Newren committed about 8 years ago
t3401: add another directory rename testcase for rebase and am
Elijah Newren committed about 8 years ago
rebase -i: rewrite init_basic_state() in C
Alban Gruin committed about 8 years ago
rebase -i: rewrite write_basic_state() in C
Alban Gruin committed about 8 years ago
rebase -i: rewrite the rest of init_revisions_and_shortrevisions() in C
Alban Gruin committed about 8 years ago
rebase -i: implement the logic to initialize $revisions in C
Alban Gruin committed about 8 years ago