git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-08-26 01:44:23 to 2019-08-27 12:57:59 UTC [more...]

[PATCH v2 00/11] git add -i: add a rudimentary version in C (supporting only status and help so far)
 2019-08-27 12:57 UTC  (16+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/11] Start to implement a built-in version of `git add --interactive`
  ` [PATCH v3 02/11] diff: export diffstat interface
  ` [PATCH v3 03/11] built-in add -i: implement the `status` command
  ` [PATCH v3 07/11] Add a function to determine unique prefixes for a list of strings
  ` [PATCH v4 00/11] git add -i: add a rudimentary version in C (supporting only status and help so far)
    ` [PATCH v4 01/11] Start to implement a built-in version of `git add --interactive`

[RFC PATCH v4 0/3] grep: no leaks or crashes (windows testing needed)
 2019-08-27 11:51 UTC  (5+ messages)
` [RFC PATCH v5 0/3] grep: almost no more leaks, hopefully no crashes
  ` [RFC PATCH v5 2/3] grep: make PCRE2 aware of custom allocator

git slow unless piped to cat
 2019-08-27 11:28 UTC  (9+ messages)

How to split file with its history?
 2019-08-27 10:59 UTC  (3+ messages)

[PATCH 0/3] make sure stash refreshes the index properly
 2019-08-27 10:14 UTC  (4+ messages)
` [PATCH 1/3] factor out refresh_and_write_cache function
` [PATCH 2/3] merge: use refresh_and_write_cache
` [PATCH 3/3] stash: make sure to write refreshed cache

Support for an interactive confirmation prompt when users can possibly lose their work like some UNIX commands
 2019-08-27  9:53 UTC 

[PATCH 00/11] hashmap: bugfixes, safety fixes, and WIP improvements
 2019-08-27  9:49 UTC  (14+ 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 0/2] config: make config_with_options() handle any repo
 2019-08-27  9:26 UTC  (4+ messages)
` [PATCH 1/2] config: allow config_with_options() to "
` [PATCH 2/2] submodule: pass repo instead of adding to alternates list

RFC: Proposing git-filter-repo for inclusion in git.git
 2019-08-27  8:43 UTC  (16+ messages)
` [RFC PATCH 0/5] Remove git-filter-branch from git.git; host it elsewhere
  ` [RFC PATCH 1/5] t6006: simplify and optimize empty message test
  ` [RFC PATCH 2/5] t3427: accelerate this test by using fast-export and fast-import
  ` [RFC PATCH 3/5] git-sh-i18n: work with external scripts
  ` [RFC PATCH 4/5] Recommend git-filter-repo instead of git-filter-branch in documentation
  ` [RFC PATCH 5/5] Remove git-filter-branch, it is now external to git.git

[RFC WIP PATCH v8 00/13] learn --keep-base & more
 2019-08-27  8:11 UTC  (17+ messages)
` [PATCH v9 0/9] rebase: learn --keep-base and improvements on fast-forward behaviour
  ` [PATCH v9 5/9] rebase: refactor can_fast_forward into goto tower
  ` [PATCH v10 0/9] rebase: learn --keep-base and improvements on fast-forward behaviour
    ` [PATCH v10 1/9] t3431: add rebase --fork-point tests
    ` [PATCH v10 2/9] t3432: test rebase fast-forward behavior
    ` [PATCH v10 3/9] t3432: distinguish "noop-same" v.s. "work-same" in "same head" tests
    ` [PATCH v10 4/9] t3432: test for --no-ff's interaction with fast-forward
    ` [PATCH v10 5/9] rebase: refactor can_fast_forward into goto tower
    ` [PATCH v10 6/9] rebase: fast-forward --onto in more cases
    ` [PATCH v10 7/9] rebase: fast-forward --fork-point "
    ` [PATCH v10 8/9] rebase tests: test linear branch topology
    ` [PATCH v10 9/9] rebase: teach rebase --keep-base

Git in Outreachy December 2019?
 2019-08-27  5:17 UTC 

[PATCH 0/2] completion: complete --skip for cherry-pick and revert
 2019-08-27  4:45 UTC  (7+ messages)
` [PATCH 1/2] completion: merge options "
` [PATCH v2 0/3] advertise --skip for cherry-pick and revert better
  ` [PATCH v2 1/3] completion: merge options for cherry-pick and revert
  ` [PATCH v2 2/3] completion: add --skip "
  ` [PATCH v2 3/3] status: mention --skip for revert and cherry-pick

[PATCH 1/1] .mailmap: update email address of Andrey Mazo
 2019-08-27  4:24 UTC 

[PATCH v2 0/4] format-patch: learn --infer-cover-subject option
 2019-08-27  4:05 UTC  (32+ 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 12/13] Doc: add more detail for git-format-patch
    ` [PATCH v2 00/13] format-patch: clean up tests and documentation
      ` [PATCH v2 01/13] t4014: drop unnecessary blank lines from test cases
      ` [PATCH v2 02/13] t4014: s/expected/expect/
      ` [PATCH v2 03/13] t4014: move closing sq onto its own line
      ` [PATCH v2 04/13] t4014: use sq for test case names
      ` [PATCH v2 05/13] t4014: remove spaces after redirect operators
      ` [PATCH v2 06/13] t4014: use indentable here-docs
      ` [PATCH v2 07/13] t4014: drop redirections to /dev/null
      ` [PATCH v2 08/13] t4014: let sed open its own files
      ` [PATCH v2 09/13] t4014: use test_line_count() where possible
      ` [PATCH v2 10/13] t4014: remove confusing pipe in check_threading()
      ` [PATCH v2 11/13] t4014: stop losing return codes of git commands
      ` [PATCH v2 12/13] Doc: add more detail for git-format-patch
      ` [PATCH v2 13/13] config/format.txt: specify default value of format.coverLetter

git remote-helpers and connectivity-ok
 2019-08-27  3:51 UTC 

[PATCH v2 0/1] git-p4: auto-delete named temporary file
 2019-08-27  3:43 UTC  (2+ messages)
` [PATCH v2 1/1] "

Missing file in 2.23 (p5302-pack-index.subtests)?
 2019-08-27  3:35 UTC  (7+ messages)

[GSoC] My project blog
 2019-08-27  3:03 UTC  (2+ messages)

[PATCH 0/2] PCRE1 cleanup
 2019-08-27  1:34 UTC  (6+ messages)
` [PATCH 1/2] grep: make sure NO_LIBPCRE1_JIT disable JIT in PCRE1
` [PATCH 2/2] grep: refactor and simplify PCRE1 support

[PATCH] packfile: free packed_git memory when closing object store
 2019-08-27  0:25 UTC  (3+ messages)

[PATCH 0/5] New signing interface API with pluggable drivers
 2019-08-26 23:15 UTC  (2+ messages)

[PATCH 5/5] Signing API: Duplicated signing tests using new config aliases
 2019-08-26 23:07 UTC  (2+ messages)

[PATCH 2/5] Signing API: Added new signing interface API
 2019-08-26 23:04 UTC  (2+ messages)

[PATCH 1/5] Signing API: Added documentation for the new signing interface
 2019-08-26 22:46 UTC  (2+ messages)

[PATCH] gitk: Make web links clickable
 2019-08-26 22:14 UTC 

[PATCH] fetch-pack: write fetched refs to .promisor
 2019-08-26 21:47 UTC 

"git commit" of single file takes 5 minutes, mounted fileystem/diskimage with 50G GIT repo + 900G of builds articles
 2019-08-26 20:43 UTC 

[PATCH 0/1] banned.h: fix vsprintf warning
 2019-08-26 20:08 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH 4/5] Signing API: Removed old gpg interface and gpg mentions in code
 2019-08-26 19:58 UTC 

[PATCH 3/5] Signing API: Migrated to the new signing interface API
 2019-08-26 19:58 UTC 

RFC: Proposing git-filter-repo for inclusion in git.git
 2019-08-26 19:56 UTC  (3+ messages)

[Question] clone performance
 2019-08-26 19:27 UTC  (5+ messages)

[PATCH] fast-import: Reinitialize command_buf rather than detach it
 2019-08-26 19:18 UTC  (12+ 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

[Feature Request] Option to make .git not read-only in cloned repos
 2019-08-26 19:18 UTC  (10+ messages)

[PATCH 0/9] [RFC] New sparse-checkout builtin and "cone" mode
 2019-08-26 19:16 UTC  (7+ messages)

[BUG] You can't have single quote in your username
 2019-08-26 19:14 UTC  (6+ messages)

[PATCH] git-gui: Update in-memory config when changing config options
 2019-08-26 19:10 UTC  (3+ messages)

[PATCH] log-tree: always use return value of strbuf_detach()
 2019-08-26 18:46 UTC  (2+ messages)

[PATCH] fix segv with corrupt tag object
 2019-08-26 18:18 UTC  (6+ messages)

revision.c alters commit object state ; also no cleanup
 2019-08-26 18:14 UTC  (2+ messages)

[PATCH] http: don't leak urlmatch_config.vars
 2019-08-26 18:09 UTC  (2+ messages)

[PATCH] commit: free the right buffer in release_commit_memory
 2019-08-26 17:52 UTC  (2+ messages)

[PATCH v3 0/1] rebase.c: make sure the active branch isn't moved when autostashing
 2019-08-26 17:10 UTC  (4+ messages)
` [PATCH v4 1/1] "

[PATCH 0/1] mingw: handle non-ASCII PATH components correctly
 2019-08-26 17:09 UTC  (3+ messages)
` [PATCH 1/1] mingw: fix launching of externals from Unicode paths

git diff autocomplete
 2019-08-26 17:09 UTC  (4+ messages)

[PATCH 0/3] Handle worktrees at the top of a network drive
 2019-08-26 17:08 UTC  (2+ messages)

[PATCH 0/1] mingw: support UNC as file://server/share/repo
 2019-08-26 17:06 UTC  (2+ messages)

[PATCH 0/1] Do use ALL_CFLAGS in hdr-check
 2019-08-26 17:04 UTC  (2+ messages)

[PATCH] apply: reload .gitattributes after patching it
 2019-08-26 16:41 UTC  (10+ messages)
` [PATCH v4 0/2] Honor .gitattributes with rebase --am
  ` [PATCH v4 2/2] apply: reload .gitattributes after patching it

[PATCH 0/1] git-p4: auto-delete named temporary file
 2019-08-26 16:39 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] grep: under --debug, show whether PCRE JIT is enabled
 2019-08-26 16:36 UTC  (7+ messages)

[PATCH 0/1] commit-graph: add --[no-]progress to write and verify
 2019-08-26 16:29 UTC  (3+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] "

[PATCH] credential: add nocache option to the credentials API
 2019-08-26 16:27 UTC  (5+ messages)

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

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

[PATCH v5 0/2] Honor .gitattributes with rebase --am
 2019-08-26 15:11 UTC  (2+ messages)

[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  (3+ messages)

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

[PATCH] notes: avoid leaking duplicate entries
 2019-08-26  1:55 UTC  (2+ messages)

[PATCH 00/14] Hash-independent tests, part 5
 2019-08-26  1:43 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 13/14] t4002: make hash independent
  ` [PATCH v2 14/14] t4009: make hash size independent


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