messages from 2017-12-24 14:16:08 to 2017-12-28 04:15:48 UTC [more...]
[PATCH v5 00/34] Add directory rename detection to git
2017-12-28 4:13 UTC (35+ messages)
` [PATCH v5 01/34] Tighten and correct a few testcases for merging and cherry-picking
` [PATCH v5 02/34] merge-recursive: fix logic ordering issue
` [PATCH v5 03/34] merge-recursive: add explanation for src_entry and dst_entry
` [PATCH v5 04/34] directory rename detection: basic testcases
` [PATCH v5 05/34] directory rename detection: directory splitting testcases
` [PATCH v5 06/34] directory rename detection: testcases to avoid taking detection too far
` [PATCH v5 07/34] directory rename detection: partially renamed directory testcase/discussion
` [PATCH v5 08/34] directory rename detection: files/directories in the way of some renames
` [PATCH v5 09/34] directory rename detection: testcases checking which side did the rename
` [PATCH v5 10/34] directory rename detection: more involved edge/corner testcases
` [PATCH v5 11/34] directory rename detection: testcases exploring possibly suboptimal merges
` [PATCH v5 12/34] directory rename detection: miscellaneous testcases to complete coverage
` [PATCH v5 13/34] directory rename detection: tests for handling overwriting untracked files
` [PATCH v5 14/34] directory rename detection: tests for handling overwriting dirty files
` [PATCH v5 15/34] merge-recursive: move the get_renames() function
` [PATCH v5 16/34] merge-recursive: introduce new functions to handle rename logic
` [PATCH v5 17/34] merge-recursive: fix leaks of allocated renames and diff_filepairs
` [PATCH v5 18/34] merge-recursive: make !o->detect_rename codepath more obvious
` [PATCH v5 19/34] merge-recursive: split out code for determining diff_filepairs
` [PATCH v5 20/34] merge-recursive: add a new hashmap for storing directory renames
` [PATCH v5 21/34] merge-recursive: make a helper function for cleanup for handle_renames
` [PATCH v5 22/34] merge-recursive: add get_directory_renames()
` [PATCH v5 23/34] merge-recursive: check for directory level conflicts
` [PATCH v5 24/34] merge-recursive: add a new hashmap for storing file collisions
` [PATCH v5 25/34] merge-recursive: add computation of collisions due to dir rename & merging
` [PATCH v5 26/34] merge-recursive: check for file level conflicts then get new name
` [PATCH v5 27/34] merge-recursive: when comparing files, don't include trees
` [PATCH v5 28/34] merge-recursive: apply necessary modifications for directory renames
` [PATCH v5 29/34] merge-recursive: avoid clobbering untracked files with "
` [PATCH v5 30/34] merge-recursive: fix overwriting dirty files involved in renames
` [PATCH v5 31/34] merge-recursive: fix remaining directory rename + dirty overwrite cases
` [PATCH v5 32/34] directory rename detection: new testcases showcasing a pair of bugs
` [PATCH v5 33/34] merge-recursive: avoid spurious rename/rename conflict from dir renames
` [PATCH v5 34/34] merge-recursive: ensure we write updates for directory-renamed file
[BUG] File move with `add -N` shows as rename to same name
2017-12-28 2:14 UTC (34+ messages)
` [PATCH] status: handle worktree renames
` [PATCH v2 0/7] Renames in git-status "changed not staged" section
` [PATCH v2 1/7] t2203: test status output with porcelain v2 format
` [PATCH v2 2/7] Use DIFF_DETECT_RENAME for detect_rename assignments
` [PATCH v2 3/7] wt-status.c: coding style fix
` [PATCH v2 4/7] wt-status.c: rename wt_status_change_data::score
` [PATCH v2 5/7] wt-status.c: catch unhandled diff status codes
` [PATCH v2 6/7] wt-status.c: handle worktree renames
` [PATCH v2 7/7] wt-status.c: avoid double renames in short/porcelain format
` [PATCH v3 0/6] Renames in git-status "changed not staged" section
` [PATCH v3 1/6] t2203: test status output with porcelain v2 format
` [PATCH v3 2/6] Use DIFF_DETECT_RENAME for detect_rename assignments
` [PATCH v3 3/6] wt-status.c: coding style fix
` [PATCH v3 4/6] wt-status.c: catch unhandled diff status codes
` [PATCH v3 5/6] wt-status.c: rename rename-related fields in wt_status_change_data
` [PATCH v3 6/6] wt-status.c: handle worktree renames
What's cooking in git.git (Dec 2017, #05; Wed, 27)
2017-12-28 1:09 UTC (2+ messages)
[PATCH] dir.c: avoid stat() in valid_cached_dir()
2017-12-28 0:28 UTC
[PATCH 0/1] Add blob find pickaxe option
2017-12-28 0:00 UTC (2+ messages)
` [PATCH 1/1] diffcore: add a pickaxe option to find a specific blob
[PATCH 0/2] When DC_SHA1 was made the default we missed a spot
2017-12-27 23:42 UTC (5+ messages)
` [PATCH 1/2] Makefile: NO_OPENSSL=1 should no longer imply BLK_SHA1=1
` [PATCH 2/2] Windows: stop supplying BLK_SHA1=YesPlease by default
[PATCH 0/2] Travis CI: skip commits with successfully built and tested trees
2017-12-27 23:24 UTC (8+ messages)
` [PATCH 1/2] travis-ci: don't try to create the cache directory unnecessarily
` [PATCH 2/2] travis-ci: record and skip successfully built trees
[PATCH 0/5] Fix --recurse-submodules for submodule worktree changes
2017-12-27 22:57 UTC (10+ messages)
` [PATCH 2/5] t/lib-submodule-update.sh: Fix test ignoring ignored files in submodules
` [PATCHv2 0/5] Fix --recurse-submodules for submodule worktree changes
` [PATCHv2 1/5] t/helper/test-lazy-name-hash: fix compilation
` [PATCHv2 2/5] t/lib-submodule-update.sh: clarify test
` [PATCHv2 3/5] t/lib-submodule-update.sh: Fix test ignoring ignored files in submodules
` [PATCHv2 4/5] unpack-trees: oneway_merge to update submodules
` [PATCHv2 5/5] submodule: submodule_move_head omits old argument in forced case
[PATCH v5] Makefile: replace perl/Makefile.PL with simple make rules
2017-12-27 22:24 UTC (4+ messages)
` [PATCH v6] "
[PATCH 0/5] A couple of sequencer cleanups
2017-12-27 22:19 UTC (4+ messages)
` [PATCH 5/5] sequencer: do not invent whitespace when transforming OIDs
[PATCH 0/5] rebase -i: add config to abbreviate command names
2017-12-27 21:58 UTC (8+ messages)
` [PATCH v2 0/9] "
` [PATCH v2 8/9] rebase -i: learn "
[PATCH v2 0/8] Travis CI cleanups
2017-12-27 21:42 UTC (11+ messages)
` [PATCH v3 0/4] Rest of the Travis CI fixes
` [PATCH v3 1/4] travis-ci: fine tune the use of 'set -x' in 'ci/*' scripts
` [PATCH v3 2/4] travis-ci: don't install default addon packages for the 32 bit Linux build
` [PATCH v3 3/4] travis-ci: save prove state "
` [PATCH v3 4/4] travis-ci: only print test failures if there are test results available
[PATCH 1/1] diffcore: add a filter to find a specific blob
2017-12-27 19:57 UTC (9+ messages)
` [PATCH] "
[PATCH] Fix confusing wording
2017-12-27 19:44 UTC (2+ messages)
[RFC/PATCH] perl: bump the required Perl version to 5.10.0 from 5.8.0
2017-12-27 19:21 UTC (9+ messages)
[PATCH 0/6] increase wildmatch test coverage
2017-12-27 19:07 UTC (11+ messages)
` [PATCH v2 0/7] "
` [PATCH v2 1/7] wildmatch test: indent with tabs, not spaces
` [PATCH v2 2/7] wildmatch test: use more standard shell style
` [PATCH v2 3/7] wildmatch test: don't try to vertically align our output
` [PATCH v2 4/7] wildmatch test: use a paranoia pattern from nul_match()
` [PATCH v2 5/7] wildmatch test: remove dead fnmatch() test code
` [PATCH v2 6/7] wildmatch test: perform all tests under all wildmatch() modes
` [PATCH v2 7/7] wildmatch test: create & test files on disk in addition to in-memory
[PATCH] setup.c: move statement under condition
2017-12-27 18:57 UTC (7+ messages)
[PATCH] status: add a failing test showing a core.untrackedCache bug
2017-12-27 18:50 UTC (10+ messages)
` [PATCH 3/1] update-index doc: note a fixed bug in the untracked cache
[RFC PATCH v2] http: support CURLPROXY_HTTPS
2017-12-27 18:44 UTC (4+ messages)
[RFC] Prepend "tags/" when describing tags with embedded name
2017-12-27 18:27 UTC (2+ messages)
[PATCH] oidmap.h: strongly discourage using OIDMAP_INIT directly
2017-12-27 18:01 UTC (3+ messages)
` [PATCH] oidmap: ensure map is initialized
[PATCH v2 0/5] Add --no-ahead-behind to status
2017-12-27 17:41 UTC (6+ messages)
` [PATCH v2 1/5] core.aheadbehind: add new config setting
Bring together merge and rebase
2017-12-27 13:35 UTC (28+ messages)
[PATCH v2 0/7] Codespeed perf results
2017-12-26 22:07 UTC (9+ messages)
` [PATCH v2 1/7] perf/aggregate: fix checking ENV{GIT_PERF_SUBSECTION}
` [PATCH v2 2/7] perf/aggregate: refactor printing results
` [PATCH v2 3/7] perf/aggregate: implement codespeed JSON output
` [PATCH v2 4/7] perf/run: add conf_opts argument to get_var_from_env_or_config()
` [PATCH v2 5/7] perf/run: learn about perf.codespeedOutput
` [PATCH v2 6/7] perf/run: learn to send output to codespeed server
` [PATCH v2 7/7] perf/run: read GIT_TEST_REPO_NAME from perf.repoName
[PATCH] revision: introduce prepare_revision_walk_extended()
2017-12-25 17:48 UTC (19+ messages)
` [PATCH v2 0/9] revision: get rid of the flag leak_pending
` [PATCH v2 1/9] commit: avoid allocation in clear_commit_marks_many()
` [PATCH v2 2/9] commit: use clear_commit_marks_many() in remove_redundant()
` [PATCH v2 3/9] ref-filter: use clear_commit_marks_many() in do_merge_filter()
` [PATCH v2 4/9] object: add clear_commit_marks_all()
` [PATCH v2 5/9] bisect: avoid using the rev_info flag leak_pending
` [PATCH v2 6/9] bundle: "
` [PATCH v2 7/9] checkout: "
` [PATCH v2 8/9] revision: remove the unused "
` [PATCH v2 9/9] commit: remove unused function clear_commit_marks_for_object_array()
[PATCH 1/2] sequencer: factor out rewrite_file()
2017-12-25 10:28 UTC (13+ messages)
` Improved error handling (Was: [PATCH 1/2] sequencer: factor out rewrite_file())
[PATCH v5 0/9] sequencer: don't fork git commit
2017-12-25 8:51 UTC (7+ messages)
` [PATCH] sequencer: improve config handling
` Error in `git': free(): invalid pointer (was Re: [PATCH] sequencer: improve config handling)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).