messages from 2019-06-15 02:11:06 to 2019-06-19 09:12:43 UTC [more...]
[PATCH] xdiff: avoid accidental redefinition of LFS feature in OpenIndiana
2019-06-19 9:12 UTC (6+ messages)
` [PATCH 0/2] a few more redundant system include cleanups
` [PATCH 1/2] verify-tag: drop signal.h include
` [PATCH 2/2] wt-status.h: drop stdio.h include
[PATCH 00/17] Fix MSVC support, at long last
2019-06-19 8:35 UTC (26+ messages)
` [PATCH 01/17] Mark .bat files as requiring CR/LF endings
` [PATCH 02/17] t0001 (mingw): do not expect a specific order of stdout/stderr
` [PATCH 03/17] cache-tree.c: avoid reusing the DEBUG constant
` [PATCH 04/17] obstack: fix compiler warning
` [PATCH 05/17] mingw: replace mingw_startup() hack
` [PATCH 06/17] msvc: fix dependencies of compat/msvc.c
` [PATCH 07/17] msvc: include sigset_t definition
` [PATCH 09/17] msvc: mark a variable as non-const
` [PATCH 08/17] msvc: define O_ACCMODE
` [PATCH 10/17] msvc: do not re-declare the timespec struct
` [PATCH 11/17] msvc: define ftello()
` [PATCH 12/17] msvc: fix detect_msys_tty()
` [PATCH 13/17] msvc: support building Git using MS Visual C++
` [PATCH 14/17] msvc: add pragmas for common warnings
` [PATCH 15/17] msvc: do not pretend to support all signals
` [PATCH 16/17] msvc: avoid debug assertion windows in Debug Mode
` [PATCH 17/17] msvc: ignore .dll and incremental compile output
[PATCH] documentation: add tutorial for revision walking
2019-06-19 8:13 UTC (12+ messages)
` [RFC PATCH 00/13] example implementation of revwalk tutorial
` [RFC PATCH 11/13] walken: add filtered object walk
[RFC PATCH] userdiff: ship built-in driver config file
2019-06-19 6:30 UTC (6+ messages)
[GSoC][PATCH v6 00/10] clone: dir-iterator refactoring with tests
2019-06-19 4:36 UTC (13+ messages)
` [GSoC][PATCH v7 "
` [GSoC][PATCH v7 01/10] clone: test for our behavior on odd objects/* content
` [GSoC][PATCH v7 02/10] clone: better handle symlinked files at .git/objects/
` [GSoC][PATCH v7 03/10] dir-iterator: add tests for dir-iterator API
` [GSoC][PATCH v7 04/10] dir-iterator: use warning_errno when possible
` [GSoC][PATCH v7 05/10] dir-iterator: refactor state machine model
` [GSoC][PATCH v7 06/10] dir-iterator: add flags parameter to dir_iterator_begin
` [GSoC][PATCH v7 07/10] clone: copy hidden paths at local clone
` [GSoC][PATCH v7 08/10] clone: extract function from copy_or_link_directory
` [GSoC][PATCH v7 09/10] clone: use dir-iterator to avoid explicit dir traversal
` [GSoC][PATCH v7 10/10] clone: replace strcmp by fspathcmp
'git interpret-trailers' is tripped by comment characters other than '#'
2019-06-19 3:37 UTC (10+ messages)
` [PATCH] interpret-trailers: load default config
[PATCH v2 00/10] Hash-independent tests, part 4
2019-06-18 23:03 UTC (18+ messages)
` [PATCH v2 01/10] t: add helper to convert object IDs to paths
` [PATCH v2 02/10] t1410: make hash size independent
` [PATCH v2 03/10] t1450: "
` [PATCH v2 04/10] t5000: make hash independent
` [PATCH v2 05/10] t6030: make test work with SHA-256
` [PATCH v2 06/10] t0027: make hash size independent
` [PATCH v2 07/10] t0090: make test pass with SHA-256
` [PATCH v2 08/10] t1007: remove SHA1 prerequisites
` [PATCH v2 09/10] t1710: make hash independent
` [PATCH v2 10/10] t2203: avoid hard-coded object ID values
[RFC PATCH] ref-filter: sort detached HEAD lines firstly
2019-06-18 22:29 UTC (3+ messages)
` [PATCH v3 0/1] Sort detached heads line firstly
` [PATCH v3 1/1] ref-filter: sort detached HEAD lines firstly
[PATCH v3] rev-list: teach --no-object-names to enable piping
2019-06-18 22:29 UTC (4+ messages)
` [PATCH v4] "
[PATCH 0/3] fetch: add --[no-]show-forced-updates
2019-06-18 20:25 UTC (4+ messages)
` [PATCH 1/3] fetch: add --[no-]show-forced-updates argument
` [PATCH 2/3] fetch: warn about forced updates in branch listing
` [PATCH 3/3] pull: add --[no-]show-forced-updates passthrough
[PATCH v2 0/9] Filter combination
2019-06-18 20:22 UTC (6+ messages)
` [PATCH v4 00/10] "
` [PATCH v4 04/10] list-objects-filter: implement composite filters
[PATCH 0/3] git-status: create config for ahead/behind calculation
2019-06-18 20:21 UTC (4+ messages)
` [PATCH 1/3] status: add status.aheadbehind setting
` [PATCH 2/3] status: warn when a/b calculation takes too long
` [PATCH 3/3] status: ignore status.aheadbehind in porcelain formats
[PATCH v5 00/16] Commit-graph: Write incremental files
2019-06-18 18:14 UTC (23+ messages)
` [PATCH] commit-graph: normalize commit-graph filenames
` [PATCH v2] "
` [PATCH v6 00/18] Commit-graph: Write incremental files
` [PATCH v6 01/18] commit-graph: document commit-graph chains
` [PATCH v6 03/18] commit-graph: rename commit_compare to oid_compare
` [PATCH v6 02/18] commit-graph: prepare for commit-graph chains
` [PATCH v6 04/18] commit-graph: load "
` [PATCH v6 05/18] commit-graph: add base graphs chunk
` [PATCH v6 07/18] commit-graph: write commit-graph chains
` [PATCH v6 06/18] commit-graph: rearrange chunk count logic
` [PATCH v6 08/18] commit-graph: add --split option to builtin
` [PATCH v6 09/18] commit-graph: merge commit-graph chains
` [PATCH v6 10/18] commit-graph: allow cross-alternate chains
` [PATCH v6 11/18] commit-graph: expire commit-graph files
` [PATCH v6 12/18] commit-graph: create options for split files
` [PATCH v6 13/18] commit-graph: verify chains with --shallow mode
` [PATCH v6 14/18] commit-graph: clean up chains after flattened write
` [PATCH v6 15/18] commit-graph: test octopus merges with --split
` [PATCH v6 16/18] commit-graph: test --split across alternate without --split
` [PATCH v6 18/18] commit-graph: test verify across alternates
` [PATCH v6 17/18] commit-graph: normalize commit-graph filenames
[PATCH] fetch-pack: support negotiation tip whitelist
2019-06-18 17:30 UTC (4+ messages)
` [PATCH v4] "
windows: error cannot lock ref ... unable to create lock
2019-06-18 17:19 UTC (4+ messages)
GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!
2019-06-18 17:15 UTC (10+ messages)
[GSoC][PATCH 0/3] Teach cherry-pick/revert to skip commits
2019-06-18 17:06 UTC (15+ messages)
` [GSoC][PATCH v4 0/4] "
` [GSoC][PATCH v4 1/4] sequencer: add advice for revert
` [GSoC][PATCH v4 2/4] sequencer: rename reset_for_rollback to reset_merge
` [GSoC][PATCH v4 3/4] cherry-pick/revert: add --skip option
` [GSoC][PATCH v4 4/4] cherry-pick/revert: advise using --skip
` [GSoC][PATCH v5 0/5] Teach cherry-pick/revert to skip commits
` [GSoC][PATCH v5 1/5] sequencer: add advice for revert
` [GSoC][PATCH v5 2/5] sequencer: rename reset_for_rollback to reset_merge
` [GSoC][PATCH v5 3/5] sequencer: use argv_array in reset_merge
` [GSoC][PATCH v5 4/5] cherry-pick/revert: add --skip option
` [GSoC][PATCH v5 5/5] cherry-pick/revert: advise using --skip
[PATCH 0/1] submodule foreach: fix recursion of options
2019-06-18 15:15 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 1/1] "
What's cooking in git.git (Jun 2019, #04; Fri, 14)
2019-06-18 13:36 UTC (9+ messages)
` js/gcc-8-and-9, was "
` pw/rebase-abort-clean-rewritten, "
` sg/rebase-progress, "
` ds/commit-graph-incremental (was Re: What's cooking in git.git (Jun 2019, #04; Fri, 14))
Should sparse checkout be extended to clone, fetch, commit, and merge?
2019-06-18 4:25 UTC
[PATCH] show --continue/skip etc. consistently in synopsis
2019-06-17 22:35 UTC (7+ messages)
` [PATCH v2] "
Deadname rewriting
2019-06-17 22:33 UTC (5+ messages)
[PATCH] rebase: fix garbled progress display with '-x'
2019-06-17 19:25 UTC (11+ messages)
` [PATCH v2 0/4] rebase/progress: add and use term_clear_line()
` [PATCH v2 3/4] rebase: fix garbled progress display with '-x'
[PATCH 0/4] Support building with GCC v8.x/v9.x
2019-06-17 18:36 UTC (17+ messages)
` [PATCH 2/4] kwset: allow building with GCC 8
` [RFC/PATCH v1 0/4] compat/obstack: update from upstream
` Can we just get rid of kwset & obstack in favor of optimistically using PCRE v2 JIT?
` [PATCH 4/4] config: avoid calling `labs()` on too-large data type
[PATCH v8 7/9] blame: add a fingerprint heuristic to match ignored lines
2019-06-17 15:03 UTC (3+ messages)
` [PATCH] t8014: avoid git command in upstream pipe
[PATCH] fsmonitor: avoid signed integer overflow / infinite loop
2019-06-17 7:25 UTC (3+ messages)
`git stash <command> <n>` stopped working in 2.22.0
2019-06-17 6:03 UTC (4+ messages)
` [PATCH] stash: fix show referencing stash index
[PATCH 1/2] coccinelle: use COPY_ARRAY for copying arrays
2019-06-17 1:14 UTC (3+ messages)
` [PATCH 2/2] "
commit sized around 100 gb in changes failed to push to a TFS remote - Git
2019-06-16 22:49 UTC (2+ messages)
[PATCH] Use an intermediate file between between git blame and sed to avoid git blame's exit code being hidden
2019-06-16 22:41 UTC (4+ messages)
[PATCH] wrapper: avoid UB in macOS
2019-06-16 18:40 UTC
[GSoC][PATCH v3 2/3] cherry-pick/revert: add --skip option
2019-06-16 7:03 UTC (2+ messages)
[PATCH] test: completion: tests for __gitcomp regression
2019-06-16 1:32 UTC (9+ messages)
` [PATCH] completion: do not cache if --git-completion-helper fails
[PATCH v4 0/4] Test oidmap
2019-06-15 10:07 UTC (5+ messages)
` [PATCH v4 1/4] t/helper: add test-oidmap.c
` [PATCH v4 2/4] t: add t0016-oidmap.sh
` [PATCH v4 3/4] oidmap: use sha1hash() instead of static hash() function
` [PATCH v4 4/4] test-hashmap: remove 'hash' command
rev-parse --is-bare-repository incorrect when work tree is set
2019-06-15 8:56 UTC (2+ 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).