git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-08-22 18:05:43 to 2019-08-26 02:44:00 UTC [more...]

[PATCH 00/11] hashmap: bugfixes, safety fixes, and WIP improvements
 2019-08-26  2:43 UTC  (10+ 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] 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

[PATCH v2 0/4] format-patch: learn --infer-cover-subject option
 2019-08-26  0:42 UTC  (28+ 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 v5 0/2] Honor .gitattributes with rebase --am
 2019-08-25 23:33 UTC  (3+ messages)
` [PATCH v5 1/2] path: add a function to check for path suffix
` [PATCH v5 2/2] am: reload .gitattributes after patching it

[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

[Feature Request] Option to make .git not read-only in cloned repos
 2019-08-25 22:41 UTC  (6+ messages)

[PATCH] t7300-clean: demonstrate deleting nested repo with an ignored file breakage
 2019-08-25 22:32 UTC  (3+ messages)

[PATCH 00/24] Reinstate support for Visual Studio
 2019-08-25 22:21 UTC  (7+ messages)
` [PATCH v2 00/23] "
  ` [PATCH v2 20/23] .gitignore: touch up the entries regarding "

[PATCH] git-gui: Update in-memory config when changing config options
 2019-08-25 21:59 UTC  (2+ messages)

[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] fast-import: Reinitialize command_buf rather than detach it
 2019-08-25 14:21 UTC  (10+ 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] grep: use return value of strbuf_detach()
 2019-08-25 13:26 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  (28+ 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 1/4] git-gui: Move revert confirmation dialog creation to separate function
  ` [PATCH v2 2/4] git-gui: Add option to disable the revert confirmation prompt
  ` [PATCH v2 3/4] git-gui: Add the ability to revert selected lines
  ` [PATCH v2 4/4] git-gui: Add the ability to revert selected hunk

[BUG] You can't have single quote in your username
 2019-08-25  8:09 UTC  (14+ messages)

[PATCH] fix segv with corrupt tag object
 2019-08-25  7:52 UTC  (2+ 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

[RFC] Add config option corresponding to --rebase-merges
 2019-08-24 21:59 UTC  (2+ messages)

[Question] clone performance
 2019-08-24 21:00 UTC  (2+ messages)

[PATCH] grep: under --debug, show whether PCRE JIT is enabled
 2019-08-24 12:57 UTC  (3+ messages)

[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 "

[PATCH 0/9] [RFC] New sparse-checkout builtin and "cone" mode
 2019-08-24  5:40 UTC  (22+ 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 5/9] sparse-checkout: create 'disable' subcommand
` [PATCH 6/9] trace2:experiment: clear_ce_flags_1
` [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

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  (8+ 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] "

[PATCH] t0021: make sure clean filter runs
 2019-08-23  8:34 UTC  (10+ messages)
` [PATCH v2] "

[PATCH] packfile.h: drop extern from function declaration
 2019-08-23  6:00 UTC  (2+ messages)

git-p4: Clone p4 path with bidirectional integrations
 2019-08-23  3:06 UTC  (4+ messages)

First Git status takes 40+ minutes, when mounting fileystem/diskimage with 50G GIT repo + 900G of builds articles
 2019-08-23  0:32 UTC  (7+ messages)

[PATCH] git-submodule: fix expansion of depth for cmd_update
 2019-08-22 22:38 UTC  (3+ messages)

[PATCH 0/3] rebase -i: always update HEAD before rewording
 2019-08-22 18:48 UTC  (4+ messages)
` [PATCH 3/3] sequencer: simplify root commit creation

[PATCH] ref-filter: initialize empty name or email fields
 2019-08-22 18:05 UTC  (7+ messages)
    ` [PATCH 2/1] t6300: format missing tagger


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).