git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-10-12 22:16:18 to 2019-10-16 12:07:03 UTC [more...]

[PATCH 0/3] Revive 'pcre2-chartables-leakfix'
 2019-10-16 12:06 UTC  (4+ messages)
` [PATCH 1/3] grep: make PCRE1 aware of custom allocator
` [PATCH 2/3] grep: make PCRE2 "
` [PATCH 3/3] grep: avoid leak of chartables in PCRE2

[PATCH v1] config/branch: state that <name>.merge is the remote ref
 2019-10-16 11:28 UTC 

email as a bona fide git transport
 2019-10-16 11:10 UTC  (2+ messages)

[PATCH 0/2] Handle git_path() with lock files correctly in worktrees
 2019-10-16 11:04 UTC  (4+ messages)
` [PATCH 1/2] t1400: wrap setup code in test case
` [PATCH 2/2] git_path(): handle `.lock` files correctly

[PATCHv2 1/8] Doc: Bundle file usage
 2019-10-16 10:15 UTC  (3+ messages)
` [PATCH v2] "

Adding a line after the signed-off git am -s
 2019-10-16  8:48 UTC  (3+ messages)

What's cooking in git.git (Oct 2019, #04; Tue, 15)
 2019-10-16  6:57 UTC  (6+ messages)

[PATCH 0/1] Allow default value for target of git-notes copy
 2019-10-16  5:18 UTC  (6+ messages)
` [PATCH 1/1] notes: copy notes to HEAD by default
` [PATCH 1/2] t3301: test diagnose messages for too few/many paramters
  ` [PATCH 2/2] notes: fix minimum number of parameters to "copy" subcommand

[PATCH 00/11] Improve the readability of log --graph output
 2019-10-16  5:10 UTC  (61+ messages)
` [PATCH 01/11] graph: automatically track visible width of `strbuf`
` [PATCH 06/11] graph: tidy up display of left-skewed merges
` [PATCH 07/11] graph: commit and post-merge lines for "
` [PATCH 11/11] graph: fix coloring of octopus dashes
` [PATCH v2 00/13] Improve the readability of log --graph output
  ` [PATCH v2 01/13] graph: automatically track display width of graph lines
  ` [PATCH v2 02/13] graph: handle line padding in `graph_next_line()`
  ` [PATCH v2 03/13] graph: reuse `find_new_column_by_commit()`
  ` [PATCH v2 04/13] graph: reduce duplication in `graph_insert_into_new_columns()`
  ` [PATCH v2 05/13] graph: remove `mapping_idx` and `graph_update_width()`
  ` [PATCH v2 06/13] graph: extract logic for moving to GRAPH_PRE_COMMIT state
  ` [PATCH v2 07/13] graph: example of graph output that can be simplified
  ` [PATCH v2 08/13] graph: tidy up display of left-skewed merges
  ` [PATCH v2 09/13] graph: commit and post-merge lines for "
  ` [PATCH v2 10/13] graph: rename `new_mapping` to `old_mapping`
  ` [PATCH v2 11/13] graph: smooth appearance of collapsing edges on commit lines
  ` [PATCH v2 12/13] graph: flatten edges that fuse with their right neighbor
  ` [PATCH v2 13/13] graph: fix coloring of octopus dashes
  ` [PATCH v3 00/13] Improve the readability of log --graph output
    ` [PATCH v3 01/13] graph: automatically track display width of graph lines
    ` [PATCH v3 02/13] graph: handle line padding in `graph_next_line()`
    ` [PATCH v3 03/13] graph: reuse `find_new_column_by_commit()`
    ` [PATCH v3 04/13] graph: reduce duplication in `graph_insert_into_new_columns()`
    ` [PATCH v3 05/13] graph: remove `mapping_idx` and `graph_update_width()`
    ` [PATCH v3 06/13] graph: extract logic for moving to GRAPH_PRE_COMMIT state
    ` [PATCH v3 07/13] graph: example of graph output that can be simplified
    ` [PATCH v3 08/13] graph: tidy up display of left-skewed merges
    ` [PATCH v3 09/13] graph: commit and post-merge lines for "
    ` [PATCH v3 10/13] graph: rename `new_mapping` to `old_mapping`
    ` [PATCH v3 11/13] graph: smooth appearance of collapsing edges on commit lines
    ` [PATCH v3 12/13] graph: flatten edges that fuse with their right neighbor
    ` [PATCH v3 13/13] graph: fix coloring of octopus dashes

[RFC PATCH 0/1] Teach remote add a --prefix-tags option
 2019-10-16  5:02 UTC  (6+ messages)
` [RFC PATCH 1/1] Teach remote add the "

[PATCH 0/1] multi-pack-index: add --no-progress
 2019-10-16  2:09 UTC  (10+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] midx: add MIDX_PROGRESS flag Add the MIDX_PROGRESS flag and update the write|verify|expire|repack functions in midx.h to accept a flags parameter. The MIDX_PROGRESS flag indicates whether the caller of the function would like progress information to be displayed. This patch only changes the method prototypes and does not change the functionality. The functionality change will be handled by a later patch
    ` [PATCH v2 1/6] midx: add MIDX_PROGRESS flag <snip>

[PATCH 0/1] doc: Add a note about ~/.zsh/_git file
 2019-10-16  2:06 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] doc: Change zsh git completion file name
  ` [PATCH v3 0/1] doc: Add a note about ~/.zsh/_git file
    ` [PATCH v3 1/1] doc: Change zsh git completion file name

[PATCH 0/3] sequencer: start running post-commit hook again
 2019-10-16  1:32 UTC  (15+ messages)
` [PATCH 2/3] sequencer: use run_commit_hook()
` [PATCH v2 0/6] sequencer: start running post-commit hook again
  ` [PATCH v2 1/6] t3404: remove unnecessary subshell
  ` [PATCH v2 2/6] t3404: set $EDITOR in subshell
  ` [PATCH v2 3/6] t3404: remove uneeded calls to set_fake_editor
  ` [PATCH v2 4/6] sequencer.h fix placement of #endif
  ` [PATCH v2 5/6] move run_commit_hook() to libgit and use it there
  ` [PATCH v2 6/6] sequencer: run post-commit hook

[PATCH v3 0/8] teach branch-specific options for format-patch
 2019-10-16  1:28 UTC  (6+ messages)
` [PATCH v6 0/3] format-patch: learn --infer-cover-subject option (also t4014 cleanup)
  ` [PATCH v6 1/3] format-patch: replace erroneous and condition
  ` [PATCH v6 2/3] format-patch: use enum variables
  ` [PATCH v6 3/3] format-patch: teach --cover-from-description option

What's cooking in git.git (Oct 2019, #03; Fri, 11)
 2019-10-16  1:21 UTC  (7+ messages)
` ds/sparse-cone, was "

[PATCH] fetch-pack: write fetched refs to .promisor
 2019-10-15 19:40 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 0/1] fsmonitor: don't fill bitmap with entries to be removed
 2019-10-15 19:07 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] "

[PATCH 0/1] ci: update caskroom/cask/perforce to new location
 2019-10-15 17:32 UTC  (2+ messages)
` [PATCH 1/1] ci(osx): use new location of the `perforce` cask

[PATCH] remote-curl: pass on atomic capability to remote side
 2019-10-15 16:40 UTC  (2+ messages)

git smart http + apache mod_auth_openidc
 2019-10-15 15:59 UTC 

[PATCH v2 00/11] New sparse-checkout builtin and "cone" mode
 2019-10-15 13:56 UTC  (38+ messages)
` [PATCH v3 00/17] "
  ` [PATCH v3 02/17] sparse-checkout: create 'init' subcommand
  ` [PATCH v3 05/17] sparse-checkout: add '--stdin' option to set subcommand
  ` [PATCH v3 13/17] read-tree: show progress by default
  ` [PATCH v3 15/17] sparse-checkout: update working directory in-process
  ` [PATCH v3 16/17] sparse-checkout: write using lockfile
  ` [PATCH v3 17/17] sparse-checkout: cone mode should not interact with .gitignore
  ` [PATCH v4 00/17] New sparse-checkout builtin and "cone" mode
    ` [PATCH v4 01/17] sparse-checkout: create builtin with 'list' subcommand
    ` [PATCH v4 02/17] sparse-checkout: create 'init' subcommand
    ` [PATCH v4 03/17] clone: add --sparse mode
    ` [PATCH v4 04/17] sparse-checkout: 'set' subcommand
    ` [PATCH v4 05/17] sparse-checkout: add '--stdin' option to set subcommand
    ` [PATCH v4 06/17] sparse-checkout: create 'disable' subcommand
    ` [PATCH v4 07/17] trace2: add region in clear_ce_flags
    ` [PATCH v4 08/17] sparse-checkout: add 'cone' mode
    ` [PATCH v4 09/17] sparse-checkout: use hashmaps for cone patterns
    ` [PATCH v4 10/17] sparse-checkout: init and set in cone mode
    ` [PATCH v4 11/17] unpack-trees: hash less "
    ` [PATCH v4 12/17] unpack-trees: add progress to clear_ce_flags()
    ` [PATCH v4 13/17] read-tree: show progress by default
    ` [PATCH v4 14/17] sparse-checkout: sanitize for nested folders
    ` [PATCH v4 15/17] sparse-checkout: update working directory in-process
    ` [PATCH v4 16/17] sparse-checkout: write using lockfile
    ` [PATCH v4 17/17] sparse-checkout: cone mode should not interact with .gitignore

[Outreachy] [PATCH] blame: Convert pickaxe_blame defined constants to enums
 2019-10-15 12:06 UTC  (6+ messages)

git-gui: automatically move focus to staged file before typing commit message?
 2019-10-15 10:51 UTC  (4+ messages)
` [PATCH 1/2] git-gui: implement proc select_path_in_widget

[PATCH 0/1] diff-highlight: fix a whitespace nit
 2019-10-15  4:34 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v4 0/3] format-patch: learn --cover-from-description option
 2019-10-15  3:45 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] format-patch: change erroneous and condition
  ` [PATCH v5 2/3] format-patch: use enum variables
  ` [PATCH v5 3/3] format-patch: teach --cover-from-description option

[PATCH 0/1] git-gui: Improve Japanese translation
 2019-10-15  1:59 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH] http-push: simplify deleting a list item
 2019-10-15  1:53 UTC  (2+ messages)

[PATCH] stash: avoid recursive hard reset on submodules
 2019-10-15  1:35 UTC  (7+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
        ` [PATCH v4] "

Local Config File: Submodule initialization looks broken with the --recurse-submodules option when cloning a repository
 2019-10-15  0:39 UTC  (3+ messages)

[PATCH 0/1] gitk: Preserve window dimensions on exit when not using ttk themes
 2019-10-15  0:13 UTC  (2+ messages)
` [PATCH 1/1] "

Git Gui: Branch->create currently fails
 2019-10-14 22:11 UTC  (7+ messages)

[PATCH] column: use utf8_strnwidth() to strip out ANSI color escapes
 2019-10-14 19:33 UTC  (4+ messages)

Is GIT GUI still in progress?
 2019-10-14 14:37 UTC  (3+ messages)

[PATCH v2 0/5] Use complete_action's todo list to do the rebase
 2019-10-14 12:49 UTC  (2+ messages)

[PATCH 0/3] mingw: require Windows Vista or later (and fix the Windows CI builds)
 2019-10-14 11:58 UTC  (7+ messages)
` [PATCH 3/3] mingw: bump the minimum Windows version to Vista

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

[PATCH v3 0/1] git-gui: respect core.hooksPath, falling back to .git/hooks
 2019-10-14  8:14 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/1] Make gitdir work with worktrees, respect core.hooksPath, etc

[PATCH] Feature: custom guitool commands can now have custom keyboard shortcuts
 2019-10-13 20:09 UTC  (16+ messages)

[PATCH] remote-curl: use argv_array in parse_push()
 2019-10-13 13:37 UTC 

[PATCH] contrib: git-cpcover: copy cover letter
 2019-10-13 11:50 UTC 

[PATCH] parser: Unmangle From: headers that have been mangled for DMARC purposes
 2019-10-13 11:05 UTC  (6+ messages)

[RFC PATCH 10/10] pack-objects: improve partial packfile reuse
 2019-10-13  7:38 UTC  (5+ messages)

Cannot shallow clone using GitHub tag refs after commit 34066f06
 2019-10-13  6:43 UTC  (2+ messages)


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