aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | merge-recursive: Have process_entry() skip D/F or rename entriesElijah Newren2010-09-29
| * | | | | | | | | | | | merge-recursive: New function to assist resolving renames in-core onlyElijah Newren2010-09-29
| * | | | | | | | | | | | merge-recursive: New data structures for deferring of D/F conflictsElijah Newren2010-09-29
| * | | | | | | | | | | | merge-recursive: Move process_entry's content merging into a functionElijah Newren2010-09-29
| * | | | | | | | | | | | merge-recursive: Move delete/modify handling into dedicated functionElijah Newren2010-09-29
| * | | | | | | | | | | | merge-recursive: Move rename/delete handling into dedicated functionElijah Newren2010-09-29
| * | | | | | | | | | | | merge-recursive: Nuke rename/directory conflict detectionElijah Newren2010-09-29
| * | | | | | | | | | | | merge-recursive: Rename conflict_rename_rename*() for clarityElijah Newren2010-09-29
| * | | | | | | | | | | | merge-recursive: Small code clarification -- variable name and commentsElijah Newren2010-09-29
| * | | | | | | | | | | | t6036: Add testcase for undetected conflictElijah Newren2010-09-29
| * | | | | | | | | | | | t6036: Add a second testcase similar to the first but with content changesElijah Newren2010-09-29
| * | | | | | | | | | | | t6036: Test index and worktree state, not just that merge failsElijah Newren2010-09-29
| * | | | | | | | | | | | t6020: Add a testcase for modify/delete + directory/file conflictElijah Newren2010-09-29
| * | | | | | | | | | | | t6020: Modernize style a bitElijah Newren2010-09-29
| * | | | | | | | | | | | t6022: Add tests for rename/rename combined with D/F conflictsElijah Newren2010-09-29
| * | | | | | | | | | | | t6022: Add paired rename+D/F conflict: (two/file, one/file) -> (one, two)Elijah Newren2010-09-29
| * | | | | | | | | | | | t6022: Add tests with both rename source & dest involved in D/F conflictsElijah Newren2010-09-29
| * | | | | | | | | | | | t6022: Add tests for reversing order of merges when D/F conflicts presentElijah Newren2010-09-29
| * | | | | | | | | | | | t6022: Add test combinations of {content conflict?, D/F conflict remains?}Elijah Newren2010-09-29
| * | | | | | | | | | | | t6032: Add a test checking for excessive output from mergeElijah Newren2010-09-29
| * | | | | | | | | | | | merge-recursive: Restructure showing how to chain more process_* functionsJunio C Hamano2010-09-29
| * | | | | | | | | | | | t3030: Add a testcase for resolvable rename/add conflict with symlinksSchalk, Ken2010-09-29
| * | | | | | | | | | | | Merge branch 'en/rename-d-f' into en/merge-recursiveJunio C Hamano2010-09-29
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | merge-recursive: D/F conflicts where was_a_dir/file -> was_a_dirElijah Newren2010-09-09
| | * | | | | | | | | | | | t3509: Add rename + D/F conflict testcase that recursive strategy failsElijah Newren2010-09-09
* | | | | | | | | | | | | | Merge branch 'jl/clone-recurse-sm-synonym'Junio C Hamano2010-11-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | clone: Add the --recurse-submodules option as alias for --recursiveJens Lehmann2010-11-05
* | | | | | | | | | | | | | | Merge branch 'jn/cherry-pick-refresh-index'Junio C Hamano2010-11-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | cherry-pick/revert: transparently refresh indexJonathan Nieder2010-11-10
* | | | | | | | | | | | | | | | Merge branch 'jc/emfile'Junio C Hamano2010-11-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | A loose object is not corrupt if it cannot be read due to EMFILEJunio C Hamano2010-11-03
| * | | | | | | | | | | | | | | | read_sha1_file(): report correct name of packfile with a corrupt objectJunio C Hamano2010-11-03
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'md/interix'Junio C Hamano2010-11-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Interix: add configure checksMarkus Duft2010-10-28
| * | | | | | | | | | | | | | | | add support for the SUA layer (interix; windows)Markus Duft2010-10-28
* | | | | | | | | | | | | | | | | Merge branch 'jl/add-p-reverse-message'Junio C Hamano2010-11-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Correct help blurb in checkout -p and friendsJonathan "Duke" Leto2010-10-28
* | | | | | | | | | | | | | | | | | Merge branch 'np/pack-broken-boundary'Junio C Hamano2010-11-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | make pack-objects a bit more resilient to repo corruptionNicolas Pitre2010-10-22
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge branch 'np/diff-in-corrupt-repository'Junio C Hamano2010-11-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | diff: don't presume empty file when corresponding object is missingNicolas Pitre2010-10-21
* | | | | | | | | | | | | | | | | | | Merge branch 'fc/apply-p2-get-header-name'Junio C Hamano2010-11-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | test: git-apply -p2 rename/chmod onlyJunio C Hamano2010-11-05
| * | | | | | | | | | | | | | | | | | | Fix git-apply with -p greater than 1Federico Cuello2010-11-05
| | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'jn/fast-import-fix'Junio C Hamano2010-11-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | fast-import: do not clear notes in do_change_note_fanout()Jonathan Nieder2010-10-20
| * | | | | | | | | | | | | | | | | | | t9300 (fast-import): another test for the "replace root" featureJonathan Nieder2010-10-19
| * | | | | | | | | | | | | | | | | | | fast-import: tighten M 040000 syntaxJonathan Nieder2010-10-18
| * | | | | | | | | | | | | | | | | | | fast-import: filemodify after M 040000 <tree> "" crashesJonathan Nieder2010-10-18
* | | | | | | | | | | | | | | | | | | | Merge branch 'rr/needs-clean-work-tree'Junio C Hamano2010-11-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \