git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-28 11:25:38 to 2019-10-30 20:36:09 UTC [more...]

[PATCH] git-shortlog.txt: mention commit filtering options
 2019-10-30 20:36 UTC 

git branch --edit-description a custom file
 2019-10-30 20:28 UTC  (2+ messages)

request: add git grep -o option
 2019-10-30 20:27 UTC  (3+ messages)

[PATCH 0/2] 2.24 release note fixups
 2019-10-30 20:21 UTC  (3+ messages)
` [PATCH 1/2] RelNotes/2.24.0: typofix
` [PATCH 2/2] RelNotes/2.24.0: fix self-contradictory note

[PATCH] ls-remote: Remove conflicting option "-h"
 2019-10-30 18:28 UTC  (2+ messages)

Partial Clone garbage collection?
 2019-10-30 18:17 UTC  (2+ messages)

[PATCH] git-diff.txt: document return code of `--no-index`
 2019-10-30 18:06 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] submodule: teach set-url subcommand
 2019-10-30 17:58 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 0/2] git-gui: revert untracked files by deleting them
 2019-10-30 17:16 UTC  (5+ messages)
` [PATCH 1/2] git-gui: consolidate naming conventions
` [PATCH 2/2] git-gui: revert untracked files by deleting them

[PATCH 0/1] unpack-trees: skip lstat on files based on fsmonitor
 2019-10-30 16:41 UTC  (10+ messages)
` [PATCH 1/1] unpack-trees: skip lstat "

'git reset -- NonExistingFile' succeeds
 2019-10-30 16:29 UTC 

[PATCH 0/1] [v2.24.0-rc0 BUG] fetch.writeCommitGraph fails on first fetch
 2019-10-30 14:31 UTC  (6+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 2/2] commit-graph: fix writing first commit-graph during fetch

What's cooking in git.git (Oct 2019, #07; Wed, 30)
 2019-10-30 12:39 UTC  (2+ messages)
` ds/commit-graph-on-fetch (was Re: What's cooking in git.git (Oct 2019, #07; Wed, 30))

[PATCH 0/2] Fix git stash with skip-worktree entries
 2019-10-30 10:49 UTC  (19+ messages)
` [PATCH 1/2] update-index: optionally leave skip-worktree entries alone
` [PATCH v2 0/2] Fix git stash with skip-worktree entries
  ` [PATCH v2 1/2] update-index: optionally leave skip-worktree entries alone
  ` [PATCH v2 2/2] stash: handle staged changes in skip-worktree files correctly
  ` [PATCH v3 0/2] Fix git stash with skip-worktree entries
    ` [PATCH v3 1/2] update-index: optionally leave skip-worktree entries alone
    ` [PATCH v3 2/2] stash: handle staged changes in skip-worktree files correctly

[PATCH 0/1] Fix t5516 flakiness in Visual Studio builds
 2019-10-30 10:44 UTC  (29+ messages)
` [PATCH 1/1] vreportf(): avoid buffered write in favor of unbuffered one
` [PATCH v2 0/1] Fix t5516 flakiness in Visual Studio builds
  ` [PATCH v2 1/1] vreportf(): avoid relying on stdio buffering
  ` [PATCH v3 0/1] Fix t5516 flakiness in Visual Studio builds
    ` [PATCH v3 1/1] vreportf(): avoid relying on stdio buffering
    ` [PATCH v4 0/1] Fix t5516 flakiness in Visual Studio builds
      ` [PATCH v4 1/1] vreportf(): avoid relying on stdio buffering

[PATCH 0/1] [Outreachy] merge-ours: include a parse-option
 2019-10-30  9:53 UTC  (7+ messages)
` [PATCH 1/1] [Outreachy] merge-ours: include parse-options

Fix and addition to git-diff
 2019-10-30  9:10 UTC 

[ANNOUNCE] Git v2.24.0-rc2
 2019-10-30  7:14 UTC 

[PATCH 0/2] Dir rename fixes
 2019-10-30  7:01 UTC  (11+ messages)
` [PATCH 2/2] merge-recursive: fix merging a subdirectory into the root directory

[ANNOUNCE] Git v2.24.0-rc1
 2019-10-30  6:56 UTC  (2+ messages)

SELinux context for Git user on Fedora server?
 2019-10-30  6:34 UTC  (2+ messages)

RFC: Moving git-gui development to GitHub
 2019-10-30  6:21 UTC  (4+ messages)

[PATCH] apply: clarify that index information is embedded, not the index itself
 2019-10-30  3:37 UTC  (2+ messages)

[PATCH 0/1] t7519-status-fsmonitor: improve comments
 2019-10-30  2:52 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] Segmentation fault on non-commit objects
 2019-10-30  2:44 UTC  (4+ messages)

[PATCH v3 0/9] add git-bugreport tool
 2019-10-30  1:37 UTC  (25+ messages)
` [PATCH v3 1/9] bugreport: add tool to generate debugging info
` [PATCH v3 2/9] bugreport: generate config whitelist based on docs
` [PATCH v3 3/9] bugreport: add version and system information
` [PATCH v3 4/9] bugreport: add config values from whitelist
` [PATCH v3 5/9] bugreport: collect list of populated hooks
` [PATCH v3 6/9] bugreport: count loose objects
` [PATCH v3 7/9] bugreport: add packed object summary
` [PATCH v3 8/9] bugreport: list contents of $OBJDIR/info
` [PATCH v3 9/9] bugreport: print contents of alternates file

[PATCH 0/1] worktree: teach "add" to ignore submodule.recurse config
 2019-10-30  1:01 UTC  (4+ messages)

[PATCH 00/10] [Outreachy] Move doc to header files
 2019-10-29 23:57 UTC  (12+ messages)
` [PATCH 01/10] diff: move doc to diff.h and diffcore.h
` [PATCH 02/10] dir: move doc to dir.h
` [PATCH 03/10] graph: move doc to graph.h and graph.c
` [PATCH 04/10] merge: move doc to ll-merge.h
` [PATCH 05/10] sha1-array: move doc to sha1-array.h
` [PATCH 06/10] remote: move doc to remote.h and refspec.h
` [PATCH 07/10] refs: move doc to refs.h
` [PATCH 08/10] attr: move doc to attr.h
` [PATCH 09/10] revision: move doc to revision.h
` [PATCH 10/10] pathspec: move doc to pathspec.h

[PATCH 0/1] Allow the 'revert' option in Git Gui to operate on untracked files, deleting them
 2019-10-29 23:52 UTC  (10+ messages)
` [PATCH 1/1] git-gui: Revert untracked files by "

[PATCH 0/1] git-gui: remove unused global declarations
 2019-10-29 21:32 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH 0/3] some clarifications to MyFirstContribution
 2019-10-29 20:43 UTC  (10+ messages)
` [PATCH 1/3] myfirstcontrib: add 'psuh' to command-list.txt
` [PATCH 3/3] myfirstcontrib: hint to find gitgitgadget allower

[Outreachy] [PATCH] clone: rename static function `dir_exists()`
 2019-10-29 20:14 UTC  (3+ messages)

[BUG] git 2.24.0-rc1 t0500 on NonStop in Jenkins
 2019-10-29 14:56 UTC  (7+ messages)

GIT_COMMITTER_* and reflog
 2019-10-29 14:34 UTC  (7+ messages)

[PATCH 0/3] commit: fix advice for empty commits during rebases
 2019-10-29 13:00 UTC  (5+ messages)

Question - .git subdirectories
 2019-10-29 12:26 UTC 

[PATCH v4] pretty: add "%aL" etc. to show local-part of email addresses
 2019-10-29 12:09 UTC 

What's cooking in git.git (Oct 2019, #06; Thu, 24)
 2019-10-29  8:45 UTC  (2+ messages)

[FR] Allow `git stash create` to include untracked changes
 2019-10-29  7:29 UTC  (4+ messages)
  `  "

unpacking error
 2019-10-29  4:47 UTC  (3+ messages)

[PATCH v2 0/2] Handle git_path() with lock files correctly in worktrees
 2019-10-29  3:39 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] git_path(): handle `.lock` files correctly
  ` [PATCH v4 0/2] Handle git_path() with lock files correctly in worktrees
    ` [PATCH v4 1/2] t1400: wrap setup code in test case
    ` [PATCH v4 2/2] git_path(): handle `.lock` files correctly

[PATCH] builtin/blame.c: remove '--indent-heuristic' from usage string
 2019-10-29  3:29 UTC  (2+ messages)

[PATCH] Documentation/git-bisect.txt: add --no-ff to merge command
 2019-10-29  3:25 UTC  (6+ messages)

[PATCH v2] Documentation/git-bisect.txt: add --no-ff to merge command
 2019-10-29  2:28 UTC  (3+ messages)

[PATCH v2 00/15] SHA-256 test fixes, part 6
 2019-10-29  2:26 UTC  (5+ messages)
` [PATCH v2 07/15] t4011: abstract away SHA-1-specific constants

[PATCH v3] fetch: delay fetch_if_missing=0 until after config
 2019-10-29  1:39 UTC  (3+ messages)

[RFC PATCH v2 0/3] format-patch --complete / am --exact
 2019-10-29  1:39 UTC  (5+ messages)
` [RFC PATCH v2 2/3] mailinfo: collect commit metadata from mail

conflict markers on recursive strategy with diff3 enabled
 2019-10-29  1:31 UTC  (4+ messages)

[RFC] xl command for visualizing recent history
 2019-10-29  0:30 UTC 

[PATCH 0/1] help: add gitsubmodules to the list of guides
 2019-10-28 21:51 UTC  (3+ messages)
` [PATCH 1/1] "

COMMENTS: building git on AIX
 2019-10-28 21:43 UTC  (2+ messages)

[PATCH 0/5] path.c: a couple of common dir/trie fixes
 2019-10-28 21:30 UTC  (5+ messages)
` [PATCH 5/5] path.c: don't call the match function without value in trie_find()

[PATCH 0/1] vreportf: Fix interleaving issues, remove 4096 limitation
 2019-10-28 16:05 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] "

[ANNOUNCE] Git v2.24.0-rc1 - Test Summary for NonStop
 2019-10-28 14:17 UTC  (3+ messages)


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 NNTP newsgroup(s).