git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-10-01 18:45:35 to 2019-10-04 15:09:36 UTC [more...]

[PATCH 00/13] ci: include a Visual Studio build & test in our Azure Pipeline
 2019-10-04 15:09 UTC  (15+ messages)
` [PATCH v2 "
  ` [PATCH v2 02/13] msvc: avoid using minus operator on unsigned types
  ` [PATCH v2 01/13] push: do not pretend to return `int` from `die_push_simple()`
  ` [PATCH v3 00/13] ci: include a Visual Studio build & test in our Azure Pipeline
    ` [PATCH v3 01/13] push: do not pretend to return `int` from `die_push_simple()`
    ` [PATCH v3 02/13] msvc: avoid using minus operator on unsigned types
    ` [PATCH v3 03/13] winansi: use FLEX_ARRAY to avoid compiler warning
    ` [PATCH v3 05/13] msvc: ignore some libraries when linking
    ` [PATCH v3 07/13] msvc: work around a bug in GetEnvironmentVariable()
    ` [PATCH v3 08/13] vcxproj: only copy `git-remote-http.exe` once it was built

[DISCUSSION] Growing the Git community
 2019-10-04 14:27 UTC  (8+ messages)

[PATCH 0/1] stash apply: be prepared to run in a worktree's subdirectory
 2019-10-04 12:30 UTC  (6+ messages)
` [PATCH 1/1] stash apply: report status correctly even "
` [PATCH v2 0/1] stash apply: be prepared to run "
  ` [PATCH v2 1/1] stash apply: report status correctly even "

[Outreachy] Outreachy internship program
 2019-10-04 12:26 UTC  (5+ messages)

[PATCH] Feature: custom guitool commands can now have custom keyboard shortcuts
 2019-10-04 12:01 UTC  (7+ messages)

Git Basics Episode 1 GUI
 2019-10-04 11:08 UTC  (4+ messages)

What's cooking in git.git (Oct 2019, #01; Thu, 3)
 2019-10-04  9:44 UTC  (6+ messages)

[GSoC][PATCHl 0/6] rebase -i: support more options
 2019-10-04  9:37 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/6] rebase -i: add --ignore-whitespace flag
  ` [PATCH v4 3/6] rebase -i: support --committer-date-is-author-date

bad error message - Not a git repository (or any of the parent directories): .git
 2019-10-04  9:33 UTC  (2+ messages)

[RFC PATCH] trace2: don't overload target directories
 2019-10-04  9:12 UTC  (8+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 1/4] docs: mention trace2 target-dir mode in git-config
  ` [PATCH v4 2/4] docs: clarify trace2 version invariants
  ` [PATCH v4 3/4] trace2: don't overload target directories
  ` [PATCH v4 4/4] trace2: write overload message to sentinel files

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

[PATCH v2 0/1] git-add--interactive.perl: Add progress counter in the prompt
 2019-10-04  5:52 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] add -i: Show "

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

[PATCH 0/1] fetch --multiple: respect --jobs=
 2019-10-04  4:33 UTC  (3+ messages)
` [PATCH 1/1] fetch: let --jobs=<n> parallelize --multiple, too

[PATCH v2 00/19] hashmap bug/safety/ease-of-use fixes
 2019-10-04  3:29 UTC  (5+ messages)
` [PATCH v2 18/19] OFFSETOF_VAR macro to simplify hashmap iterators

[PATCH 0/1] fsmonitor: don't fill bitmap with entries to be removed
 2019-10-03 23:36 UTC  (5+ messages)
` [PATCH 1/1] "

PATCH] remove duplicate #include directives
 2019-10-03 23:15 UTC  (2+ messages)

[RFC PATCH v4 0/3] grep: no leaks or crashes (windows testing needed)
 2019-10-03 22:57 UTC  (10+ messages)
` [RFC PATCH v5 0/3] grep: almost no more leaks, hopefully no crashes
  ` [RFC PATCH v5 2/3] grep: make PCRE2 aware of custom allocator

[BUG] incorrect line numbers reported in git am
 2019-10-03 22:56 UTC  (8+ messages)

[PATCH 0/1] multi-pack-index: add --no-progress
 2019-10-03 22:46 UTC  (18+ 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 v3 0/6] multi-pack-index: add --no-progress
    ` [PATCH v3 1/6] midx: add MIDX_PROGRESS flag
    ` [PATCH v3 2/6] midx: add progress to write_midx_file
    ` [PATCH v3 3/6] midx: add progress to expire_midx_packs
    ` [PATCH v3 4/6] midx: honor the MIDX_PROGRESS flag in verify_midx_file
    ` [PATCH v3 5/6] midx: honor the MIDX_PROGRESS flag in midx_repack
    ` [PATCH v3 6/6] multi-pack-index: add [--[no-]progress] option

[PATCH 0/9] [RFC] New sparse-checkout builtin and "cone" mode
 2019-10-03 22:28 UTC  (4+ messages)
` [PATCH v2 00/11] "

[PATCH 1/2] git-gui: use existing interface to query a path's attribute
 2019-10-03 21:40 UTC  (7+ messages)
` [PATCH 2/2] git-gui: support for diff3 conflict style

[PATCH 0/1] gitk: Addressing error running on MacOS with large repos
 2019-10-03 20:49 UTC  (2+ messages)
` [PATCH 1/1] "

(no subject)
 2019-10-03 20:17 UTC  (2+ messages)
` subscribing to list

[PATCH 1/3] format-patch: document and exercise that -o does only create the trailing directory
 2019-10-03 16:34 UTC  (7+ messages)
` [PATCH 2/3] format-patch: create output directory including leading components
` [RFC PATCH 3/3] format-patch: use a command to generate the output directory name

[RFC PATCH 00/10] Rewrite packfile reuse code
 2019-10-03  6:55 UTC  (8+ messages)
` [RFC PATCH 10/10] pack-objects: improve partial packfile reuse

[PATCH 0/1] Avoid segmentation fault in git range-diff when diff.noprefix=true
 2019-10-03  2:11 UTC  (11+ messages)
` [PATCH 1/1] range-diff: internally force `diff.noprefix=false`
` [PATCH v2 0/1] Avoid segmentation fault in git range-diff when diff.noprefix=true
  ` [PATCH v2 1/1] range-diff: internally force `diff.noprefix=true`

[PATCH v2 2/2] git-gui: support for diff3 conflict style
 2019-10-02 23:54 UTC  (8+ messages)
` [PATCH v3 1/2] git-gui: use existing interface to query a path's attribute
  ` [PATCH v3 2/2] git-gui: support for diff3 conflict style

[PATCH 0/2] add trace2 regions to fetch & push
 2019-10-02 23:49 UTC  (3+ messages)
` [PATCH 1/2] fetch: add trace2 instrumentation
` [PATCH 2/2] push: "

git-gui: disable the "loose objects popup" dialog?
 2019-10-02 20:41 UTC  (8+ messages)

ProGit2 translation in Azerbaijani
 2019-10-02 20:05 UTC  (3+ messages)

[PATCH v1 1/5] sequencer: update `total_nr' when adding an item to a todo list
 2019-10-02 18:37 UTC  (17+ messages)
` [PATCH v1 4/5] rebase: fill `squash_onto' in get_replay_opts()
` [PATCH v1 5/5] sequencer: directly call pick_commits() from complete_action()

git-grep in sparse checkout
 2019-10-02 16:46 UTC  (9+ messages)

[PATCH] fetch-pack: write fetched refs to .promisor
 2019-10-02 16:03 UTC  (3+ messages)

[PATCH] dir: special case check for the possibility that pathspec is NULL
 2019-10-02 15:51 UTC  (8+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

v2.22.1 and later regression wrt display of progress indicators
 2019-10-02 15:47 UTC  (3+ messages)
` [PATCH 0/2] Revert "progress: use term_clear_line()"

[PATCH 0/3] fixes related to `make hdr-check`
 2019-10-02 15:41 UTC  (4+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 4/4] Makefile: emulate compile in $(HCO) target better

[PATCH v5] commit-graph: remove a duplicate assignment
 2019-10-02 15:32 UTC  (4+ messages)
` [PATCH v5] wrapper: use a loop instead of repetitive statements

missing tags from "git fetch"
 2019-10-02 15:24 UTC  (3+ messages)

git crash in range-diff
 2019-10-02 14:16 UTC  (3+ messages)

git checkout with an ambiguous rev
 2019-10-02 13:28 UTC  (2+ messages)

[PATCH 0/1] Include hdr-check in the CI builds
 2019-10-02  9:17 UTC  (6+ messages)
` [PATCH 1/1] ci: run `hdr-check` as part of the `Static Analysis` job

[PATCH 0/1] commit-graph: emit trace2 cmd_mode for each sub-command
 2019-10-02  8:02 UTC  (4+ messages)

[PATCH 0/1] gitignore: ignore comments on the same line as a pattern
 2019-10-02  7:02 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] t0000: cover GIT_SKIP_TESTS blindspot
 2019-10-02  6:14 UTC 

[PATCH] shallow.c: Don't free unallocated slabs
 2019-10-02  6:01 UTC  (3+ messages)

[PATCH v4] diffcore-break: use a goto instead of a redundant if statement
 2019-10-02  5:55 UTC  (6+ messages)

[PATCH 0/2] Git's rename detection requires a stable sort
 2019-10-02  5:47 UTC  (3+ messages)
` [PATCH v2 "

git mailinfo with patch parser
 2019-10-02  5:41 UTC  (3+ messages)

[PATCH] completion (zsh): fix misleading install location
 2019-10-01 21:05 UTC  (2+ messages)

[PATCH v2 06/11] grep: replace grep_read_mutex by internal obj read lock
 2019-10-01 19:23 UTC  (2+ messages)
` [PATCH] squash! "


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