messages from 2019-06-14 03:46:10 to 2019-06-18 14:31:52 UTC [more...]
GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!
2019-06-18 14:31 UTC (9+ messages)
[PATCH] fetch-pack: support negotiation tip whitelist
2019-06-18 13:36 UTC (3+ messages)
` [PATCH v4] "
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))
[PATCH 00/17] Fix MSVC support, at long last
2019-06-18 12:24 UTC (18+ messages)
` [PATCH 01/17] Mark .bat files as requiring CR/LF endings
` [PATCH 03/17] cache-tree.c: avoid reusing the DEBUG constant
` [PATCH 02/17] t0001 (mingw): do not expect a specific order of stdout/stderr
` [PATCH 04/17] obstack: fix compiler warning
` [PATCH 06/17] msvc: fix dependencies of compat/msvc.c
` [PATCH 05/17] mingw: replace mingw_startup() hack
` [PATCH 07/17] msvc: include sigset_t definition
` [PATCH 08/17] msvc: define O_ACCMODE
` [PATCH 09/17] msvc: mark a variable as non-const
` [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 15/17] msvc: do not pretend to support all signals
` [PATCH 14/17] msvc: add pragmas for common warnings
` [PATCH 16/17] msvc: avoid debug assertion windows in Debug Mode
` [PATCH 17/17] msvc: ignore .dll and incremental compile output
[PATCH v2 0/9] Filter combination
2019-06-18 8:42 UTC (16+ messages)
` [PATCH v3 00/10] "
` [PATCH v4 "
` [PATCH v4 01/10] list-objects-filter: make API easier to use
` [PATCH v4 02/10] list-objects-filter: put omits set in filter struct
` [PATCH v4 03/10] list-objects-filter-options: always supply *errbuf
` [PATCH v4 04/10] list-objects-filter: implement composite filters
` [PATCH v4 05/10] list-objects-filter-options: move error check up
` [PATCH v4 06/10] list-objects-filter-options: make filter_spec a string_list
` [PATCH v4 07/10] strbuf: give URL-encoding API a char predicate fn
` [PATCH v4 08/10] list-objects-filter-options: allow mult. --filter
` [PATCH v4 09/10] list-objects-filter-options: clean up use of ALLOC_GROW
` [PATCH v4 10/10] list-objects-filter-options: make parser void
[PATCH v2 00/10] Hash-independent tests, part 4
2019-06-18 6:14 UTC (14+ 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
[PATCH] xdiff: avoid accidental redefinition of LFS feature in OpenIndiana
2019-06-18 6:45 UTC
Should sparse checkout be extended to clone, fetch, commit, and merge?
2019-06-18 4:25 UTC
'git interpret-trailers' is tripped by comment characters other than '#'
2019-06-18 2:41 UTC (9+ messages)
[PATCH] documentation: add tutorial for revision walking
2019-06-17 23:50 UTC (11+ messages)
` [RFC PATCH 00/13] example implementation of revwalk tutorial
` [RFC PATCH 11/13] walken: add filtered object walk
[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] revision: remove stray whitespace when name empty
2019-06-17 22:32 UTC (8+ messages)
` [PATCH v2] rev-list: teach --oid-only to enable piping
` [PATCH v3] rev-list: teach --no-object-names "
[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 (26+ messages)
` [PATCH 2/4] kwset: allow building with GCC 8
` [RFC/PATCH v1 0/4] compat/obstack: update from upstream
` [PATCH v1 1/4] "
` [PATCH v1 2/4] SQUASH??? compat/obstack: fix portability issues
` [PATCH v1 3/4] SQUASH??? compat/obstack: fix build errors with Clang
` [PATCH v1 4/4] compat/obstack: fix some sparse warnings
` 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 v5 00/16] Commit-graph: Write incremental files
2019-06-17 18:07 UTC (4+ messages)
` [PATCH] commit-graph: normalize commit-graph filenames
` [PATCH v2] "
[RFC PATCH] userdiff: ship built-in driver config file
2019-06-17 16:54 UTC
[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
[GSoC][PATCH 0/3] Teach cherry-pick/revert to skip commits
2019-06-17 8:39 UTC (9+ 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
[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 (3+ 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 (4+ 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)
cherry-pick strangeness
2019-06-15 0:24 UTC (4+ messages)
[RFC PATCH] rev-list: clarify --abbrev and --abbrev-commit usage
2019-06-14 22:56 UTC (6+ messages)
[PATCH v3 0/8] teach branch-specific options for format-patch
2019-06-14 21:56 UTC (10+ messages)
` [RESEND PATCH "
` [RESEND PATCH v3 1/8] t4014: clean up style
` [RESEND PATCH v3 2/8] Doc: add more detail for git-format-patch
` [RESEND PATCH v3 3/8] format-patch: infer cover letter from branch description
` [RESEND PATCH v3 4/8] format-patch: move extra_headers logic later
` [RESEND PATCH v3 5/8] string-list: create string_list_append_all
` [RESEND PATCH v3 6/8] format-patch: read branch-specific To: and Cc: headers
` [RESEND PATCH v3 7/8] format-patch: move output_directory logic later
` [RESEND PATCH v3 8/8] format-patch: read branch-specific output directory
[PATCH] doc branch: provide examples for listing remote tracking branches
2019-06-14 21:00 UTC (4+ messages)
` [RFC/PATCH v2] "
[PATCH 0/1] ci: split linux-gcc into linux-gcc and linux-gcc-extra
2019-06-14 19:35 UTC (7+ messages)
` [PATCH 1/1] ci: split the `linux-gcc` job into two jobs
[GSoC] Blogging with Rohit
2019-06-14 18:47 UTC (2+ messages)
` Bloggin "
[RFC PATCH 0/3] Add a JSON Schema for trace2 events
2019-06-14 15:59 UTC (5+ messages)
` [RFC PATCH 1/3] trace2: correct trace2 field name documentation
` [RFC PATCH 2/3] trace2: Add a JSON schema for trace2 events
advertised commit fetch using commit id fails
2019-06-14 15:29 UTC (3+ messages)
[PATCH 0/1] t3404: fix a typo
2019-06-14 12:16 UTC (2+ messages)
` [PATCH 1/1] "
[RFC] submodule: display progress by default
2019-06-14 12:14 UTC
[PATCH 0/3] Test oidmap
2019-06-14 10:36 UTC (8+ messages)
` [PATCH 2/3] t: add t0016-oidmap.sh
Git Test Coverage Report (Friday, June 14)
2019-06-14 10:23 UTC
[PATCH 0/5] contrib: completion: general zsh updates
2019-06-14 6:50 UTC (6+ messages)
` [PATCH 1/5] completion: zsh: update installation instructions
` [PATCH 2/5] completion: zsh: fix for directories with spaces
` [PATCH 3/5] completion: remove zsh hack
` [PATCH 4/5] completion: zsh: improve main function selection
` [PATCH 5/5] completion: prompt: fix color for Zsh
[PATCH] cleanup: fix possible overflow errors in binary search, part 2
2019-06-14 4:18 UTC (4+ messages)
[GSoC][PATCH v3 2/3] cherry-pick/revert: add --skip option
2019-06-14 3:48 UTC (2+ messages)
[GSoC][PATCH v3 1/3] sequencer: add advice for revert
2019-06-14 3:44 UTC (2+ messages)
[GSoC][PATCH v3 1/3] sequencer: add advice for revert
2019-06-14 3:43 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).