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

[PATCH v2] dir: special case check for the possibility that pathspec is NULL
 2019-10-07 18:04 UTC  (3+ messages)
` [PATCH v3] "

log -m output
 2019-10-07 17:57 UTC  (5+ messages)

[PATCH v2 0/1] quote: handle null and empty strings in sq_quote_buf_pretty()
 2019-10-07 17:47 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] quote: handle numm and empty strings in sq_quote_buf_pretty

[PATCH 0/1] multi-pack-index: add --no-progress
 2019-10-07 17:29 UTC  (9+ 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>

git-gui: automatically move focus to staged file before typing commit message?
 2019-10-07 17:11 UTC  (11+ messages)
                ` [PATCH 1/2] git-gui: implement proc select_path_in_widget
                  ` [PATCH 2/2] git-gui: select staged on ui_comm focus

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

[PATCH v2] merge-recursive: fix the diff3 common ancestor label for virtual commits
 2019-10-07 15:52 UTC  (4+ messages)
` [PATCH v3] "
    ` [PATCH] merge-recursive: fix the fix to the diff3 common ancestor label

[PATCH 0/9] [RFC] New sparse-checkout builtin and "cone" mode
 2019-10-07 13:56 UTC  (18+ messages)
` [PATCH v2 00/11] "
  ` [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 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

Regression in v2.23
 2019-10-07 13:48 UTC  (2+ messages)

[PATCH] Feature: custom guitool commands can now have custom keyboard shortcuts
 2019-10-07 10:43 UTC  (20+ messages)
                        ` GitGUIGadget, was "

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

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

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

What's cooking in git.git (Oct 2019, #02; Mon, 7)
 2019-10-07  3:38 UTC 

[PATCH] git-gui: add a readme
 2019-10-07  1:39 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] tests: remove "cat foo" before "test_i18ngrep bar foo"
 2019-10-07  1:19 UTC  (2+ messages)

[PATCH v4 5/6] rebase -i: support --ignore-date
 2019-10-06 17:57 UTC  (2+ messages)

[GSoC][PATCHl 0/6] rebase -i: support more options
 2019-10-06 17:57 UTC  (9+ 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

PATCH] remove duplicate #include directives
 2019-10-06 10:16 UTC  (5+ messages)

[PATCH v2 0/1] git-p4: auto-delete named temporary file
 2019-10-06  2:43 UTC  (5+ messages)
` [PATCH v2 1/1] "

[RFC PATCH 3/3] format-patch: use a command to generate the output directory name
 2019-10-06  0:57 UTC  (4+ messages)
` [PATCH v2 1/2] format-patch: create leading components of output directory
  ` [PATCH v2 2/2] [RFC] format-patch: configure a command to generate the output directory name

[PATCH] convert: fix handling of dashless UTF prefix in validate_encoding()
 2019-10-06  0:41 UTC  (2+ messages)

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

What's cooking in git.git (Oct 2019, #01; Thu, 3)
 2019-10-05 23:36 UTC  (5+ messages)

[BUG] incorrect line numbers reported in git am
 2019-10-05 22:51 UTC  (5+ messages)
` [PATCH] apply: tell user location of corrupted patch file

[PATCH 00/15] SHA-256 test fixes, part 6
 2019-10-05 21:12 UTC  (16+ messages)
` [PATCH 01/15] t/oid-info: allow looking up hash algorithm name
` [PATCH 02/15] t/oid-info: add empty tree and empty blob values
` [PATCH 03/15] rev-parse: add an --object-format option
` [PATCH 04/15] t1305: avoid comparing extensions
` [PATCH 05/15] t3429: remove SHA1 annotation
` [PATCH 06/15] t4010: abstract away SHA-1-specific constants
` [PATCH 07/15] t4011: "
` [PATCH 08/15] t4015: "
` [PATCH 09/15] t4027: make hash-size independent
` [PATCH 10/15] t4034: abstract away SHA-1-specific constants
` [PATCH 11/15] t4038: abstract away SHA-1 specific constants
` [PATCH 12/15] t4039: abstract away SHA-1-specific constants
` [PATCH 13/15] t4044: update test to work with SHA-256
` [PATCH 14/15] t4045: make hash-size independent
` [PATCH 15/15] t4048: abstract away SHA-1-specific constants

unsibscribe git
 2019-10-05 17:05 UTC  (2+ messages)

[PATCH] userdiff: Fix some corner cases in dts regex
 2019-10-05 14:09 UTC  (2+ messages)

[PATCH] Documentation: update the location of the git-gui repo
 2019-10-05 12:57 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] git-rev-list.txt: prune options in synopsis
 2019-10-05  9:07 UTC  (2+ messages)

[RFC PATCH] trace2: don't overload target directories
 2019-10-04 22:08 UTC  (12+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 3/4] "
` [PATCH v5 0/4] trace2: discard new traces if the target directory contains too many files
  ` [PATCH v5 1/4] docs: mention trace2 target-dir mode in git-config
  ` [PATCH v5 2/4] docs: clarify trace2 version invariants
  ` [PATCH v5 3/4] trace2: discard new traces if target directory has too many files
  ` [PATCH v5 4/4] trace2: write discard message to sentinel files

[PATCH v2 0/1] git-gui: respect core.hooksPath, falling back to .git/hooks
 2019-10-04 21:41 UTC  (3+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] Fix gitdir e.g. to respect core.hooksPath

[PATCH 0/1] git-gui: respect core.hooksPath, falling back to .git/hooks
 2019-10-04 19:56 UTC  (10+ messages)
` [PATCH 1/1] "

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

[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  (4+ messages)

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

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

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

[PATCH v2 0/8] fast export/import: handle nested tags, improve incremental exports
 2019-10-04  5:51 UTC  (3+ messages)
` [PATCH -v3 "

[BUG/PATCH 0/5] t4214: cleanup and demonstrate graph bug
 2019-10-04  5:50 UTC  (3+ messages)
` [PATCH v2 "


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