git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-08-28 21:57:37 to 2019-09-02 18:35:21 UTC [more...]

[PATCH] git-gui: Add hotkeys to change focus between ui widgets
 2019-09-02 18:35 UTC  (15+ messages)
` [PATCH] git-gui: Add hotkeys to set widget focus
      ` [PATCH] "

[PATCH 0/1] Make git rebase -r's label generation more resilient
 2019-09-02 18:29 UTC  (4+ messages)
` [PATCH 1/1] rebase -r: let `label` generate safer labels

git-gui: Long lines in commit message gets hidden, no scrollbar appears
 2019-09-02 18:22 UTC  (7+ messages)

[BUG} stash show does not show untracked files stashed (reposted)
 2019-09-02 18:15 UTC  (3+ messages)

Bug: git push in a --mirror repository deletes all refs
 2019-09-02 18:08 UTC  (2+ messages)
` [PATCH] push: disallow --all and refspecs when remote.<name>.mirror is set

feature request, git-gui: add hotkey to toggle amend/new
 2019-09-02 18:07 UTC  (3+ messages)

[PATCH 0/9] [RFC] New sparse-checkout builtin and "cone" mode
 2019-09-02 17:55 UTC  (5+ messages)

[PATCH v4 1/1] rebase.c: make sure the active branch isn't moved when autostashing
 2019-09-02 17:33 UTC  (15+ messages)
` [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 0/3] make sure stash refreshes the index properly
 2019-09-02 17:15 UTC  (14+ 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

Retrieve version-string on shallow clone
 2019-09-02 15:54 UTC  (3+ messages)

[BUG] You can't have single quote in your username
 2019-09-02 15:47 UTC  (4+ messages)

[PATCH v2 0/4] Warn about git-filter-branch usage and avoid it
 2019-09-02 14:47 UTC  (15+ messages)
` [PATCH v3 "
  ` [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

Retrieve version-string on shallow clone
 2019-09-02 14:08 UTC 

[PATCH 00/11] hashmap: bugfixes, safety fixes, and WIP improvements
 2019-09-02 13:46 UTC  (17+ 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 *"

RFC: Proposing git-filter-repo for inclusion in git.git
 2019-09-02  9:29 UTC  (10+ messages)
` [RFC PATCH 0/5] Remove git-filter-branch from git.git; host it elsewhere

git-svn clone for tags created from branches
 2019-09-02  8:28 UTC 

"show" in git-stash(1)
 2019-09-02  7:01 UTC 

[Feature Request] Option to make .git not read-only in cloned repos
 2019-08-31 20:40 UTC  (12+ messages)

Git in Outreachy December 2019?
 2019-08-31 19:44 UTC  (3+ messages)

How to track history of personal changes in a repository?
 2019-08-31 13:32 UTC  (5+ messages)

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

[PATCH v3 07/11] Add a function to determine unique prefixes for a list of strings
 2019-08-30 20:12 UTC  (3+ messages)
` [PATCH] [PoC] A simpler find_unique_prefixes() implementation

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

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)

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

[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  (7+ 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


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