messages from 2018-01-03 03:05:54 to 2018-01-04 23:58:04 UTC [more...]
Rewrite cat-file.c : need help to find a bug
2018-01-04 23:57 UTC (5+ messages)
[PATCH 0/4] Git removes existing folder when cancelling clone
2018-01-04 23:54 UTC (6+ messages)
` [PATCH 3/4] clone: factor out dir_exists() helper
` [PATCH 4/4] clone: do not clean up directories we didn't create
Bug report: git clone with dest
2018-01-04 23:20 UTC (5+ messages)
[PATCH v3 0/5] Add --no-ahead-behind to status
2018-01-04 23:06 UTC (9+ messages)
` [PATCH v3 1/5] stat_tracking_info: return +1 when branches not equal
` [PATCH v3 2/5] status: add --[no-]ahead-behind to status and commit for V2 format
` [PATCH v3 3/5] status: update short status to respect --no-ahead-behind
` [PATCH v3 4/5] status: support --no-ahead-behind in long format
` [PATCH v3 5/5] status: add status.aheadBehind value for porcelain output
[PATCH v2 0/6] Minor fsmonitor bugfixes, use with `git diff`
2018-01-04 23:03 UTC (10+ messages)
` [PATCH 1/6] Fix comments to agree with argument name
` [PATCH 3/6] fsmonitor: Update helper tool, now that flags are filled later
` [PATCH 2/6] fsmonitor: Stop inline'ing mark_fsmonitor_valid / _invalid
` [PATCH 4/6] fsmonitor: Make output of test-dump-fsmonitor more concise
` [PATCH 6/6] fsmonitor: Use fsmonitor data in `git diff`
[PATCH 0/5] pickaxe refactorings and a new mode to find blobs (WAS: diffcore: add a pickaxe option to find a specific blob)
2018-01-04 22:50 UTC (15+ messages)
` [PATCH 1/5] diff.h: Make pickaxe_opts an unsigned bit field
` [PATCH 3/5] diff: introduce DIFF_PICKAXE_KINDS_MASK
` [PATCH 5/5] diff: properly error out when combining multiple pickaxe options
` [PATCHv2 0/6] pickaxe refactorings and a new mode to find blobs (WAS: diffcore: add a pickaxe option to find a specific blob)
` [PATCHv2 1/6] diff.h: Make pickaxe_opts an unsigned bit field
` [PATCHv2 2/6] diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bit
` [PATCHv2 3/6] diff: introduce DIFF_PICKAXE_KINDS_MASK
` [PATCHv2 4/6] diffcore: add a pickaxe option to find a specific blob
` [PATCHv2 5/6] diff: properly error out when combining multiple pickaxe options
` [PATCHv2 6/6] diff: use HAS_MULTI_BITS instead of counting bits manually
[RFC PATCH 0/4] blame: (dim rep. metadata lines or fields, decay date coloring)
2018-01-04 22:40 UTC (6+ messages)
` [PATCHv3 "
` [PATCHv3 1/4] color.h: document and modernize header
` [PATCHv3 2/4] builtin/blame: dim uninteresting metadata
` [PATCHv3 3/4] builtin/blame: add option to color metadata fields separately
` [PATCHv3 4/4] builtin/blame: highlight recently changed lines
[RFC PATCH 1/2] add a local copy of Mail::Address from CPAN
2018-01-04 22:11 UTC (4+ messages)
` [RFC PATCH 2/2] Remove now useless email-address parsing code
[PATCHv2 0/4] blame: (dim rep. metadata lines or fields, decay date coloring)
2018-01-04 22:10 UTC (7+ messages)
` [PATCH 1/4] color.h: document and modernize header
` [PATCH 2/4] builtin/blame: dim uninteresting metadata
Previous hunk in different file during add --patch
2018-01-04 21:59 UTC
[ANNOUNCE] Git v2.16.0-rc0
2018-01-04 21:35 UTC (11+ messages)
[PATCH] rebase -p: fix quoting when calling `git merge`
2018-01-04 21:31 UTC
[PATCH v5 13/34] directory rename detection: tests for handling overwriting untracked files
2018-01-04 21:10 UTC (3+ messages)
Fwd: Unknown option for merge-recursive: -X'diff-algorithm=patience'
2018-01-04 21:02 UTC (5+ messages)
Test failure for v2.16.0-rc0 on cygwin
2018-01-04 20:55 UTC (6+ messages)
[PATCH 00/40] Promisor remotes and external ODB support
2018-01-04 20:54 UTC (46+ messages)
` [PATCH 01/40] Add initial external odb support
` [PATCH 02/40] Add GIT_NO_EXTERNAL_ODB env variable
` [PATCH 03/40] external-odb: add has_external_odb()
` [PATCH 04/40] fsck: introduce promisor objects
` [PATCH 05/40] fsck: support refs pointing to "
` [PATCH 06/40] fsck: support referenced "
` [PATCH 07/40] fsck: support promisor objects as CLI argument
` [PATCH 08/40] index-pack: refactor writing of .keep files
` [PATCH 09/40] introduce fetch-object: fetch one promisor object
` [PATCH 10/40] external-odb: implement external_odb_get_direct
` [PATCH 11/40] sha1_file: support lazily fetching missing objects
` [PATCH 12/40] rev-list: support termination at promisor objects
` [PATCH 13/40] gc: do not repack promisor packfiles
` [PATCH 14/40] sha1_file: prepare for external odbs
` [PATCH 15/40] external-odb: add script mode support
` [PATCH 16/40] odb-helper: add 'enum odb_helper_type'
` [PATCH 17/40] odb-helper: add odb_helper_init() to send 'init' instruction
` [PATCH 18/40] t0400: add 'put_raw_obj' instruction to odb-helper script
` [PATCH 19/40] external odb: add 'put_raw_obj' support
` [PATCH 20/40] external-odb: accept only blobs for now
` [PATCH 21/40] t0400: add test for external odb write support
` [PATCH 22/40] Add t0410 to test external ODB transfer
` [PATCH 23/40] lib-httpd: pass config file to start_httpd()
` [PATCH 24/40] lib-httpd: add upload.sh
` [PATCH 25/40] lib-httpd: add list.sh
` [PATCH 26/40] lib-httpd: add apache-e-odb.conf
` [PATCH 27/40] odb-helper: add odb_helper_get_raw_object()
` [PATCH 28/40] pack-objects: don't pack objects in external odbs
` [PATCH 29/40] Add t0420 to test transfer to HTTP external odb
` [PATCH 30/40] external-odb: add 'get_direct' support
` [PATCH 31/40] odb-helper: add 'script_mode' to 'struct odb_helper'
` [PATCH 32/40] odb-helper: add init_object_process()
` [PATCH 33/40] Add t0450 to test 'get_direct' mechanism
` [PATCH 34/40] Add t0460 to test passing git objects
` [PATCH 35/40] odb-helper: add put_object_process()
` [PATCH 36/40] Add t0470 to test passing raw objects
` [PATCH 37/40] odb-helper: add have_object_process()
` [PATCH 38/40] Add t0480 to test "have" capability and raw objects
` [PATCH 39/40] external-odb: use 'odb=magic' attribute to mark odb blobs
` [PATCH 40/40] Add Documentation/technical/external-odb.txt
Bug/feature request: Can’t disable fsck warnings during clone
2018-01-04 20:28 UTC (2+ messages)
[PATCH 0/3] fixes for split index mode
2018-01-04 20:13 UTC (9+ messages)
` [PATCH v2 "
` [PATCH v2 2/3] prune: fix pruning with multiple worktrees and split index
` [PATCH v2 3/3] travis: run tests with GIT_TEST_SPLIT_INDEX
Bring together merge and rebase
2018-01-04 20:06 UTC (16+ messages)
[PATCH 0/6] increase wildmatch test coverage
2018-01-04 19:26 UTC (15+ messages)
` [PATCH v2 7/7] wildmatch test: create & test files on disk in addition to in-memory
` [PATCH v4 0/7] increase wildmatch test coverage
` [PATCH v4 1/7] wildmatch test: indent with tabs, not spaces
` [PATCH v4 2/7] wildmatch test: use more standard shell style
` [PATCH v4 3/7] wildmatch test: don't try to vertically align our output
` [PATCH v4 4/7] wildmatch test: use a paranoia pattern from nul_match()
` [PATCH v4 5/7] wildmatch test: remove dead fnmatch() test code
` [PATCH v4 6/7] wildmatch test: perform all tests under all wildmatch() modes
` [PATCH v4 7/7] wildmatch test: create & test files on disk in addition to in-memory
[PATCH v2 0/5] Add --no-ahead-behind to status
2018-01-04 19:26 UTC (7+ messages)
` [PATCH v2 1/5] core.aheadbehind: add new config setting
Misleading documentation for git-diff-files (diff-filter)
2018-01-04 19:11 UTC (6+ messages)
[RFC/PATCH] connect: add GIT_SSH_{SEND,RECEIVE}{,_COMMAND} env variables
2018-01-04 19:06 UTC (8+ messages)
[PATCH] doc/SubmittingPatches: improve text formatting
2018-01-04 19:00 UTC (3+ messages)
[PATCH] perf: amend the grep tests to test grep.threads
2018-01-04 18:40 UTC (2+ messages)
[PATCH v2 0/2] When DC_SHA1 was made the default we missed a spot
2018-01-04 18:30 UTC (4+ messages)
` [PATCH v2 2/2] Windows: stop supplying BLK_SHA1=YesPlease by default
[PATCH] git-archive: accept --owner and --group like GNU tar
2018-01-04 18:22 UTC (9+ messages)
[PATCH 0/2] When DC_SHA1 was made the default we missed a spot
2018-01-04 17:35 UTC (5+ messages)
` [PATCH 2/2] Windows: stop supplying BLK_SHA1=YesPlease by default
[PATCH] utf8.c: mark utf{16,32}_{be,le}_bom symbols static
2018-01-04 17:20 UTC
[PATCH 00/26] protocol version 2
2018-01-04 1:23 UTC (16+ messages)
` [PATCH 01/26] pkt-line: introduce packet_read_with_status
` [PATCH 04/26] upload-pack: convert to a builtin
` [PATCH 05/26] upload-pack: factor out processing lines
` [PATCH 06/26] transport: use get_refs_via_connect to get refs
` [PATCH 12/26] ls-refs: introduce ls-refs server command
` [PATCH 19/26] upload-pack: introduce fetch "
` [PATCH 20/26] fetch-pack: perform a fetch using v2
[PATCH 0/2] Several fixes for the test suite related to spaces in filenames
2018-01-04 0:22 UTC (5+ messages)
` [PATCH 1/2] Allow the test suite to pass in a directory whose name contains spaces
` [PATCH 2/2] t0302 & t3900: add forgotten quotes
[PATCH v5 00/34] Add directory rename detection to git
2018-01-03 22:23 UTC (5+ messages)
[PATCHv2 4/5] unpack-trees: oneway_merge to update submodules
2018-01-03 21:16 UTC (4+ messages)
` [PATCHv3 0/5] Fix --recurse-submodules for submodule worktree changes
[PATCH] dir.c: avoid stat() in valid_cached_dir()
2018-01-03 20:49 UTC (7+ messages)
` [PATCH v2 0/5] untracked cache bug fixes
` [PATCH v2 1/5] status: add a failing test showing a core.untrackedCache bug
` [PATCH v2 2/5] dir.c: avoid stat() in valid_cached_dir()
` [PATCH v2 3/5] dir.c: fix missing dir invalidation in untracked code
` [PATCH v2 4/5] update-index doc: note a fixed bug in the untracked cache
` [PATCH v2 5/5] dir.c: stop ignoring opendir() error in open_cached_dir()
[PATCH v1] convert: add support for 'encoding' attribute
2018-01-03 20:45 UTC (6+ messages)
[PATCH] Add shell completion for git remote rm
2018-01-03 19:24 UTC (6+ messages)
[BUG] v2.16.0-rc0 seg faults when git bisect skip
2018-01-03 18:48 UTC (4+ messages)
` [PATCH] bisect: fix a regression causing a segfault
[PATCH] http: fix v1 protocol tests with apache httpd < 2.4
2018-01-03 16:21 UTC (6+ messages)
What's cooking in git.git (Dec 2017, #05; Wed, 27)
2018-01-03 9:57 UTC (3+ messages)
[PATCH 0/2] Travis CI: check unignored build artifacts
2018-01-03 9:45 UTC (5+ messages)
` [PATCH 2/2] travis-ci: check that all build artifacts are .gitignore-d
[PATCH 1/5] convert_to_git(): checksafe becomes an integer
2018-01-03 9:37 UTC (5+ messages)
` [PATCH v3 1/1] convert_to_git(): checksafe becomes int conv_flags
[PATCH v2] run-command: add hint when a hook is ignored
2018-01-03 8:31 UTC (5+ messages)
` [PATCH v3] "
[PATCH v5 04/34] directory rename detection: basic testcases
2018-01-03 3:43 UTC (3+ messages)
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).