messages from 2017-10-27 15:06:47 to 2017-10-30 16:24:22 UTC [more...]
[PATCH v16 1/6] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
2017-10-30 16:24 UTC (17+ messages)
` [PATCH v16 Part II 1/8] bisect--helper: `bisect_reset` shell function in C
` [PATCH v16 Part II 3/8] wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()
` [PATCH v16 Part II 2/8] bisect--helper: `bisect_write` shell function in C
` [PATCH v16 Part II 8/8] t6030: make various test to pass GETTEXT_POISON tests
` [PATCH v16 Part II 4/8] bisect--helper: `check_and_set_terms` shell function in C
` [PATCH v16 Part II 6/8] bisect--helper: `get_terms` & `bisect_terms` "
` [PATCH v16 Part II 5/8] bisect--helper: `bisect_next_check` "
[PATCH v2 0/4] Hash Abstraction
2017-10-30 16:14 UTC (15+ messages)
` [PATCH v2 1/4] setup: expose enumerated repo info
` [PATCH v2 2/4] Add structure representing hash algorithm
` [PATCH v2 3/4] Integrate hash algorithm support with repo setup
` [PATCH v2 4/4] Switch empty tree and blob lookups to use hash abstraction
A note from the maintainer
2017-10-30 12:50 UTC (2+ messages)
[PATCH v1] read_index_from(): Skip verification of the cache entry order to speed index loading
2017-10-30 12:48 UTC (3+ messages)
` [PATCH v2] "
[PATCH] rebase: exec leaks GIT_DIR to environment
2017-10-30 12:46 UTC (11+ messages)
[PATCH] 2.15.0.txt: fixed a typo
2017-10-30 12:47 UTC
What's cooking in git.git (Oct 2017, #07; Mon, 30)
2017-10-30 12:40 UTC (2+ messages)
[PATCH v3] 0/4 fsmonitor fixes
2017-10-30 12:38 UTC (7+ messages)
` [PATCH v3 1/4] fsmonitor: Set the PWD to the top of the working tree
` [PATCH v3 2/4] fsmonitor: Don't bother pretty-printing JSON from watchman
` [PATCH v3 3/4] fsmonitor: Document GIT_TRACE_FSMONITOR
` [PATCH v3 4/4] fsmonitor: Delay updating state until after split index is merged
[PATCH v2 0/9] protocol transition
2017-10-30 12:37 UTC (12+ messages)
` [PATCH v3 00/10] "
` [PATCH v3 10/10] ssh: introduce a 'simple' ssh variant
` [PATCH 0/5] Coping with unrecognized ssh wrapper scripts in GIT_SSH
` [PATCH 3/5] ssh: 'auto' variant to select between 'ssh' and 'simple'
[PATCH 0/6] Create Git/Packet.pm
2017-10-30 12:37 UTC (14+ messages)
` [PATCH 4/6] t0021/rot13-filter: add packet_initialize()
[PATCH 0/2] Convert SubmittingPatches to AsciiDoc
2017-10-30 12:35 UTC (5+ messages)
` [PATCH 1/2] Documentation: enable compat-mode for Asciidoctor
` [PATCH 2/2] Documentation: convert SubmittingPatches to AsciiDoc
[PATCH] remote-mediawiki: limit filenames to legal
2017-10-30 12:31 UTC (6+ messages)
` [PATCH v2] "
` (no subject)
` [PATCH v3] remote-mediawiki: limit filenames to legal
future of the mediawiki extension?
2017-10-30 12:28 UTC (3+ messages)
[PATCH 0/4] WIP: git-remote-media wiki namespace support
2017-10-30 12:20 UTC (29+ messages)
` [PATCH 1/4] remote-mediawiki: add "
` [PATCH v2 0/7] "
` [PATCH 1/7] "
` [PATCH 2/7] remote-mediawiki: allow fetching namespaces with spaces
` [PATCH 3/7] remote-mediawiki: show known namespace choices on failure
` [PATCH 4/7] remote-mediawiki: skip virtual namespaces
` [PATCH 5/7] remote-mediawiki: support fetching from (Main) namespace
` [PATCH 6/7] remote-mediawiki: process namespaces in order
` [PATCH 7/7] remote-mediawiki: show progress while fetching namespaces
` [PATCH 2/4] remote-mediawiki: allow fetching namespaces with spaces
` [PATCH 3/4] remote-mediawiki: show known namespace choices on failure
` [PATCH 4/4] remote-mediawiki: allow using (Main) as a namespace and skip special namespaces
[ANNOUNCE] Git for Windows 2.15.0
2017-10-30 11:29 UTC
[PATCH] merge-recursive: check GIT_MERGE_VERBOSITY only once
2017-10-30 7:42 UTC (13+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
[ANNOUNCE] Git v2.15.0
2017-10-30 6:19 UTC
How to re-merge paths differently?
2017-10-30 5:02 UTC (4+ messages)
[PATCH 0/7] Tidy up the constants related to ref_update::flags
2017-10-30 4:56 UTC (10+ messages)
` [PATCH 1/7] files_transaction_prepare(): don't leak flags to packed transaction
` [PATCH 2/7] prune_ref(): call `ref_transaction_add_update()` directly
` [PATCH 3/7] ref_transaction_update(): die on disallowed flags
` [PATCH 4/7] ref_transaction_add_update(): remove a check
` [PATCH 5/7] refs: tidy up and adjust visibility of the `ref_update` flags
` [PATCH 6/7] refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`
` [PATCH 7/7] refs: rename constant `REF_ISPRUNING` to `REF_IS_PRUNING`
[PATCH v2 0/2] Avoid rewriting "packed-refs" unnecessarily
2017-10-30 4:52 UTC (4+ messages)
` [PATCH v2 1/2] t1409: check that `packed-refs` is not rewritten unnecessarily
` [PATCH v2 2/2] files-backend: don't rewrite the `packed-refs` file unnecessarily
git rm VERY slow for directories with many files
2017-10-30 1:36 UTC (6+ messages)
What's cooking in git.git (Oct 2017, #06; Fri, 27)
2017-10-30 1:27 UTC (7+ messages)
Wildcards with git rm
2017-10-30 0:58 UTC (2+ messages)
[PATCH 0/3] convert diff flags to be stored in a struct
2017-10-30 0:29 UTC (9+ messages)
` [PATCH 1/3] add: use DIFF_OPT_SET macro to set a diff flag
` [PATCH 2/3] reset: "
` [PATCH 3/3] diff: convert flags to be stored in bitfields
[PATCH 0/2] Fix an error-handling path when locking refs
2017-10-29 16:12 UTC (9+ messages)
` [PATCH 1/2] t1404: add a bunch of tests of D/F conflicts
[PATCH] diff: --indent-heuristic is no longer experimental
2017-10-29 15:12 UTC
[PATCH v2 0/4] fsmonitor fixes
2017-10-29 12:31 UTC (8+ messages)
` [PATCH v2 1/4] fsmonitor: Set the PWD to the top of the working tree
[RFC PATCH 0/3] git-describe <blob> ?
2017-10-29 12:07 UTC (16+ messages)
` [PATCH 1/3] list-objects.c: factor out traverse_trees_and_blobs
` [PATCH 2/3] revision.h: introduce blob/tree walking in order of the commits
` [PATCH 3/3] builtin/describe: describe blobs
[GIT PULL] l10n updates for 2.15.0 round 2 with Catalan updates
2017-10-29 2:25 UTC
[RFC] protocol version 2
2017-10-28 22:57 UTC (2+ messages)
[PATCH] tag: add tag.gpgSign config option to force all tags be GPG-signed
2017-10-28 17:17 UTC (5+ messages)
[BUG] Incosistent repository state when trying to rename HEAD in the middle of a rebase
2017-10-28 16:58 UTC
[ANNOUNCE] Git v2.15.0-rc2
2017-10-28 16:56 UTC (6+ messages)
` Git for Windows v2.15.0-rc prerelease, was "
` [git-for-windows] "
[PATCH] cherry-pick: add --keep-existing-origin option
2017-10-28 15:45 UTC
Rules for backup discussion
2017-10-28 14:27 UTC (2+ messages)
[PATCH] cherry-pick: add --keep-existing-origin option
2017-10-28 14:21 UTC (2+ messages)
grep vs git grep performance?
2017-10-28 7:45 UTC (8+ messages)
[PATCH 0/2] Avoid rewriting "packed-refs" unnecessarily
2017-10-28 4:11 UTC (3+ messages)
[PATCHv2 0/2] (x)diff cleanup: remove duplicate code
2017-10-27 17:15 UTC (6+ messages)
` [PATCHv3 "
` [PATCH 1/2] xdiff-interface: export comparing and hashing strings
Consequences of CRLF in index?
2017-10-27 17:07 UTC (16+ messages)
` Re* "
` [PATCH 0/2] "
` [PATCH 1/2] xdiff/xdiff.h: remove unused flags
` [PATCH 2/2] xdiff/xdiffi.c: remove unneeded function declarations
[PATCH] diff: fix lstat() error handling in diff_populate_filespec()
2017-10-27 16:58 UTC (3+ messages)
[Bug Report] [includeIf] does not parse case insensitive -> case sensitive symlink gitdir
2017-10-27 15:33 UTC (2+ messages)
[PATCH 0/4] fsmonitor fixes
2017-10-27 15:13 UTC (10+ messages)
` [PATCH 1/4] fsmonitor: Watch, and ask about, the top of the repo, not the CWD
` [PATCH 2/4] fsmonitor: Don't bother pretty-printing JSON from watchman
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).