Age | Commit message (Expand) | Author | Files | Lines |
2010-11-15 | use persistent memory for rejected paths | Clemens Buchacher | 1 | -25/+11 |
2010-10-13 | do not overwrite files in leading path | Clemens Buchacher | 1 | -3/+13 |
2010-10-13 | add function check_ok_to_remove() | Clemens Buchacher | 1 | -49/+58 |
2010-09-03 | Merge branch 'dg/local-mod-error-messages' | Junio C Hamano | 1 | -7/+49 |
2010-09-03 | Move "show_all_errors = 1" to setup_unpack_trees_porcelain() | Matthieu Moy | 1 | -6/+2 |
2010-09-03 | setup_unpack_trees_porcelain: take the whole options struct as parameter | Matthieu Moy | 1 | -1/+3 |
2010-09-03 | Move set_porcelain_error_msgs to unpack-trees.c and rename it | Matthieu Moy | 1 | -1/+45 |
2010-08-21 | Merge branch 'nd/fix-sparse-checkout' | Junio C Hamano | 1 | -25/+31 |
2010-08-21 | Merge branch 'dg/local-mod-error-messages' | Junio C Hamano | 1 | -41/+124 |
2010-08-11 | unpack_trees: group error messages by type | Matthieu Moy | 1 | -4/+74 |
2010-08-11 | merge-recursive: distinguish "removed" and "overwritten" messages | Matthieu Moy | 1 | -25/+39 |
2010-08-11 | merge-recursive: porcelain messages for checkout | Diane Gasselin | 1 | -3/+2 |
2010-08-11 | Turn unpack_trees_options.msgs into an array + enum | Matthieu Moy | 1 | -21/+21 |
2010-08-11 | read-tree: stop leaking tree objects | Jonathan Nieder | 1 | -1/+6 |
2010-08-09 | unpack-trees: mark new entries skip-worktree appropriately | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2010-08-09 | unpack-trees: do not check for conflict entries too early | Nguyễn Thái Ngọc Duy | 1 | -4/+1 |
2010-08-09 | unpack-trees: let read-tree -u remove index entries outside sparse area | Nguyễn Thái Ngọc Duy | 1 | -10/+19 |
2010-08-09 | unpack-trees: only clear CE_UPDATE|CE_REMOVE when skip-worktree is always set | Nguyễn Thái Ngọc Duy | 1 | -14/+12 |
2010-06-22 | Merge branch 'bd/maint-unpack-trees-parawalk-fix' | Junio C Hamano | 1 | -2/+10 |
2010-06-21 | Merge branch 'gv/portable' | Junio C Hamano | 1 | -1/+3 |
2010-06-18 | unpack-trees: Make index lookahead less pessimal | Brian Downing | 1 | -2/+10 |
2010-06-13 | Merge branch 'cb/assume-unchanged-fix' | Junio C Hamano | 1 | -1/+1 |
2010-05-31 | Rewrite dynamic structure initializations to runtime assignment | Gary V. Vaughan | 1 | -1/+3 |
2010-05-01 | do not overwrite files marked "assume unchanged" | Clemens Buchacher | 1 | -1/+1 |
2010-03-28 | Introduce remove_or_warn function | Peter Collingbourne | 1 | -10/+2 |
2010-01-24 | Merge branch 'jc/fix-tree-walk' | Junio C Hamano | 1 | -58/+331 |
2010-01-18 | Merge branch 'pc/uninteresting-submodule-disappear-upon-switch-branches' | Junio C Hamano | 1 | -2/+10 |
2010-01-13 | Merge branch 'cc/reset-more' | Junio C Hamano | 1 | -7/+14 |
2010-01-13 | Merge branch 'nd/sparse' | Junio C Hamano | 1 | -18/+163 |
2010-01-11 | Remove empty directories when checking out a commit with fewer submodules | Peter Collingbourne | 1 | -2/+10 |
2010-01-07 | read-tree --debug-unpack | Junio C Hamano | 1 | -0/+35 |
2010-01-07 | unpack-trees.c: look ahead in the index | Junio C Hamano | 1 | -3/+117 |
2010-01-07 | unpack-trees.c: prepare for looking ahead in the index | Junio C Hamano | 1 | -46/+170 |
2010-01-03 | Aggressive three-way merge: fix D/F case | Junio C Hamano | 1 | -5/+8 |
2010-01-03 | "reset --merge": fix unmerged case | Junio C Hamano | 1 | -7/+14 |
2009-12-14 | ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALID | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2009-11-20 | Merge branch 'jc/fix-tree-walk' (early part) | Junio C Hamano | 1 | -13/+13 |
2009-10-24 | Use 'fast-forward' all over the place | Felipe Contreras | 1 | -1/+1 |
2009-10-11 | unpack_callback(): use unpack_failed() consistently | Junio C Hamano | 1 | -12/+12 |
2009-10-11 | unpack-trees: typofix | Junio C Hamano | 1 | -1/+1 |
2009-08-23 | sparse checkout: inhibit empty worktree | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
2009-08-23 | unpack-trees(): ignore worktree check outside checkout area | Nguyễn Thái Ngọc Duy | 1 | -0/+12 |
2009-08-23 | unpack_trees(): apply $GIT_DIR/info/sparse-checkout to the final index | Nguyễn Thái Ngọc Duy | 1 | -1/+81 |
2009-08-23 | unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkout | Nguyễn Thái Ngọc Duy | 1 | -6/+30 |
2009-08-23 | unpack-trees.c: generalize verify_* functions | Nguyễn Thái Ngọc Duy | 1 | -5/+18 |
2009-08-23 | unpack-trees(): add CE_WT_REMOVE to remove on worktree alone | Nguyễn Thái Ngọc Duy | 1 | -1/+8 |
2009-08-23 | unpack-trees(): carry skip-worktree bit over in merged_entry() | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2009-08-23 | Teach Git to respect skip-worktree bit (writing part) | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2009-07-18 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2009-07-18 | checkout -f: deal with a D/F conflict entry correctly | Junio C Hamano | 1 | -1/+1 |