messages from 2017-11-21 05:18:35 to 2017-11-22 05:25:19 UTC [more...]
[PATCH v5 00/10] Partial clone part 2: fsck and promisors
2017-11-22 5:25 UTC (12+ messages)
` [PATCH v5 01/10] extension.partialclone: introduce partial clone extension
` [PATCH v5 02/10] fsck: introduce partialclone extension
` [PATCH v5 03/10] fsck: support refs pointing to promisor objects
` [PATCH v5 04/10] fsck: support referenced "
` [PATCH v5 05/10] fsck: support promisor objects as CLI argument
` [PATCH v5 06/10] index-pack: refactor writing of .keep files
` [PATCH v5 07/10] introduce fetch-object: fetch one promisor object
` [PATCH v5 08/10] sha1_file: support lazily fetching missing objects
` [PATCH v5 09/10] rev-list: support termination at promisor objects
` [PATCH v5 10/10] gc: do not repack promisor packfiles
[PATCH v5 0/6] Partial clone part 1: object filtering
2017-11-22 5:14 UTC (9+ messages)
` [PATCH v5 1/6] dir: allow exclusions from blob in addition to file
` [PATCH v5 2/6] oidmap: add oidmap iterator methods
` [PATCH v5 3/6] oidset: add iterator methods to oidset
` [PATCH v5 4/6] list-objects: filter objects in traverse_commit_list
` [PATCH v5 5/6] rev-list: add list-objects filtering support
` [PATCH v5 6/6] pack-objects: add list-objects filtering
[PATCH 0/3] Improving build reproducibility
2017-11-22 5:12 UTC (10+ messages)
` [PATCH 1/3] Documentation: allow overriding timestamps of generated asciidoc
` [PATCH 2/3] git-gui: sort entries in optimized tclIndex
` [PATCH 3/3] generate-cmdlist: avoid non-deterministic output
[PATCH 1/2] Git/Packet.pm: rename packet_required_key_val_read()
2017-11-22 5:10 UTC (8+ messages)
` [PATCH 2/2] Git/Packet.pm: use 'if' instead of 'unless'
[PATCH] defer expensive load_ref_decorations until needed
2017-11-22 5:03 UTC (2+ messages)
[PATCH] stash: Learn to parse -m/--message like commit does
2017-11-22 4:44 UTC (3+ messages)
` [PATCH] doc: prefer 'stash push' instead of 'stash save'
doc: prefer 'stash push' over 'stash save'
2017-11-22 4:39 UTC (3+ messages)
[RFC PATCH] builtin/worktree: enhance worktree removal
2017-11-22 4:37 UTC (7+ messages)
[PATCH v1 0/2] Add option to git log to choose which refs receive decoration
2017-11-22 4:18 UTC (3+ messages)
` [PATCH v2] log: add option to choose which refs to decorate
[PATCH] prune: add "--progress" to man page and usage msg
2017-11-22 3:29 UTC (2+ messages)
[PATCH v2] doc: Add missing "-n" (dry-run) option to reflog man page
2017-11-22 3:28 UTC (2+ messages)
[PATCH 0/5] avoiding pointless pack-directory re-scans
2017-11-22 3:17 UTC (13+ messages)
` [PATCH 1/5] p5550: factor our nonsense-pack creation
` [PATCH 5/5] sha1_file: don't re-scan pack directory for null sha1
[PATCH v3 00/33] Add directory rename detection to git
2017-11-22 2:44 UTC (37+ messages)
` [PATCH v3 01/33] Tighten and correct a few testcases for merging and cherry-picking
` [PATCH v3 02/33] merge-recursive: fix logic ordering issue
` [PATCH v3 03/33] merge-recursive: add explanation for src_entry and dst_entry
` [PATCH v3 04/33] directory rename detection: basic testcases
` [PATCH v3 05/33] directory rename detection: directory splitting testcases
` [PATCH v3 06/33] directory rename detection: testcases to avoid taking detection too far
` [PATCH v3 07/33] directory rename detection: partially renamed directory testcase/discussion
` [PATCH v3 08/33] directory rename detection: files/directories in the way of some renames
` [PATCH v3 09/33] directory rename detection: testcases checking which side did the rename
` [PATCH v3 10/33] directory rename detection: more involved edge/corner testcases
` [PATCH v3 11/33] directory rename detection: testcases exploring possibly suboptimal merges
` [PATCH v3 12/33] directory rename detection: miscellaneous testcases to complete coverage
` [PATCH v3 13/33] directory rename detection: tests for handling overwriting untracked files
` [PATCH v3 14/33] directory rename detection: tests for handling overwriting dirty files
` [PATCH v3 15/33] merge-recursive: move the get_renames() function
` [PATCH v3 16/33] merge-recursive: introduce new functions to handle rename logic
` [PATCH v3 17/33] merge-recursive: fix leaks of allocated renames and diff_filepairs
` [PATCH v3 18/33] merge-recursive: make !o->detect_rename codepath more obvious
` [PATCH v3 19/33] merge-recursive: split out code for determining diff_filepairs
` [PATCH v3 20/33] merge-recursive: add a new hashmap for storing directory renames
` [PATCH v3 21/33] merge-recursive: add get_directory_renames()
` [PATCH v3 22/33] merge-recursive: check for directory level conflicts
` [PATCH v3 23/33] merge-recursive: add a new hashmap for storing file collisions
` [PATCH v3 24/33] merge-recursive: add computation of collisions due to dir rename & merging
` [PATCH v3 25/33] merge-recursive: check for file level conflicts then get new name
` [PATCH v3 26/33] merge-recursive: when comparing files, don't include trees
` [PATCH v3 27/33] merge-recursive: apply necessary modifications for directory renames
` [PATCH v3 28/33] merge-recursive: avoid clobbering untracked files with "
` [PATCH v3 29/33] merge-recursive: fix overwriting dirty files involved in renames
` [PATCH v3 30/33] merge-recursive: fix remaining directory rename + dirty overwrite cases
` [PATCH v3 31/33] directory rename detection: new testcases showcasing a pair of bugs
` [PATCH v3 32/33] merge-recursive: avoid spurious rename/rename conflict from dir renames
` [PATCH v3 33/33] merge-recursive: ensure we write updates for directory-renamed file
[RFC PATCH] xdiff/xpatience: support anchoring a line
2017-11-22 2:27 UTC (3+ messages)
[PATCH] doc: remove explanation of "--" from man pages
2017-11-22 2:24 UTC (3+ messages)
[PATCH] rebase: rebasing can also be done when HEAD is detached
2017-11-22 2:13 UTC (2+ messages)
[PATCH v2 4/4] builtin/branch: strip refs/heads/ using skip_prefix
2017-11-22 2:09 UTC (6+ messages)
` [PATCH v3 "
core.safecrlf warning is confusing[improvement suggestion?]
2017-11-22 2:01 UTC (5+ messages)
[PATCH v3 0/8] Coping with unrecognized ssh wrapper scripts in GIT_SSH
2017-11-22 1:52 UTC (7+ messages)
` [PATCH 1/8] ssh test: make copy_ssh_wrapper_as clean up after itself
` [PATCH 1/8 v2] "
Draft of Git Rev News edition 33
2017-11-22 1:41 UTC (8+ messages)
t3512 & t3513 'unexpected passes'
2017-11-22 1:40 UTC (4+ messages)
[PATCH] git-send-email: fix get_maintainer.pl regression
2017-11-22 1:34 UTC (5+ messages)
[PATCH v2 1/3] checkout: factor out functions to new lib file
2017-11-22 1:20 UTC (7+ messages)
` [PATCH v3 0/3] make git worktree add dwim more
` [PATCH v3 3/3] worktree: make add <path> dwim
Documentation of post-receive hook
2017-11-22 1:14 UTC (7+ messages)
[PATCH] recursive submodules: detach HEAD from new state
2017-11-22 0:54 UTC (10+ messages)
[PATCH] list-objects-filter-options: fix up some sparse warnings
2017-11-22 0:23 UTC (5+ messages)
[PATCH 0/6] show non-empty lines before functions with diff/grep -W
2017-11-21 23:35 UTC (5+ messages)
` [PATCH 6/6] grep: show non-empty lines before functions with -W
stash: learn to parse -m/--message like commit does
2017-11-21 23:22 UTC (3+ messages)
[PATCH v2] gitcli: tweak "man gitcli" for clarity
2017-11-21 22:12 UTC (5+ messages)
[PATCH] Tests: clean up submodule recursive helpers
2017-11-21 22:12 UTC
bash script to pull in branch B the changes from parent branch A
2017-11-21 21:42 UTC (2+ messages)
[PATCH] gitcli: tweak "man gitcli" for clarity
2017-11-21 21:25 UTC (3+ messages)
pedantry: is there a standard for what should be in the SYNOPSIS?
2017-11-21 21:16 UTC (3+ messages)
[PATCH v5 00/14] Parial clone part 3: clone, fetch, fetch-pack, upload-pack, and tests
2017-11-21 21:15 UTC (15+ messages)
` [PATCH v5 01/14] upload-pack: add object filtering for partial clone
` [PATCH v5 02/14] clone, fetch-pack, index-pack, transport: "
` [PATCH v5 03/14] fetch: refactor calculation of remote list
` [PATCH v5 04/14] fetch: add object filtering for partial fetch
` [PATCH v5 05/14] remote-curl: add object filtering for partial clone
` [PATCH v5 06/14] pack-objects: test support for blob filtering
` [PATCH v5 07/14] fetch-pack: test support excluding large blobs
` [PATCH v5 08/14] partial-clone: define partial clone settings in config
` [PATCH v5 09/14] fetch: add from_promisor and exclude-promisor-objects parameters
` [PATCH v5 10/14] t5500: add fetch-pack tests for partial clone
` [PATCH v5 11/14] t5601: test "
` [PATCH v5 12/14] t5500: more tests for partial clone and fetch
` [PATCH v5 13/14] unpack-trees: batch fetching of missing blobs
` [PATCH v5 14/14] fetch-pack: restore save_commit_buffer after use
[PATCH v4 00/15] Parial clone part 3: clone, fetch, fetch-pack, upload-pack, and tests
2017-11-21 20:46 UTC (3+ messages)
some apparent inaccuracies in "man git-worktree"
2017-11-21 19:44 UTC (4+ messages)
[PATCH] notes: correct 'git notes prune' options to '[-n] [-v]'
2017-11-21 19:25 UTC (2+ messages)
[PATCH] notes: fix erroneous "git notes prune [-n | -v]" message
2017-11-21 18:38 UTC (4+ messages)
cherry-pick very slow on big repository
2017-11-21 17:14 UTC (10+ messages)
[PATCH] bash completion: Add --autostash and --no-autostash to pull
2017-11-21 14:39 UTC (3+ messages)
[PATCH] bash completion: Add --autostash and --no-autostash to pull
2017-11-21 14:39 UTC
[PATCH] doc: Add missing "-n" (dry-run) option to reflog man page
2017-11-21 11:28 UTC
[PATCH] sequencer: make sign_off_header a file local symbol
2017-11-21 10:52 UTC (3+ messages)
[PATCH] git-pull: Pass -4/-6 option to git-fetch
2017-11-21 8:03 UTC (2+ messages)
What's cooking in git.git (Nov 2017, #06; Tue, 21)
2017-11-21 5:40 UTC
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).