git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-01-25 02:19:59 to 2019-01-28 17:01:35 UTC [more...]

Git checkout multiple options issue
 2019-01-28 16:55 UTC  (7+ messages)

[PATCH on sb/more-repo-in-api] revision: use commit graph in get_reference()
 2019-01-28 16:57 UTC  (11+ messages)
` Regression in: "
        ` [PATCH] object_as_type: initialize commit-graph-related fields of 'struct commit'

[PATCH v1] git-instaweb: Add Python builtin http.server support
 2019-01-28 16:52 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 00/14] Trace2 tracing facility
 2019-01-28 16:15 UTC  (11+ messages)
` [PATCH 01/14] trace2: Documentation/technical/api-trace2.txt
` [PATCH 02/14] trace2: create new combined trace facility

[PATCH] test-xml-encode: fix sparse NULL pointer warnings
 2019-01-28 16:10 UTC  (2+ messages)
` sparse job, was "

[PATCH v3 00/21] Offer to run CI/PR builds in Azure Pipelines
 2019-01-28 16:02 UTC  (55+ messages)
` [PATCH v4 "
  ` [PATCH v4 03/21] ci/lib.sh: encapsulate Travis-specific things
  ` [PATCH v4 04/21] ci: inherit --jobs via MAKEFLAGS in run-build-and-tests
  ` [PATCH v4 06/21] test-date: add a subcommand to measure times in shell scripts
  ` [PATCH v4 09/21] Add a build definition for Azure DevOps
  ` [PATCH v4 08/21] ci/lib.sh: add support for Azure Pipelines
  ` [PATCH v4 10/21] ci: move the Windows job to the top
  ` [PATCH v4 17/21] tests: add t/helper/ to the PATH with --with-dashes
  ` [PATCH v4 18/21] t0061: fix with --with-dashes and RUNTIME_PREFIX
  ` [PATCH v5 00/21] Offer to run CI/PR builds in Azure Pipelines
    ` [PATCH v5 01/21] travis: fix skipping tagged releases
    ` [PATCH v5 02/21] ci: rename the library of common functions
    ` [PATCH v5 03/21] ci/lib.sh: encapsulate Travis-specific things
    ` [PATCH v5 04/21] ci: inherit --jobs via MAKEFLAGS in run-build-and-tests
    ` [PATCH v5 05/21] ci: use a junction on Windows instead of a symlink
    ` [PATCH v5 07/21] tests: optionally write results as JUnit-style .xml
    ` [PATCH v5 06/21] test-date: add a subcommand to measure times in shell scripts
    ` [PATCH v5 08/21] ci/lib.sh: add support for Azure Pipelines
    ` [PATCH v5 09/21] Add a build definition for Azure DevOps
    ` [PATCH v5 10/21] ci: add a Windows job to the Azure Pipelines definition
    ` [PATCH v5 11/21] ci: use git-sdk-64-minimal build artifact
    ` [PATCH v5 12/21] mingw: be more generous when wrapping up the setitimer() emulation
    ` [PATCH v5 13/21] README: add a build badge (status of the Azure Pipelines build)
    ` [PATCH v5 14/21] tests: avoid calling Perl just to determine file sizes
    ` [PATCH v5 15/21] tests: include detailed trace logs with --write-junit-xml upon failure
    ` [PATCH v5 16/21] mingw: try to work around issues with the test cleanup
    ` [PATCH v5 17/21] tests: add t/helper/ to the PATH with --with-dashes
    ` [PATCH v5 18/21] t0061: fix with --with-dashes and RUNTIME_PREFIX
    ` [PATCH v5 19/21] tests: optionally skip bin-wrappers/
    ` [PATCH v5 20/21] ci: speed up Windows phase
    ` [PATCH v5 21/21] ci: parallelize testing on Windows

There should be a `.gitbless; file, protecting files from git clean
 2019-01-28 15:30 UTC  (5+ messages)

[PATCH/RFC] completion: complete refs in multiple steps
 2019-01-28 14:38 UTC  (2+ messages)

[PATCH v2 1/8] technical doc: add a design doc for the evolve command
 2019-01-28 13:05 UTC  (9+ messages)
` [PATCH v2 2/8] sha1-array: Implement oid_array_readonly_contains
` [PATCH v2 3/8] ref-filter: Add the metas namespace to ref-filter
` [PATCH v2 4/8] evolve: Add support for parsing metacommits
` [PATCH v2 5/8] evolve: Add the change-table structure
` [PATCH v2 6/8] evolve: Add support for writing metacommits
` [PATCH v2 7/8] evolve: Implement the git change command
` [PATCH v2 8/8] evolve: Add the git change list command

Worktree creation race
 2019-01-28 12:58 UTC  (2+ messages)

[PATCH] implicit interactive rebase: don't run sequence editor
 2019-01-28 10:27 UTC 

[PATCH] rebase -x: sanity check command
 2019-01-28 10:26 UTC 

[PATCH v2 1/3] Add tests for describe with --work-tree
 2019-01-28 10:06 UTC  (10+ messages)
` [PATCH v2 2/3] Setup working tree in describe
` [PATCH v2 3/3] Add test for describe with a bare repository

[PATCH v3 1/8] technical doc: add a design doc for the evolve command
 2019-01-28  8:01 UTC  (11+ messages)
` [PATCH v3 2/8] sha1-array: Implement oid_array_readonly_contains
` [PATCH v3 3/8] ref-filter: Add the metas namespace to ref-filter
` [PATCH v3 4/8] evolve: Add support for parsing metacommits
` [PATCH v3 5/8] evolve: Add the change-table structure
` [PATCH v3 6/8] evolve: Add support for writing metacommits
` [PATCH v3 7/8] evolve: Implement the git change command
` [PATCH v3 8/8] evolve: Add the git change list command

[PATCH v2] git-submodule.sh: shorten submodule SHA-1s using rev-parse
 2019-01-28  2:33 UTC  (3+ messages)

[PATCH 00/14] nd/diff-parseopt part 1
 2019-01-28  0:33 UTC  (16+ messages)
` [PATCH 01/14] parse-options.h: remove extern on function prototypes
` [PATCH 02/14] parse-options: add one-shot mode
` [PATCH 03/14] parse-options: disable option abbreviation with PARSE_OPT_KEEP_UNKNOWN
` [PATCH 04/14] parse-options: add OPT_BITOP()
` [PATCH 05/14] parse-options: stop abusing 'callback' for lowlevel callbacks
` [PATCH 06/14] parse-options: avoid magic return codes
` [PATCH 07/14] parse-options: allow ll_callback with OPTION_CALLBACK
` [PATCH 08/14] diff.h: keep forward struct declarations sorted
` [PATCH 09/14] diff.h: avoid bit fields in struct diff_flags
` [PATCH 10/14] diff.c: prepare to use parse_options() for parsing
` [PATCH 11/14] diff.c: convert -u|-p|--patch
` [PATCH 12/14] diff.c: convert -U|--unified
` [PATCH 13/14] diff.c: convert -W|--[no-]function-context
` [PATCH 14/14] diff.c: convert --raw

[PATCH] log,diff-tree: add --combined-with-paths options for merges with renames
 2019-01-28  0:19 UTC  (17+ messages)
` [PATCH v2] "
  ` [PATCH v3] log,diff-tree: add --combined-all-names option

[PATCH v3 0/9] Create 'expire' and 'repack' verbs for git-multi-pack-index
 2019-01-27 22:50 UTC  (8+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 07/10] multi-pack-index: prepare 'repack' subcommand
  ` [PATCH v4 08/10] midx: implement midx_repack()

[PATCH v3 1/3] t5323: test cases for git-pack-redundant
 2019-01-27 22:34 UTC  (9+ messages)
` [PATCH/RFC v2 1/1] test-lint: Only use only sed [-n] [-e command] [-f command_file]

[PATCH 1/8] technical doc: add a design doc for the evolve command
 2019-01-27 19:08 UTC  (4+ messages)
` [PATCH 2/8] evolve: Implement oid_array_contains_nondestructive

unclear docs
 2019-01-27 11:55 UTC  (2+ messages)

Add author and committer configuration settings
 2019-01-27  4:48 UTC  (8+ messages)
` [PATCH v2 1/2] config: allow giving separate author and committer idents
` [PATCH v2 2/2] tests: add test for "

Checkout branch and prune everything related to previous checkout (incl. LFS remains)
 2019-01-27  0:16 UTC 

[PATCH] fetch: prefer suffix substitution in compact fetch.output
 2019-01-26 23:57 UTC  (3+ messages)

[PATCH 0/4] Let the builtin rebase call the git am command directly
 2019-01-26 21:13 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 4/4] built-in rebase: call `git am` directly

[PATCH] trace2: fix hdr-check warnings
 2019-01-26 21:07 UTC 

[PATCH 2/2] Setup working tree in describe
 2019-01-26 14:28 UTC  (4+ messages)

[PATCH] rebase: move state_dir to tmp prior to deletion
 2019-01-26 13:59 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/2] Add tests for describe with --work-tree
 2019-01-26 10:40 UTC 

env GIT_WORK_TREE ignored by git describe --dirty
 2019-01-26  0:52 UTC 

Writing merge strategy?
 2019-01-25 21:33 UTC  (2+ messages)

[PATCH v2 2/3] setup: do not use invalid `repository_format`
 2019-01-25 19:51 UTC  (8+ messages)
` [PATCH v3 0/2] setup: fix memory leaks with `struct repository_format`
  ` [PATCH v3 2/2] "

Compiling pu fails: diff.c:4695:19: error: unused function 'short_opt'
 2019-01-25 19:41 UTC 

Inconsistent Behavior using 'Reference'
 2019-01-25 17:19 UTC  (3+ messages)

git describe --dirty doesn't work with --work-tree
 2019-01-25 14:05 UTC 

[PATCH 0/6] Create commit-graph file format v2
 2019-01-25 13:54 UTC  (3+ messages)

[PATCH] git-submodule.sh: shorten submodule SHA-1s using rev-parse
 2019-01-25 13:05 UTC  (5+ messages)

[PATCH v2 0/7] Turn git add-i into built-in
 2019-01-25 12:37 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 6/7] t3701-add-interactive: test add_i_show_help()
  ` [PATCH v4 0/7] Turn git add-i into built-in
    ` [PATCH v4 1/7] diff: export diffstat interface
    ` [PATCH v4 2/7] add--helper: create builtin helper for interactive add
    ` [PATCH v4 3/7] add-interactive.c: implement status command
    ` [PATCH v4 4/7] add--interactive.perl: use add--helper --status for status_cmd
    ` [PATCH v4 5/7] add-interactive.c: implement show-help command
    ` [PATCH v4 6/7] t3701-add-interactive: test add_i_show_help()
    ` [PATCH v4 7/7] add--interactive.perl: use add--helper --show-help for help_cmd

[PATCH] strbuf.cocci: suggest strbuf_addbuf() to add one strbuf to an other
 2019-01-25 12:25 UTC 

(no subject)
 2019-01-25 11:27 UTC  (2+ messages)
` your mail

[PATCH v2 0/8] introduce no-overlay mode in git checkout
 2019-01-25  9:24 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 7/8] checkout: introduce --{,no-}overlay option


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