git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-09-18 08:43:21 to 2019-09-22 21:07:41 UTC [more...]

[PATCH v4 0/3] use mailmap by default in git log
 2019-09-22 21:00 UTC  (2+ messages)

[PATCH] name-rev: avoid cutoff timestamp underflow
 2019-09-22 21:01 UTC  (4+ messages)

[PATCH 00/15] name-rev: eliminate recursion
 2019-09-22 19:05 UTC  (50+ messages)
` [PATCH 01/15] t6120-describe: correct test repo history graph in comment
` [PATCH 02/15] t6120-describe: modernize the 'check_describe' helper
` [PATCH 03/15] name-rev: use strip_suffix() in get_rev_name()
` [PATCH 04/15] name-rev: avoid unnecessary cast in name_ref()
` [PATCH 05/15] name-rev: use sizeof(*ptr) instead of sizeof(type) in allocation
` [PATCH 06/15] t6120: add a test to cover inner conditions in 'git name-rev's name_rev()
` [PATCH 07/15] name-rev: extract creating/updating a 'struct name_rev' into a helper
  ` [PATCH] name-rev: rewrite create_or_update_name()
` [PATCH 08/15] name-rev: pull out deref handling from the recursion
` [PATCH 09/15] name-rev: restructure parsing commits and applying date cutoff
` [PATCH 10/15] name-rev: restructure creating/updating 'struct rev_name' instances
` [PATCH 11/15] name-rev: drop name_rev()'s 'generation' and 'distance' parameters
` [PATCH 12/15] name-rev: eliminate recursion in name_rev()
` [PATCH 13/15] name-rev: cleanup name_ref()
` [PATCH 14/15] name-rev: plug a memory leak in name_rev()
` [PATCH 14/15] name-rev: plug memory leak in name_rev() in the deref case
` [PATCH 15/15] name-rev: plug a "
` [PATCH 15/15] name-rev: plug memory leak in name_rev()

[PATCH 0/4] fix user-manual with Asciidoctor
 2019-09-22 11:57 UTC  (5+ messages)
` [PATCH 1/4] user-manual.txt: add missing section label
` [PATCH 2/4] user-manual.txt: change header notation
` [PATCH 3/4] asciidoctor-extensions.rb: handle "book" doctype in linkgit
` [PATCH 4/4] user-manual.txt: render ASCII art correctly under Asciidoctor

[PATCH 0/1] git-config --add allows values from stdin
 2019-09-22  3:11 UTC  (2+ messages)

ProGit2 translation in Azerbaijani
 2019-09-21 22:36 UTC 

[RFC PATCH 0/3] grep: don't add subrepos to in-memory alternates
 2019-09-21 21:58 UTC  (7+ messages)
` [RFC PATCH 3/3] grep: don't add submodules to the alternates list

[PATCH 0/1] multi-pack-index: add --no-progress
 2019-09-21 12:11 UTC  (17+ 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 v2 2/6] midx: add progress to write_midx_file Add progress to write_midx_file. Progress is displayed when the MIDX_PROGRESS flag is set
  ` [PATCH v2 3/6] midx: add progress to expire_midx_packs Add progress to expire_midx_packs. "
  ` [PATCH v2 4/6] midx: honor the MIDX_PROGRESS flag in verify_midx_file Update verify_midx_file to only display progress "
  ` [PATCH v2 5/6] midx: honor the MIDX_PROGRESS flag in midx_repack Update midx_repack "
  ` [PATCH v2 6/6] multi-pack-index: add [--[no-]progress] option. Add the --[no-]progress option to git multi-pack-index. Pass the MIDX_PROGRESS flag to the subcommand functions when progress should be displayed by multi-pack-index. The progress feature was added to 'verify' in 144d703 ("multi-pack-index: report progress during 'verify'", 2018-09-13) but some subcommands were not updated to display progress, and the ability to opt-out was overlooked

German democratizer-missiles inevitable, unless
 2019-09-21  8:36 UTC 

[PATCH] travis-ci: ignore already tested trees in debug mode
 2019-09-21  7:40 UTC  (6+ messages)
      ` [PATCH v2] travis-ci: do not skip successfully "

[PATCH 1/1] .mailmap: update email address of Andrey Mazo
 2019-09-21  2:49 UTC  (2+ messages)

Git in Outreachy December 2019?
 2019-09-21  1:47 UTC  (3+ messages)

[PATCH] promisor-remote.h: drop extern from function declaration
 2019-09-21  0:03 UTC 

[PATCH] t4038: Remove non-portable '-a' option passed to test_cmp
 2019-09-20 22:06 UTC 

[PATCH v2] merge-recursive: symlink's descendants not in way
 2019-09-20 20:50 UTC  (6+ messages)

was the recent 'NOPATH' email humor or spam?
 2019-09-20 18:49 UTC 

What's cooking in git.git (Sep 2019, #02; Wed, 18)
 2019-09-20 19:22 UTC  (9+ messages)

[DISCUSSION] Growing the Git community
 2019-09-20 18:52 UTC  (26+ messages)

NOPATH: A Cannonically-First Git-Class
 2019-09-20 18:45 UTC 

[RFC PATCH] trace2: don't overload target directories
 2019-09-20 15:59 UTC  (9+ messages)
` [RFC PATCH v3 0/3] "
  ` [RFC PATCH v3 3/3] trace2: write overload message to sentinel files

[PATCH 0/9] [RFC] New sparse-checkout builtin and "cone" mode
 2019-09-20 14:37 UTC  (23+ messages)
` [PATCH 3/9] clone: add --sparse mode
` [PATCH 4/9] sparse-checkout: 'add' subcommand
` [PATCH v2 00/11] New sparse-checkout builtin and "cone" mode
  ` [PATCH v2 01/11] sparse-checkout: create builtin with 'list' subcommand
  ` [PATCH v2 02/11] sparse-checkout: create 'init' subcommand
  ` [PATCH v2 03/11] clone: add --sparse mode
  ` [PATCH v2 04/11] sparse-checkout: 'set' subcommand
  ` [PATCH v2 05/11] sparse-checkout: add '--stdin' option to set subcommand
  ` [PATCH v2 06/11] sparse-checkout: create 'disable' subcommand
  ` [PATCH v2 07/11] trace2: add region in clear_ce_flags
  ` [PATCH v2 08/11] sparse-checkout: add 'cone' mode
  ` [PATCH v2 09/11] sparse-checkout: use hashmaps for cone patterns
  ` [PATCH v2 10/11] sparse-checkout: init and set in cone mode
  ` [PATCH v2 11/11] unpack-trees: hash less "

[PATCH] doc: MyFirstContribution: fix cmd placement instructions
 2019-09-20  9:42 UTC  (3+ messages)

[PATCH] t/helper: ignore only executable files
 2019-09-20  9:36 UTC 

git-svn authors file in repo (Author: xxx not defined in .gitauthors file)
 2019-09-20  6:49 UTC  (3+ messages)

[PATCH] git: use COPY_ARRAY and MOVE_ARRAY in handle_alias()
 2019-09-19 20:48 UTC 

git-gui: missing some patches from git?
 2019-09-19 19:33 UTC  (12+ messages)

[PATCH] ls-remote: create '--count' option
 2019-09-19 18:40 UTC  (5+ messages)

Git Test Coverage Report (Sept 19)
 2019-09-19 14:23 UTC 

Promoting Ethnics-Ess-Nix, a friends-based search-engine
 2019-09-18 20:48 UTC  (15+ messages)

git-gui: duplicated key binds?
 2019-09-18 20:46 UTC  (3+ messages)

[PATCH] sha1_name: simplify strbuf handling in interpret_nth_prior_checkout()
 2019-09-18 20:02 UTC  (2+ messages)

[GIT PULL] git-gui pull request
 2019-09-18 19:23 UTC  (3+ messages)

[PATCH] Rewrite feature to render hg-to-git compatible with python2.x and 3.x
 2019-09-18 17:55 UTC  (4+ messages)
` [PATCH v2] hg-to-git: make it compatible with both python3 and python2
  ` [PATCH v3] "

[PATCH] doc: fix reference to --ignore-submodules
 2019-09-18 17:29 UTC  (2+ messages)

Potential Bug with Client Certificate Authentication (mTLS)
 2019-09-18 14:42 UTC 

Revision walking, commit dates, slop
 2019-09-18 12:26 UTC  (12+ messages)
                  ` [RFC/PATCH] commit-graph: generation v5 (backward compatible date ceiling)

[OFF-TOPIC] How to contribute to Git full-time?
 2019-09-18 10:30 UTC 


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