git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-08-28 08:16:02 to 2019-08-31 08:01:50 UTC [more...]

Git in Outreachy December 2019?
 2019-08-31  7:58 UTC  (2+ messages)

[PATCH v3 0/1] rebase.c: make sure the active branch isn't moved when autostashing
 2019-08-31  7:17 UTC  (16+ messages)
` [PATCH v4 1/1] "
  ` [PATCH v5 0/2] rebase.c: make sure current "
    ` [PATCH v5 1/2] builtin/rebase.c: make sure the active "
    ` [PATCH v5 2/2] builtin/rebase.c: Remove pointless message
    ` [PATCH v6 0/2] rebase.c: make sure current branch isn't moved when autostashing
      ` [PATCH v6 1/2] builtin/rebase.c: make sure the active "
      ` [PATCH v6 2/2] builtin/rebase.c: Remove pointless message
      ` [PATCH "

[PATCH] merge-options.txt: clarify meaning of various ff-related options
 2019-08-31  0:23 UTC  (16+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
            ` [PATCH v4] "

RFC: Proposing git-filter-repo for inclusion in git.git
 2019-08-30 23:22 UTC  (26+ messages)
` [RFC PATCH 0/5] Remove git-filter-branch from git.git; host it elsewhere
  ` [PATCH v2 0/4] Warn about git-filter-branch usage and avoid it
    ` [PATCH v2 3/4] Recommend git-filter-repo instead of git-filter-branch
    ` [PATCH v3 0/4] Warn about git-filter-branch usage and avoid it
      ` [PATCH v3 1/4] t6006: simplify and optimize empty message test
      ` [PATCH v3 2/4] t3427: accelerate this test by using fast-export and fast-import
      ` [PATCH v3 3/4] Recommend git-filter-repo instead of git-filter-branch
      ` [PATCH v3 4/4] t9902: use a non-deprecated command for testing
      ` [PATCH v4 0/4] Warn about git-filter-branch usage and avoid it
        ` [PATCH v4 1/4] t6006: simplify and optimize empty message test
        ` [PATCH v4 2/4] t3427: accelerate this test by using fast-export and fast-import
        ` [PATCH v4 3/4] Recommend git-filter-repo instead of git-filter-branch
        ` [PATCH v4 4/4] t9902: use a non-deprecated command for testing

[PATCH v2 00/11] git add -i: add a rudimentary version in C (supporting only status and help so far)
 2019-08-30 20:12 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/11] Start to implement a built-in version of `git add --interactive`
  ` [PATCH v3 07/11] Add a function to determine unique prefixes for a list of strings
          ` [PATCH] [PoC] A simpler find_unique_prefixes() implementation

[PATCH v3] clarify documentation for remote helpers
 2019-08-30 20:12 UTC 

[PATCH 00/11] hashmap: bugfixes, safety fixes, and WIP improvements
 2019-08-30 19:52 UTC  (19+ messages)
` [PATCH 03/11] hashmap_entry_init takes "struct hashmap_entry *"
` [PATCH 04/11] hashmap_entry: detect improper initialization
` [PATCH 10/11] introduce container_of macro
` [PATCH 11/11] hashmap_get_next returns "struct hashmap_entry *"

git range-diff <range1> <range2> throws Segmentation fault
 2019-08-30 19:48 UTC  (3+ messages)

[PATCH v5 0/2] Honor .gitattributes with rebase --am
 2019-08-30 19:46 UTC  (5+ messages)
` [PATCH v5 2/2] am: reload .gitattributes after patching it

[PATCH] clarify documentation for remote helpers
 2019-08-30 19:27 UTC  (6+ messages)

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

[PATCH v3 0/2] partial-clone: fix two issues with sparse filter handling
 2019-08-30 18:08 UTC  (4+ messages)
` [PATCH v3 1/2] list-objects-filter: only parse sparse OID when 'have_git_dir'
` [PATCH v3 2/2] list-objects-filter: handle unresolved sparse filter OID

[PATCH 0/1] checkout: add simple check for 'git checkout -b'
 2019-08-30 17:18 UTC  (11+ messages)
` [PATCH 1/1] "

[PATCH 0/3] make sure stash refreshes the index properly
 2019-08-30 17:06 UTC  (13+ messages)
` [PATCH 1/3] factor out refresh_and_write_cache function
` [PATCH 2/3] merge: use refresh_and_write_cache
` [PATCH v2 0/3] make sure stash refreshes the index properly
  ` [PATCH v2 1/3] factor out refresh_and_write_cache function
  ` [PATCH v2 2/3] merge: use refresh_and_write_cache
  ` [PATCH v2 3/3] stash: make sure to write refreshed cache

[PATCH] fix segv with corrupt tag object
 2019-08-30 16:29 UTC  (6+ messages)

git-diff passes <rev>:<path> args to GIT_EXTERNAL_DIFF incorrectly?
 2019-08-30 16:26 UTC  (11+ messages)

How to track history of personal changes in a repository?
 2019-08-30 15:21 UTC  (4+ messages)

[PATCH v2] clarify documentation for remote helpers
 2019-08-30 14:33 UTC  (3+ messages)

[PATCH 0/1] upload-pack: fix race condition in t5516
 2019-08-30 12:10 UTC  (13+ messages)
` [PATCH 1/1] upload-pack: fix race condition in error messages

[PATCH 0/2] config: make config_with_options() handle any repo
 2019-08-30  9:09 UTC  (9+ messages)
` [PATCH 1/2] config: allow config_with_options() to "

[PATCH] help: make help_unknown_ref() NORETURN
 2019-08-30  3:50 UTC  (4+ messages)

[PATCH v2 0/2] partial-clone: fix two issues with sparse filter handling
 2019-08-30  0:24 UTC  (7+ messages)
` [PATCH v2 1/2] list-objects-filter: only parse sparse OID when 'have_git_dir'
` [PATCH v2 2/2] list-objects-filter: handle unresolved sparse filter OID

[PATCH] gitk: Make web links clickable
 2019-08-29 18:32 UTC  (6+ messages)
` [PATCH v2] "

[BUG} stash show does not show untracked files stashed (reposted)
 2019-08-29 17:33 UTC 

error: cannot cherry-pick during a revert
 2019-08-29 15:27 UTC  (2+ messages)

[PATCH 0/2] partial-clone: fix two issues with sparse filter handling
 2019-08-29 14:28 UTC  (8+ messages)
` [PATCH 1/2] list-objects-filter: only parse sparse OID when 'have_git_dir'
` [PATCH 2/2] list-objects-filter: handle unresolved sparse filter OID

Is git clone followed by git verify-tag meaningful?
 2019-08-29 14:10 UTC  (6+ messages)

[PATCH] replace: stop replace lookup when reaching a self-reference
 2019-08-29 13:52 UTC  (2+ messages)

[PATCH 0/1] git-p4: auto-delete named temporary file
 2019-08-29 11:45 UTC  (6+ messages)
` [PATCH 1/1] "

git-p4, and python2 EOL
 2019-08-29  4:34 UTC  (2+ messages)

[PATCH 0/3] git-gui: Add ability to revert selected hunks and lines
 2019-08-28 21:57 UTC  (6+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] git-gui: allow reverting selected lines
  ` [PATCH v3 2/4] git-gui: allow reverting selected hunk
  ` [PATCH v3 3/4] git-gui: return early when patch fails to apply
  ` [PATCH v3 4/4] git-gui: allow undoing last revert

blame --ignore-rev - add place to specify defaults at repo level
 2019-08-28 17:07 UTC 

[PATCH] grep: skip UTF8 checks explicitly
 2019-08-28 16:57 UTC  (3+ messages)
` [PATCH v2] "

Support for an interactive confirmation prompt when users can possibly lose their work like some UNIX commands
 2019-08-28 15:27 UTC  (5+ messages)

What's cooking in git.git (Aug 2019, #06; Fri, 23)
 2019-08-28 15:10 UTC  (3+ messages)

RFC: Proposing git-filter-repo for inclusion in git.git
 2019-08-28 15:06 UTC  (7+ messages)

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

How to build to debug with gdb?
 2019-08-28 12:43 UTC  (6+ messages)

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

git slow unless piped to cat
 2019-08-28 10:24 UTC  (10+ messages)

[PATCH v2 0/1] git-p4: auto-delete named temporary file
 2019-08-28  8:34 UTC  (4+ messages)
` [PATCH v2 1/1] "


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