Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | merge-recursive: Fix spurious 'refusing to lose untracked file...' messages | Elijah Newren | 2011-08-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | t6022: Add testcase for spurious "refusing to lose untracked" messages | Elijah Newren | 2011-08-14 | 1 | -0/+26 | |
| * | | | | | | | | | | | | | | | | | t3030: fix accidental success in symlink rename | Jeff King | 2011-08-14 | 1 | -2/+5 | |
| * | | | | | | | | | | | | | | | | | merge-recursive: Fix working copy handling for rename/rename/add/add | Elijah Newren | 2011-08-14 | 1 | -1/+10 | |
| * | | | | | | | | | | | | | | | | | merge-recursive: add handling for rename/rename/add-dest/add-dest | Elijah Newren | 2011-08-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | merge-recursive: Make modify/delete handling code reusable | Elijah Newren | 2011-08-14 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | merge-recursive: Consider modifications in rename/rename(2to1) conflicts | Elijah Newren | 2011-08-14 | 2 | -29/+11 | |
| * | | | | | | | | | | | | | | | | | merge-recursive: Fix rename/rename(1to2) resolution for virtual merge base | Elijah Newren | 2011-08-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | merge-recursive: Fix modify/delete resolution in the recursive case | Elijah Newren | 2011-08-14 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | merge-recursive: When we detect we can skip an update, actually skip it | Elijah Newren | 2011-08-14 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | merge-recursive: Provide more info in conflict markers with file renames | Elijah Newren | 2011-08-14 | 2 | -5/+72 | |
| * | | | | | | | | | | | | | | | | | merge-recursive: Improve handling of rename target vs. directory addition | Elijah Newren | 2011-08-14 | 2 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | merge-recursive: Make dead code for rename/rename(2to1) conflicts undead | Elijah Newren | 2011-08-14 | 1 | -8/+9 | |
| * | | | | | | | | | | | | | | | | | merge-recursive: Fix deletion of untracked file in rename/delete conflicts | Elijah Newren | 2011-08-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | merge-recursive: Allow make_room_for_path() to remove D/F entries | Elijah Newren | 2011-08-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | merge-recursive: Fix sorting order and directory change assumptions | Elijah Newren | 2011-08-14 | 1 | -8/+18 | |
| * | | | | | | | | | | | | | | | | | merge-recursive: Fix recursive case with D/F conflict via add/add conflict | Elijah Newren | 2011-08-14 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | t6022: Add testcase for merging a renamed file with a simple change | Elijah Newren | 2011-08-14 | 1 | -0/+27 | |
| * | | | | | | | | | | | | | | | | | t6022: New tests checking for unnecessary updates of files | Elijah Newren | 2011-08-14 | 1 | -0/+63 | |
| * | | | | | | | | | | | | | | | | | t6022: Remove unnecessary untracked files to make test cleaner | Elijah Newren | 2011-08-14 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | t6036: criss-cross + rename/rename(1to2)/add-source + modify/modify | Elijah Newren | 2011-08-14 | 1 | -0/+77 | |
| * | | | | | | | | | | | | | | | | | t6036: criss-cross w/ rename/rename(1to2)/modify+rename/rename(2to1)/modify | Elijah Newren | 2011-08-14 | 1 | -0/+88 | |
| * | | | | | | | | | | | | | | | | | t6036: tests for criss-cross merges with various directory/file conflicts | Elijah Newren | 2011-08-14 | 1 | -0/+159 | |
| * | | | | | | | | | | | | | | | | | t6036: criss-cross with weird content can fool git into clean merge | Elijah Newren | 2011-08-14 | 1 | -0/+83 | |
| * | | | | | | | | | | | | | | | | | t6036: Add differently resolved modify/delete conflict in criss-cross test | Elijah Newren | 2011-08-14 | 1 | -0/+83 | |
| * | | | | | | | | | | | | | | | | | t6042: Add failing testcases for rename/rename/add-{source,dest} conflicts | Elijah Newren | 2011-08-14 | 1 | -0/+125 | |
| * | | | | | | | | | | | | | | | | | t6042: Ensure rename/rename conflicts leave index and workdir in sane state | Elijah Newren | 2011-08-14 | 1 | -0/+102 | |
| * | | | | | | | | | | | | | | | | | t6042: Add tests for content issues with modify/rename/directory conflicts | Elijah Newren | 2011-08-14 | 1 | -0/+141 | |
| * | | | | | | | | | | | | | | | | | t6042: Add a testcase where undetected rename causes silent file deletion | Elijah Newren | 2011-08-14 | 1 | -0/+65 | |
| * | | | | | | | | | | | | | | | | | t6042: Add a pair of cases where undetected renames cause issues | Elijah Newren | 2011-08-14 | 1 | -0/+61 | |
| * | | | | | | | | | | | | | | | | | t6042: Add failing testcase for rename/modify/add-source conflict | Elijah Newren | 2011-08-14 | 1 | -0/+39 | |
| * | | | | | | | | | | | | | | | | | t6042: Add a testcase where git deletes an untracked file | Elijah Newren | 2011-08-14 | 2 | -1/+37 | |
* | | | | | | | | | | | | | | | | | | git-svn: Teach dcommit --mergeinfo to handle multiple lines | Bryan Jacobs | 2011-09-01 | 1 | -0/+13 | |
* | | | | | | | | | | | | | | | | | | git-svn: New flag to emulate empty directories | Ray Chen | 2011-09-01 | 1 | -0/+153 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'nd/maint-clone-gitdir' | Junio C Hamano | 2011-08-28 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | clone: allow to clone from .git file | Nguyễn Thái Ngọc Duy | 2011-08-22 | 1 | -0/+4 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'ci/forbid-unwanted-current-branch-update' | Junio C Hamano | 2011-08-28 | 2 | -0/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Show interpreted branch name in error messages | Conrad Irwin | 2011-08-22 | 1 | -0/+9 | |
| * | | | | | | | | | | | | | | | | | | Prevent force-updating of the current branch | Conrad Irwin | 2011-08-22 | 2 | -0/+20 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch 'jk/pager-with-external-command' | Junio C Hamano | 2011-08-28 | 1 | -0/+36 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | support pager.* for external commands | Jeff King | 2011-08-19 | 1 | -0/+36 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch 'jc/maint-clone-alternates' | Junio C Hamano | 2011-08-28 | 1 | -0/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | clone: clone from a repository with relative alternates | Junio C Hamano | 2011-08-23 | 1 | -1/+9 | |
| * | | | | | | | | | | | | | | | | | | clone: allow more than one --reference | Junio C Hamano | 2011-08-22 | 1 | -0/+15 | |
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch 'jk/color-and-pager' | Junio C Hamano | 2011-08-28 | 2 | -23/+61 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | color: delay auto-color decision until point of use | Jeff King | 2011-08-19 | 1 | -0/+12 | |
| * | | | | | | | | | | | | | | | | | setup_pager: set GIT_PAGER_IN_USE | Jeff King | 2011-08-18 | 1 | -0/+11 | |
| * | | | | | | | | | | | | | | | | | t7006: use test_config helpers | Jeff King | 2011-08-18 | 1 | -21/+18 | |
| * | | | | | | | | | | | | | | | | | test-lib: add helper functions for config | Jeff King | 2011-08-18 | 1 | -0/+18 | |
| * | | | | | | | | | | | | | | | | | t7006: modernize calls to unset | Jeff King | 2011-08-18 | 1 | -2/+2 | |
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |