git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-09-23 19:16:30 to 2019-09-26 14:20:35 UTC [more...]

[PATCH 0/4] fix BUG() with "git am -i --resolved"
 2019-09-26 14:20 UTC  (8+ messages)
` [PATCH 4/4] am: fix --interactive HEAD tree resolution

[PATCH 00/11] hashmap: bugfixes, safety fixes, and WIP improvements
 2019-09-26 13:48 UTC  (32+ 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] git: use COPY_ARRAY and MOVE_ARRAY in handle_alias()
 2019-09-26 13:43 UTC  (5+ messages)
  ` sizeof(var) vs sizeof(type), was "

Git in Outreachy December 2019?
 2019-09-26 13:28 UTC  (27+ messages)

[PATCH 0/3] scan-build fixes
 2019-09-26 13:13 UTC  (7+ messages)
` [PATCH 1/3] commit-graph: remove a duplicate assignment
` [PATCH 2/3] diffcore-break: use a goto instead of a redundant if statement
` [PATCH 3/3] wrapper: use a loop instead of repetitive statements

Number of Outreachy interns and co-mentors
 2019-09-26 13:12 UTC 

[PATCH 0/3] fixes related to `make hdr-check`
 2019-09-26 12:57 UTC  (12+ messages)
` [PATCH 1/3] Makefile: use $(ALL_CFLAGS) in $(HCO) target
` [PATCH 4/3] pack-bitmap.h: fix unused variable warning
` [PATCH v2 0/4] fixes related to `make hdr-check`
  ` [PATCH v2 1/4] apply.h: include missing header
  ` [PATCH v2 2/4] promisor-remote.h: "
  ` [PATCH v2 3/4] pack-bitmap.h: remove magic number
  ` [PATCH v2 4/4] Makefile: emulate compile in $(HCO) target better

[PATCH] add a Code of Conduct document
 2019-09-26 12:16 UTC  (25+ messages)
    ` [PATCH] CODE_OF_CONDUCT: mention individual project-leader emails

Virtual Git Contributor Summit
 2019-09-26 10:54 UTC  (4+ messages)

[PATCH 00/13] ci: include a Visual Studio build & test in our Azure Pipeline
 2019-09-26  8:30 UTC  (14+ messages)
` [PATCH 01/13] push: do not pretend to return `int` from `die_push_simple()`
` [PATCH 02/13] msvc: avoid using minus operator on unsigned types
` [PATCH 03/13] winansi: use FLEX_ARRAY to avoid compiler warning
` [PATCH 04/13] compat/win32/path-utils.h: add #include guards
` [PATCH 05/13] msvc: ignore some libraries when linking
` [PATCH 06/13] msvc: handle DEVELOPER=1
` [PATCH 07/13] msvc: work around a bug in GetEnvironmentVariable()
` [PATCH 08/13] vcxproj: only copy `git-remote-http.exe` once it was built
` [PATCH 09/13] vcxproj: include more generated files
` [PATCH 10/13] test-tool run-command: learn to run (parts of) the testsuite
` [PATCH 11/13] tests: let --immediate and --write-junit-xml play well together
` [PATCH 12/13] ci: really use shallow clones on Azure Pipelines
` [PATCH 13/13] ci: also build and test with MS Visual Studio "

[PATCH] promisor-remote: skip move_to_tail when n=1
 2019-09-26  7:55 UTC  (2+ messages)

[PATCH 0/2] Fix git stash with skip-worktree entries
 2019-09-26  7:42 UTC  (3+ messages)
` [PATCH 1/2] update-index: optionally leave skip-worktree entries alone
` [PATCH 2/2] stash: handle staged changes in skip-worktree files correctly

Git in Outreachy December 2019?
 2019-09-26  7:09 UTC  (5+ messages)

Common thread pool API in Git?
 2019-09-26  0:35 UTC  (2+ messages)

[PATCH v3 00/12] Fix some git clean issues
 2019-09-25 21:55 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 04/12] dir: also check directories for matching pathspecs
    ` [BUG] git is segfaulting, was "

[PATCH 1/2] git-gui: use existing interface to query a path's attribute
 2019-09-25 20:38 UTC  (2+ messages)
` [PATCH 2/2] git-gui: support for diff3 conflict style

[PATCH v1 1/5] sequencer: update `total_nr' when adding an item to a todo list
 2019-09-25 20:20 UTC  (6+ messages)
` [PATCH v1 2/5] sequencer: update `done_nr' when skipping commands in "
` [PATCH v1 3/5] sequencer: move the code writing total_nr on the disk to a new function
` [PATCH v1 4/5] rebase: fill `squash_onto' in get_replay_opts()
` [PATCH v1 5/5] sequencer: directly call pick_commits() from complete_action()
` [PATCH v1 0/5] Use complete_action's todo list to do the rebase

[BUG/PATCH 0/5] t4214: cleanup and demonstrate graph bug
 2019-09-25 17:09 UTC  (7+ messages)
` [BUG/PATCH 1/5] test-lib: let test_merge() perform octopus merges
` [BUG/PATCH 2/5] t4214: use test_merge
` [BUG/PATCH 3/5] t4214: generate expect in their own test cases
` [BUG/PATCH 4/5] t4214: explicitly list tags in log
` [BUG/PATCH 5/5] t4214: demonstrate octopus graph coloring failure

[PATCH 0/1] git-add--interactive.perl: Add progress counter in the prompt
 2019-09-25 15:38 UTC  (4+ messages)
` [PATCH 1/1] "

Bi-Weekly Standup - Time/timezone in calendar?
 2019-09-25 15:30 UTC  (3+ messages)

[PATCH 0/1] contrib/buildsystems: fix Visual Studio Debug configuration
 2019-09-25 15:20 UTC  (4+ messages)
` [PATCH 1/1] "

[DISCUSSION] Growing the Git community
 2019-09-25 14:14 UTC  (8+ messages)

git-gui: failure to distinguish 3-way common ancestors in hunk markers (#2340)
 2019-09-25 13:34 UTC  (5+ messages)
` Fwd: "

[PATCH 0/1] stash apply: be prepared to run in a worktree's subdirectory
 2019-09-25 12:45 UTC  (2+ messages)
` [PATCH 1/1] stash apply: report status correctly even "

[ANNOUNCE] Git Rev News edition 55
 2019-09-25 12:40 UTC 

[PATCH 0/2] Git's rename detection requires a stable sort
 2019-09-25  8:36 UTC  (3+ messages)
` [PATCH 1/2] Move git_sort(), a stable sort, into into libgit.a
` [PATCH 2/2] diffcore_rename(): use a stable sort

[PATCH 0/8] fast export/import: handle nested tags, improve incremental exports
 2019-09-25  1:40 UTC  (9+ messages)
` [PATCH 1/8] fast-export: fix exporting a tag and nothing else
` [PATCH 2/8] fast-import: fix handling of deleted tags
` [PATCH 3/8] fast-import: allow tags to be identified by mark labels
` [PATCH 4/8] fast-import: add support for new 'alias' command
` [PATCH 5/8] fast-export: add support for --import-marks-if-exists
` [PATCH 6/8] fast-export: allow user to request tags be marked with --mark-tags
` [PATCH 7/8] t9350: add tests for tags of things other than a commit
` [PATCH 8/8] fast-export: handle nested tags

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

[PATCH] completion (zsh): fix misleading install location
 2019-09-24 20:51 UTC  (2+ messages)

[RFC PATCH 0/9] rebase -i: extend rebase.missingCommitsCheck to `--edit-todo' and co
 2019-09-24 20:15 UTC  (5+ messages)

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

[PATCH 00/15] name-rev: eliminate recursion
 2019-09-24 17:03 UTC  (13+ messages)
` [PATCH 08/15] name-rev: pull out deref handling from the recursion

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  (3+ messages)
` git-gui contributions, was "

[PATCH 0/2] t0028 fix test + more tests
 2019-09-24 10:40 UTC  (13+ messages)
` [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] name-rev: avoid cutoff timestamp underflow
 2019-09-24  7:32 UTC  (8+ 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] t/helper: ignore only executable files
 2019-09-23 22:31 UTC  (2+ messages)

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

Git in Outreachy December 2019?
 2019-09-23 20:48 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).