| Commit message (Expand) | Author | Age |
* | Merge branch 'jk/commit-buffer-length' into maint | Junio C Hamano | 2014-07-16 |
|\ |
|
| * | commit: record buffer length in cache | Jeff King | 2014-06-13 |
| * | use get_commit_buffer everywhere | Jeff King | 2014-06-13 |
| * | do not create "struct commit" with xcalloc | Jeff King | 2014-06-12 |
| * | Merge branch 'bk/refresh-missing-ok-in-merge-recursive' | Junio C Hamano | 2014-02-27 |
| |\ |
|
* | | | merge-recursive.c: fix case-changing merge bug | David Turner | 2014-05-07 |
* | | | Merge branch 'bk/refresh-missing-ok-in-merge-recursive' into maint | Junio C Hamano | 2014-03-18 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | merge-recursive.c: tolerate missing files while refreshing index | Brad King | 2014-02-24 |
| * | read-cache.c: extend make_cache_entry refresh flag with options | Brad King | 2014-02-24 |
| * | Merge branch 'jk/diff-algo' into maint | Junio C Hamano | 2013-10-28 |
| |\ |
|
* | \ | Merge branch 'mh/safe-create-leading-directories' | Junio C Hamano | 2014-01-27 |
|\ \ \ |
|
| * | | | safe_create_leading_directories(): introduce enum for return values | Michael Haggerty | 2014-01-06 |
* | | | | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 2013-12-05 |
|/ / / |
|
* | | | Merge branch 'jk/diff-algo' | Jonathan Nieder | 2013-10-14 |
|\ \ \
| | |/
| |/| |
|
| * | | merge-recursive: fix parsing of "diff-algorithm" option | John Keeping | 2013-09-26 |
* | | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 |
|\ \ \
| |_|/
|/| | |
|
| * | | remove init_pathspec() in favor of parse_pathspec() | Nguyễn Thái Ngọc Duy | 2013-07-15 |
| |/ |
|
* | | Convert "struct cache_entry *" to "const ..." wherever possible | Nguyễn Thái Ngọc Duy | 2013-07-09 |
|/ |
|
* | diff: Introduce --diff-algorithm command line option | Michal Privoznik | 2013-01-16 |
* | Which merge_file() function do you mean? | Junio C Hamano | 2012-12-09 |
* | Merge branch 'rj/path-cleanup' | Junio C Hamano | 2012-09-14 |
|\ |
|
| * | Call mkpathdup() rather than xstrdup(mkpath(...)) | Ramsay Jones | 2012-09-04 |
* | | Merge branch 'tr/void-diff-setup-done' | Junio C Hamano | 2012-08-22 |
|\ \ |
|
| * | | diff_setup_done(): return void | Thomas Rast | 2012-08-03 |
* | | | Merge branch 'tr/merge-recursive-flush' | Junio C Hamano | 2012-08-22 |
|\ \ \
| |_|/
|/| | |
|
| * | | merge-recursive: eliminate flush_buffer() in favor of write_in_full() | Thomas Rast | 2012-08-03 |
| |/ |
|
* | | merge-recursive: separate message for common ancestors | Ralf Thielow | 2012-08-05 |
* | | i18n: merge-recursive: mark strings for translation | Jiang Xin | 2012-07-26 |
* | | Merge branch 'jk/diff-no-rename-empty' | Junio C Hamano | 2012-04-16 |
|\ \ |
|
| * | | merge-recursive: don't detect renames of empty files | Jeff King | 2012-03-23 |
| * | | drop casts from users EMPTY_TREE_SHA1_BIN | Jeff King | 2012-03-23 |
* | | | Merge branch 'jc/diff-algo-cleanup' | Junio C Hamano | 2012-04-15 |
|\ \ \
| |/ /
|/| | |
|
| * | | xdiff: PATIENCE/HISTOGRAM are not independent option bits | Junio C Hamano | 2012-02-19 |
* | | | cache-tree: update API to take abitrary flags | Nguyễn Thái Ngọc Duy | 2012-02-07 |
| |/
|/| |
|
* | | Merge branch 'tr/cache-tree' | Junio C Hamano | 2011-12-19 |
|\ \ |
|
| * | | Refactor cache_tree_update idiom from commit | Thomas Rast | 2011-12-06 |
| |/ |
|
* | | merge: make usage of commit->util more extensible | Junio C Hamano | 2011-11-08 |
|/ |
|
* | submodule: Search for merges only at end of recursive merge | Brad King | 2011-10-13 |
* | Merge branch 'cn/eradicate-working-copy' | Junio C Hamano | 2011-10-05 |
|\ |
|
| * | Remove 'working copy' from the documentation and C code | Carlos Martín Nieto | 2011-09-21 |
* | | merge-recursive: Do not look at working tree during a virtual ancestor merge | Junio C Hamano | 2011-09-23 |
|/ |
|
* | Merge branch 'en/merge-recursive-2' | Junio C Hamano | 2011-09-02 |
|\ |
|
| * | merge-recursive: Don't re-sort a list whose order we depend upon | Elijah Newren | 2011-08-14 |
| * | merge-recursive: Fix virtual merge base for rename/rename(1to2)/add-dest | Elijah Newren | 2011-08-14 |
| * | merge-recursive: Avoid unnecessary file rewrites | Elijah Newren | 2011-08-14 |
| * | merge-recursive: Fix spurious 'refusing to lose untracked file...' messages | Elijah Newren | 2011-08-14 |
| * | merge-recursive: Fix working copy handling for rename/rename/add/add | Elijah Newren | 2011-08-14 |
| * | merge-recursive: add handling for rename/rename/add-dest/add-dest | Elijah Newren | 2011-08-14 |
| * | merge-recursive: Have conflict_rename_delete reuse modify/delete code | Elijah Newren | 2011-08-14 |
| * | merge-recursive: Make modify/delete handling code reusable | Elijah Newren | 2011-08-14 |