git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-09-20 15:59:11 to 2019-09-24 17:41:03 UTC [more...]

[PATCH] add a Code of Conduct document
 2019-09-24 17:40 UTC  (13+ messages)

How to see command line arguments passed to program in core.sshcommand?
 2019-09-24 17:12 UTC  (5+ messages)

Git in Outreachy December 2019?
 2019-09-24 17:07 UTC  (32+ messages)

[PATCH 00/15] name-rev: eliminate recursion
 2019-09-24 17:03 UTC  (37+ 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 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 0/1] contrib/buildsystems: fix Visual Studio Debug configuration
 2019-09-24 14:17 UTC  (3+ messages)
` [PATCH 1/1] "

git-gui: missing some patches from git?
 2019-09-24 14:06 UTC  (9+ messages)

What's cooking in git.git (Sep 2019, #02; Wed, 18)
 2019-09-24 12:23 UTC  (11+ messages)
` git-gui contributions, was "

[PATCH 0/2] t0028 fix test + more tests
 2019-09-24 10:40 UTC  (15+ 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 2/2] t0028: add more tests
  ` [PATCH v2 1/2] t0028: fix test for UTF-16-LE-BOM
  ` [PATCH v3 0/2] Update: fixed typos in commit message
    ` [PATCH v3 1/2] t0028: fix test for UTF-16-LE-BOM
    ` [PATCH v3 2/2] t0028: add more tests

I just pulled, and git log --graph does not show all
 2019-09-24 10:22 UTC 

[PATCH 0/3] fixes related to `make hdr-check`
 2019-09-24  9:08 UTC  (5+ 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 4/3] pack-bitmap.h: fix unused variable warning

[Qemu-devel] [PATCH v6 0/4] 9p: Fix file ID collisions
 2019-09-24  9:03 UTC  (5+ messages)
        ` git format.from (was: 9p: Fix file ID collisions)

[PATCH] name-rev: avoid cutoff timestamp underflow
 2019-09-24  7:32 UTC  (11+ messages)

Git Test Coverage Report (Sept 19)
 2019-09-24  6:58 UTC  (3+ messages)

[BUG] Adding a submodule containing submodules in a branch and checkout --recurse-submodules
 2019-09-24  2:59 UTC 

[PATCH 00/11] hashmap: bugfixes, safety fixes, and WIP improvements
 2019-09-24  1:03 UTC  (21+ messages)
` [PATCH v2 00/19] hashmap bug/safety/ease-of-use fixes
  ` [PATCH v2 01/19] diff: use hashmap_entry_init on moved_entry.ent
  ` [PATCH v2 02/19] coccicheck: detect hashmap_entry.hash assignment
  ` [PATCH v2 03/19] packfile: use hashmap_entry in delta_base_cache_entry
  ` [PATCH v2 04/19] hashmap_entry_init takes "struct hashmap_entry *"
  ` [PATCH v2 05/19] hashmap_get_next takes "const struct "
  ` [PATCH v2 06/19] hashmap_add takes "struct "
  ` [PATCH v2 07/19] hashmap_get takes "const struct "
  ` [PATCH v2 08/19] hashmap_remove "
  ` [PATCH v2 09/19] hashmap_put takes "struct "
  ` [PATCH v2 10/19] introduce container_of macro
  ` [PATCH v2 11/19] hashmap_get_next returns "struct hashmap_entry *"
  ` [PATCH v2 12/19] hashmap: use *_entry APIs to wrap container_of
  ` [PATCH v2 13/19] hashmap_get{,_from_hash} return "struct hashmap_entry *"
  ` [PATCH v2 14/19] hashmap_cmp_fn takes hashmap_entry params
  ` [PATCH v2 15/19] hashmap: use *_entry APIs for iteration
  ` [PATCH v2 16/19] hashmap: hashmap_{put,remove} return hashmap_entry *
  ` [PATCH v2 17/19] hashmap: introduce hashmap_free_entries
  ` [PATCH v2 18/19] OFFSETOF_VAR macro to simplify hashmap iterators
  ` [PATCH v2 19/19] hashmap: remove type arg from hashmap_{get,put,remove}_entry

[PATCH] t/helper: ignore only executable files
 2019-09-23 22:31 UTC  (2+ messages)

[PATCH] git: use COPY_ARRAY and MOVE_ARRAY in handle_alias()
 2019-09-23 22:27 UTC  (2+ messages)

[PATCH 0/1] multi-pack-index: add --no-progress
 2019-09-23 21:55 UTC  (19+ 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

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

[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 

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

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

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

[PATCH 07/15] name-rev: extract creating/updating a 'struct name_rev' into a helper
 2019-09-22  8:18 UTC  (2+ messages)
` [PATCH] name-rev: rewrite create_or_update_name()

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

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 

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


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