Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | checkout -m: recreate merge when checking out of unmerged index | Junio C Hamano | 2008-08-30 | 3 | -5/+173 | |
| * | | | | Merge branch 'jc/maint-checkout-fix' into 'jc/better-conflict-resolution' | Junio C Hamano | 2008-08-30 | 3 | -24/+177 | |
| |\ \ \ \ | ||||||
| | * | | | | checkout --ours/--theirs: allow checking out one side of a conflicting merge | Junio C Hamano | 2008-08-30 | 3 | -3/+72 | |
| | * | | | | checkout -f: allow ignoring unmerged paths when checking out of the index | Junio C Hamano | 2008-08-30 | 3 | -24/+59 | |
| * | | | | | git-merge-recursive: learn to honor merge.conflictstyle | Junio C Hamano | 2008-08-30 | 2 | -6/+14 | |
| * | | | | | merge.conflictstyle: choose between "merge" and "diff3 -m" styles | Junio C Hamano | 2008-08-30 | 5 | -1/+47 | |
| * | | | | | rerere: understand "diff3 -m" style conflicts with the original | Junio C Hamano | 2008-08-30 | 1 | -2/+8 | |
| * | | | | | rerere.c: use symbolic constants to keep track of parsing states | Junio C Hamano | 2008-08-30 | 1 | -10/+13 | |
| * | | | | | xmerge.c: "diff3 -m" style clips merge reduction level to EAGER or less | Junio C Hamano | 2008-08-30 | 2 | -3/+10 | |
| * | | | | | xmerge.c: minimum readability fixups | Junio C Hamano | 2008-08-30 | 1 | -7/+7 | |
| * | | | | | xdiff-merge: optionally show conflicts in "diff3 -m" style | Junio C Hamano | 2008-08-30 | 4 | -21/+135 | |
| * | | | | | xdl_fill_merge_buffer(): separate out a too deeply nested function | Junio C Hamano | 2008-08-30 | 1 | -51/+70 | |
* | | | | | | Add contrib/rerere-train script | Nanako Shiraishi | 2008-09-29 | 1 | -0/+52 | |
* | | | | | | mingw: remove use of _getdrive() from lstat/fstat | Dmitry Potapov | 2008-09-29 | 1 | -3/+2 | |
* | | | | | | compat/mingw: Support a timeout in the poll emulation if no fds are given | Johannes Sixt | 2008-09-29 | 1 | -1/+6 | |
* | | | | | | usage.c: remove unused functions | Nanako Shiraishi | 2008-09-29 | 2 | -19/+0 | |
* | | | | | | Merge branch 'maint' | Shawn O. Pearce | 2008-09-26 | 3 | -5/+23 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Remove empty directories in recursive merge | Alex Riesen | 2008-09-26 | 2 | -3/+12 | |
| * | | | | | Documentation: clarify the details of overriding LESS via core.pager | Chris Frey | 2008-09-26 | 1 | -2/+11 | |
* | | | | | | Cleanup remove_path | Alex Riesen | 2008-09-26 | 1 | -5/+3 | |
* | | | | | | Merge branch 'mv/merge-recursive' | Shawn O. Pearce | 2008-09-25 | 8 | -1454/+1580 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | builtin-merge: release the lockfile in try_merge_strategy() | Miklos Vajna | 2008-09-06 | 2 | -0/+23 | |
| * | | | | | | merge-recursive: get rid of virtual_id | Miklos Vajna | 2008-09-05 | 1 | -5/+1 | |
| * | | | | | | merge-recursive: move current_{file,directory}_set to struct merge_options | Miklos Vajna | 2008-09-04 | 2 | -27/+34 | |
| * | | | | | | merge-recursive: move the global obuf to struct merge_options | Miklos Vajna | 2008-09-04 | 2 | -19/+19 | |
| * | | | | | | merge-recursive: get rid of the index_only global variable | Miklos Vajna | 2008-09-04 | 1 | -73/+67 | |
| * | | | | | | merge-recursive: move call_depth to struct merge_options | Miklos Vajna | 2008-09-03 | 2 | -13/+13 | |
| * | | | | | | cherry-pick/revert: make direct internal call to merge_tree() | Miklos Vajna | 2008-09-02 | 1 | -40/+43 | |
| * | | | | | | builtin-merge: avoid run_command_v_opt() for recursive and subtree | Miklos Vajna | 2008-08-30 | 1 | -29/+63 | |
| * | | | | | | merge-recursive: introduce merge_options | Miklos Vajna | 2008-08-30 | 4 | -169/+192 | |
| * | | | | | | merge-recursive.c: Add more generic merge_recursive_generic() | Stephan Beyer | 2008-08-30 | 3 | -46/+75 | |
| * | | | | | | Split out merge_recursive() to merge-recursive.c | Miklos Vajna | 2008-08-30 | 4 | -1324/+1341 | |
* | | | | | | | Merge branch 'jc/alternate-push' | Shawn O. Pearce | 2008-09-25 | 14 | -34/+114 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | push: receiver end advertises refs from alternate repositories | Junio C Hamano | 2008-09-09 | 3 | -0/+50 | |
| * | | | | | | | push: prepare sender to receive extended ref information from the receiver | Junio C Hamano | 2008-09-09 | 5 | -10/+39 | |
| * | | | | | | | receive-pack: make it a builtin | Junio C Hamano | 2008-09-09 | 4 | -4/+6 | |
| * | | | | | | | is_directory(): a generic helper function | Junio C Hamano | 2008-09-09 | 6 | -20/+19 | |
* | | | | | | | | Merge branch 'am/status' | Shawn O. Pearce | 2008-09-25 | 2 | -15/+30 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | wt-status: Teach how to discard changes in the working directory | Anders Melchiorsen | 2008-09-07 | 2 | -0/+11 | |
| * | | | | | | | | wt-status: Split header generation into three functions | Anders Melchiorsen | 2008-09-07 | 1 | -15/+19 | |
* | | | | | | | | | Merge branch 'pb/autocorrect-wrapper' | Shawn O. Pearce | 2008-09-25 | 1 | -8/+24 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | git wrapper: also use aliases to correct mistyped commands | Pieter de Bie | 2008-09-11 | 1 | -8/+24 | |
* | | | | | | | | | | Merge branch 'mv/commit-tree' | Shawn O. Pearce | 2008-09-25 | 5 | -57/+79 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | t7603: add new testcases to ensure builtin-commit uses reduce_heads() | Miklos Vajna | 2008-09-10 | 1 | -0/+53 | |
| * | | | | | | | | | | builtin-commit: use commit_tree() | Miklos Vajna | 2008-09-10 | 1 | -51/+16 | |
| * | | | | | | | | | | commit_tree(): add a new author parameter | Miklos Vajna | 2008-09-10 | 3 | -6/+10 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'jc/apply-include-exclude' | Shawn O. Pearce | 2008-09-25 | 2 | -16/+46 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | git-apply:--include=pathspec | Junio C Hamano | 2008-09-06 | 2 | -16/+46 | |
* | | | | | | | | | | | Merge branch 'jc/safe-c-l-d' | Shawn O. Pearce | 2008-09-25 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | safe_create_leading_directories(): make it about "leading" directories | Junio C Hamano | 2008-09-03 | 1 | -1/+5 |