messages from 2019-08-23 10:04:52 to 2019-08-26 16:30:03 UTC [more...]
[PATCH 0/1] commit-graph: add --[no-]progress to write and verify
2019-08-26 16:29 UTC (2+ messages)
` [PATCH v2 "
[PATCH] credential: add nocache option to the credentials API
2019-08-26 16:27 UTC (5+ messages)
[PATCH 0/1] banned.h: fix vsprintf warning
2019-08-26 16:24 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH 0/1] quote: handle null and empty strings in sq_quote_buf_pretty()
2019-08-26 16:20 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 1/1] "
[Feature Request] Option to make .git not read-only in cloned repos
2019-08-26 16:19 UTC (10+ messages)
[PATCH v2 0/4] format-patch: learn --infer-cover-subject option
2019-08-26 16:07 UTC (34+ messages)
` [PATCH v3 00/13] format-patch: learn --infer-cover-subject option (also t4014 cleanup)
` [PATCH v3 13/13] format-patch: learn --infer-cover-subject option
` [PATCH 00/13] format-patch: clean up tests and documentation
` [PATCH 01/13] t4014: drop unnecessary blank lines from test cases
` [PATCH 02/13] t4014: s/expected/expect/
` [PATCH 03/13] t4014: move closing sq onto its own line
` [PATCH 04/13] t4014: use sq for test case names
` [PATCH 05/13] t4014: remove spaces after redirect operators
` [PATCH 06/13] t4014: use indentable here-docs
` [PATCH 07/13] t4014: drop redirections to /dev/null
` [PATCH 08/13] t4014: let sed open its own files
` [PATCH 09/13] t4014: use test_line_count() where possible
` [PATCH 10/13] t4014: remove confusing pipe in check_threading()
` [PATCH 11/13] t4014: stop losing return codes of git commands
` [PATCH 12/13] Doc: add more detail for git-format-patch
` [PATCH 13/13] config/format.txt: specify default value of format.coverLetter
[PATCH] grep: under --debug, show whether PCRE JIT is enabled
2019-08-26 16:02 UTC (6+ messages)
[PATCH 00/24] Reinstate support for Visual Studio
2019-08-26 15:49 UTC (10+ messages)
` [PATCH v2 00/23] "
` [PATCH v2 20/23] .gitignore: touch up the entries regarding "
git diff autocomplete
2019-08-26 15:48 UTC (3+ messages)
[PATCH] fast-import: Reinitialize command_buf rather than detach it
2019-08-26 15:36 UTC (11+ messages)
` [PATCH 0/2] fast-import input string handling bugs
` [PATCH 1/2] fast-import: duplicate parsed encoding string
` [PATCH 2/2] fast-import: duplicate into history rather than passing ownership
[PATCH v5 0/2] Honor .gitattributes with rebase --am
2019-08-26 15:11 UTC (4+ messages)
` [PATCH v5 1/2] path: add a function to check for path suffix
` [PATCH v5 2/2] am: reload .gitattributes after patching it
[PATCH] apply: reload .gitattributes after patching it
2019-08-26 15:09 UTC (9+ messages)
` [PATCH v4 0/2] Honor .gitattributes with rebase --am
` [PATCH v4 2/2] apply: reload .gitattributes after patching it
[PATCH] grep: use return value of strbuf_detach()
2019-08-26 14:58 UTC (2+ messages)
[RFC] Add config option corresponding to --rebase-merges
2019-08-26 14:50 UTC (4+ messages)
[PATCH] git-gui: Update in-memory config when changing config options
2019-08-26 14:22 UTC (3+ messages)
[Question] clone performance
2019-08-26 14:16 UTC (3+ messages)
[PATCH 0/1] git-p4: auto-delete named temporary file
2019-08-26 13:51 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH 0/9] [RFC] New sparse-checkout builtin and "cone" mode
2019-08-26 13:29 UTC (23+ messages)
` [PATCH 1/9] sparse-checkout: create builtin with 'list' subcommand
` [PATCH 2/9] sparse-checkout: create 'init' subcommand
` [PATCH 3/9] clone: add --sparse mode
` [PATCH 4/9] sparse-checkout: 'add' subcommand
` [PATCH 6/9] trace2:experiment: clear_ce_flags_1
` [PATCH 5/9] sparse-checkout: create 'disable' subcommand
` [PATCH 7/9] sparse-checkout: add 'cone' mode
` [PATCH 8/9] sparse-checkout: use hashmaps for cone patterns
` [PATCH 9/9] sparse-checkout: init and add in cone mode
[PATCH] fix segv with corrupt tag object
2019-08-26 11:57 UTC (3+ messages)
revision.c alters commit object state ; also no cleanup
2019-08-26 8:58 UTC
[PATCH] http: don't leak urlmatch_config.vars
2019-08-26 7:49 UTC
[PATCH] t7300-clean: demonstrate deleting nested repo with an ignored file breakage
2019-08-26 7:48 UTC (4+ messages)
[PATCH] packfile: free packed_git memory when closing object store
2019-08-26 2:45 UTC
[PATCH 00/11] hashmap: bugfixes, safety fixes, and WIP improvements
2019-08-26 2:43 UTC (12+ messages)
` [PATCH 01/11] diff: use hashmap_entry_init on moved_entry.ent
` [PATCH 02/11] packfile: use hashmap_entry in delta_base_cache_entry
` [PATCH 03/11] hashmap_entry_init takes "struct hashmap_entry *"
` [PATCH 04/11] hashmap_entry: detect improper initialization
` [PATCH 05/11] hashmap_get_next takes "const struct hashmap_entry *"
` [PATCH 06/11] hashmap_add takes "struct "
` [PATCH 07/11] hashmap_get takes "const struct "
` [PATCH 08/11] hashmap_remove "
` [PATCH 09/11] hashmap_put takes "struct "
` [PATCH 10/11] introduce container_of macro
` [PATCH 11/11] hashmap_get_next returns "struct hashmap_entry *"
[PATCH] commit: free the right buffer in release_commit_memory
2019-08-26 2:01 UTC
[PATCH] notes: avoid leaking duplicate entries
2019-08-26 1:55 UTC (4+ messages)
` [PATCH] notes: avoid potential use-after-free during insertion
[PATCH 00/14] Hash-independent tests, part 5
2019-08-26 1:43 UTC (16+ messages)
` [PATCH v2 "
` [PATCH v2 01/14] t3201: abstract away SHA-1-specific constants
` [PATCH v2 02/14] t3206: abstract away hash size constants
` [PATCH v2 03/14] t3301: abstract away SHA-1-specific constants
` [PATCH v2 04/14] t3305: make hash size independent
` [PATCH v2 05/14] t3306: abstract away SHA-1-specific constants
` [PATCH v2 06/14] t3404: "
` [PATCH v2 07/14] t3430: avoid hard-coded object IDs
` [PATCH v2 08/14] t3506: make hash independent
` [PATCH v2 09/14] t3600: make hash size independent
` [PATCH v2 10/14] t3800: make hash-size independent
` [PATCH v2 11/14] t3903: abstract away SHA-1-specific constants
` [PATCH v2 12/14] t4000: make hash size independent
` [PATCH v2 13/14] t4002: make hash independent
` [PATCH v2 14/14] t4009: make hash size independent
[RFC WIP PATCH v8 00/13] learn --keep-base & more
2019-08-25 22:59 UTC (13+ messages)
` [PATCH v9 0/9] rebase: learn --keep-base and improvements on fast-forward behaviour
` [PATCH v9 1/9] t3431: add rebase --fork-point tests
` [PATCH v9 2/9] t3432: test rebase fast-forward behavior
` [PATCH v9 3/9] t3432: distinguish "noop-same" v.s. "work-same" in "same head" tests
` [PATCH v9 4/9] t3432: test for --no-ff's interaction with fast-forward
` [PATCH v9 5/9] rebase: refactor can_fast_forward into goto tower
` [PATCH v9 6/9] rebase: fast-forward --onto in more cases
` [PATCH v9 7/9] rebase: fast-forward --fork-point "
` [PATCH v9 8/9] rebase tests: test linear branch topology
` [PATCH v9 9/9] rebase: teach rebase --keep-base
[PATCH] banned.h: fix vsprintf()'s ban message
2019-08-25 19:42 UTC
[PATCH 0/2] PCRE1 cleanup
2019-08-25 18:22 UTC (3+ messages)
` [PATCH 1/2] grep: make sure NO_LIBPCRE1_JIT disable JIT in PCRE1
` [PATCH 2/2] grep: refactor and simplify PCRE1 support
[PATCH] trace2: use warning() directly in tr2_dst_malformed_warning()
2019-08-25 17:44 UTC
[PATCH] log-tree: always use return value of strbuf_detach()
2019-08-25 12:53 UTC
[PATCH 0/3] git-gui: Add ability to revert selected hunks and lines
2019-08-25 11:57 UTC (25+ messages)
` [PATCH 2/3] git-gui: Add the ability to revert selected lines
` [PATCH v2 0/4] git-gui: Add ability to revert selected hunks and lines
` [PATCH v2 3/4] git-gui: Add the ability to revert selected lines
[BUG] You can't have single quote in your username
2019-08-25 8:09 UTC (9+ messages)
[PATCH 0/1] mingw: handle non-ASCII PATH components correctly
2019-08-24 22:38 UTC (2+ messages)
` [PATCH 1/1] mingw: fix launching of externals from Unicode paths
[PATCH 0/1] Do use ALL_CFLAGS in hdr-check
2019-08-24 22:36 UTC (2+ messages)
` [PATCH 1/1] hdr-check: make it work on Windows
[PATCH 0/3] Handle worktrees at the top of a network drive
2019-08-24 22:10 UTC (4+ messages)
` [PATCH 1/3] setup_git_directory(): handle UNC paths correctly
` [PATCH 2/3] Fix .git/ discovery at the root of UNC shares
` [PATCH 3/3] setup_git_directory(): handle UNC root paths correctly
[PATCH 0/1] mingw: support UNC as file://server/share/repo
2019-08-24 22:07 UTC (2+ messages)
` [PATCH 1/1] mingw: support UNC in git clone file://server/share/repo
[PATCH v2 00/11] git add -i: add a rudimentary version in C (supporting only status and help so far)
2019-08-24 12:38 UTC (4+ messages)
` [PATCH v3 "
` [PATCH v3 07/11] Add a function to determine unique prefixes for a list of strings
[PATCH 0/2] completion: complete --skip for cherry-pick and revert
2019-08-24 9:04 UTC (3+ messages)
` [PATCH 1/2] completion: merge options "
` [PATCH 2/2] completion: add --skip "
What's cooking in git.git (Aug 2019, #06; Fri, 23)
2019-08-24 1:13 UTC
RFC: Proposing git-filter-repo for inclusion in git.git
2019-08-23 18:29 UTC (7+ messages)
Bug Report: notes disassociated after history edits
2019-08-23 16:58 UTC (3+ messages)
[BUG] builtin "stash apply" does not refresh index
2019-08-23 16:56 UTC (2+ messages)
bug: interactive rebase's 'edit' insn copies notes to newly inserted commit
2019-08-23 16:41 UTC (2+ messages)
[GSoC][PATCHl 0/6] rebase -i: support more options
2019-08-23 15:20 UTC (4+ messages)
` [PATCH v3 "
` [PATCH v3 2/6] sequencer: add NULL checks under read_author_script
[PATCH 00/26] object_id part 17
2019-08-23 11:53 UTC (5+ messages)
` [PATCH 26/26] midx: switch to using the_hash_algo
[PATCH 0/2] line-log: avoid unnecessary full tree diffs
2019-08-23 10:04 UTC (6+ messages)
` [PATCH 2/2] "
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).