git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-09-19 14:43:21 to 2019-09-23 19:27:06 UTC [more...]

Git in Outreachy December 2019?
 2019-09-23 19:27 UTC  (21+ messages)

[PATCH] name-rev: avoid cutoff timestamp underflow
 2019-09-23 19:16 UTC  (9+ messages)

[PATCH 00/15] name-rev: eliminate recursion
 2019-09-23 18:59 UTC  (52+ 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()

How to see command line arguments passed to program in core.sshcommand?
 2019-09-23 18:38 UTC  (4+ messages)

[PATCH 0/3] fixes related to `make hdr-check`
 2019-09-23 18:34 UTC  (4+ messages)
` [PATCH 1/3] Makefile: use $(ALL_CFLAGS) in $(HCO) target
` [PATCH 2/3] apply.h: include missing header
` [PATCH 3/3] promisor-remote.h: "

[PATCH] t4038: Remove non-portable '-a' option passed to test_cmp
 2019-09-23 16:52 UTC  (2+ messages)

Draft of Git Rev News edition 55
 2019-09-23 15:01 UTC 

Git Test Coverage Report (Sept 19)
 2019-09-23 14:00 UTC  (2+ messages)

[DISCUSSION] Growing the Git community
 2019-09-23 12:36 UTC  (27+ messages)

[PATCH 0/1] git-config --add allows values from stdin
 2019-09-23 11:45 UTC  (4+ messages)

[Qemu-devel] [PATCH v6 0/4] 9p: Fix file ID collisions
 2019-09-23 11:19 UTC  (3+ messages)

Why is "Sparse checkout leaves no entry on working directory" fatal?
 2019-09-23 10:05 UTC 

[PATCH 0/2] t0028 fix test + more tests
 2019-09-23 10:04 UTC  (6+ messages)
` [PATCH 1/2] t0028: fix test for UTF-16-LE-BOM
` [PATCH 2/2] t0028: add more tests
` [PATCH v2 0/2] Update: fixed typos in commit message
  ` [PATCH v2 1/2] t0028: fix test for UTF-16-LE-BOM
  ` [PATCH v2 2/2] t0028: add more tests

[PATCH] git-svn: trim leading and trailing whitespaces in author name
 2019-09-23  9:55 UTC 

[PATCH] rebase: introduce --update-branches option
 2019-09-23  9:40 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/1] contrib/buildsystems: fix Visual Studio Debug configuration
 2019-09-23  8:28 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/1] git-add--interactive.perl: Add progress counter in the prompt
 2019-09-23  7:26 UTC  (2+ messages)
` [PATCH 1/1] "

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

[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

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 5/6] midx: honor the MIDX_PROGRESS flag in midx_repack Update midx_repack to only display progress "
  ` [PATCH v2 4/6] midx: honor the MIDX_PROGRESS flag in verify_midx_file Update verify_midx_file "
  ` [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)

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

[PATCH v2] merge-recursive: symlink's descendants not in way
 2019-09-20 20:50 UTC  (5+ 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)

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  (9+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 06/11] sparse-checkout: create 'disable' subcommand
  ` [PATCH v2 09/11] sparse-checkout: use hashmaps for cone patterns
  ` [PATCH v2 08/11] sparse-checkout: add 'cone' mode
  ` [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  (9+ messages)

[PATCH] ls-remote: create '--count' option
 2019-09-19 18:40 UTC  (4+ 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).