git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-03-08 08:35:01 to 2019-03-11 11:03:13 UTC [more...]

[PATCH v2 0/3] asciidoctor-extensions: fix spurious space after linkgit
 2019-03-11 11:02 UTC  (13+ messages)
` [PATCH 0/2] fix spurious space after linkgit, now in *.html
  ` [PATCH 1/2] Documentation/Makefile: add missing dependencies on asciidoctor-extensions
  ` [PATCH 2/2] asciidoctor-extensions: fix spurious space after linkgit in *.html
        ` [PATCH v3 1/3] Documentation/Makefile: add missing xsl dependencies for manpages
          ` [PATCH v3 2/3] Documentation/Makefile: add missing dependency on asciidoctor-extensions
          ` [PATCH v3 3/3] asciidoctor-extensions: fix spurious space after linkgit

[PATCH v2 00/19] Add new command "switch"
 2019-03-11 10:41 UTC  (34+ messages)
` [PATCH v3 00/21] "
  ` [PATCH v3 01/21] git-checkout.txt: spell out --no-option
  ` [PATCH v3 02/21] git-checkout.txt: fix one syntax line
  ` [PATCH v3 03/21] doc: document --overwrite-ignore
  ` [PATCH v3 04/21] git-checkout.txt: fix monospace typeset
  ` [PATCH v3 05/21] t: rename t2014-switch.sh to t2014-checkout-switch.sh
  ` [PATCH v3 06/21] checkout: factor out some code in parse_branchname_arg()
  ` [PATCH v3 07/21] checkout: make "opts" in cmd_checkout() a pointer
  ` [PATCH v3 08/21] checkout: move 'confict_style' and 'dwim_..' to checkout_opts
  ` [PATCH v3 09/21] checkout: split options[] array in three pieces
  ` [PATCH v3 10/21] checkout: split part of it to new command 'switch'
  ` [PATCH v3 11/21] switch: better names for -b and -B
  ` [PATCH v3 12/21] switch: remove -l
  ` [PATCH v3 13/21] switch: stop accepting pathspec
  ` [PATCH v3 14/21] switch: reject "do nothing" case
  ` [PATCH v3 15/21] switch: only allow explicit detached HEAD
  ` [PATCH v3 16/21] switch: add short option for --detach
  ` [PATCH v3 17/21] switch: no implicit dwim, use --guess to dwim
  ` [PATCH v3 18/21] switch: no worktree status unless real branch switch happens
  ` [PATCH v3 19/21] t: add tests for switch
  ` [PATCH v3 20/21] completion: support switch
  ` [PATCH v3 21/21] doc: promote "git switch"

One failed self test on Fedora 29
 2019-03-11 10:40 UTC  (9+ messages)
        ` disabling sha1dc unaligned access, was "

[PATCH v6 0/4] Add git-merge --cleanup support
 2019-03-11 10:14 UTC  (15+ messages)
` [PATCH v7 0/8] Fix scissors bug during conflict
  ` [PATCH v7 1/8] t7600: clean up 'merge --squash c3 with c7' test
  ` [PATCH v7 2/8] t3507: cleanup space after redirection operators
  ` [PATCH v7 3/8] commit: extract cleanup_mode functions to sequencer
  ` [PATCH v7 4/8] sequencer.c: remove duplicate code
  ` [PATCH v7 5/8] merge: cleanup messages like commit
  ` [PATCH v7 6/8] merge: add scissors line on merge conflict
  ` [PATCH v7 7/8] sequencer.c: define get_config_from_cleanup
  ` [PATCH v7 8/8] cherry-pick/revert: add scissors line on merge conflict

[PATCH] contrib/subtree: ensure only one rev is provided
 2019-03-11  9:47 UTC  (5+ messages)

Deprecating git diff ..; dealing with other ranges
 2019-03-11  9:37 UTC 

[PATCH v4 0/2] worktree add: sanitize worktree names
 2019-03-11  9:27 UTC  (8+ messages)
` [PATCH v5 0/1] "
  ` [PATCH v5 1/1] "

What's cooking in git.git (Mar 2019, #03; Mon, 11)
 2019-03-11  9:08 UTC 

de-alphabetizing the documentation
 2019-03-11  9:04 UTC  (4+ messages)
` [PATCH 0/1] de-alphabetize command list

[PATCH v12 18/26] stash: convert push to builtin
 2019-03-11  7:30 UTC  (13+ messages)
` [PATCH v13 00/27] Convert "git stash" to C builtin
  ` [PATCH v13 12/27] stash: convert drop and clear to builtin
  ` [PATCH v13 18/27] stash: convert create "

[PATCH 0/2] stash: handle pathspec magic again
 2019-03-11  7:28 UTC  (8+ messages)
` [PATCH 1/2] legacy stash: fix "rudimentary backport of -q"
` [PATCH 2/2] built-in stash: handle :(glob) pathspecs again

[PATCH v2] line-log: suppress diff output with "-s"
 2019-03-11  3:54 UTC  (6+ messages)

[PATCH/RFC v1 1/1] convert.c: Escape sequences only for a tty in trace_encoding()
 2019-03-11  2:58 UTC  (2+ messages)

Inquiry March 2019
 2019-03-11  2:18 UTC 

is it "git gc --prune=now" or "git gc --prune=all"?
 2019-03-11  2:18 UTC  (5+ messages)

[PATCH 0/2] worktree add race fix
 2019-03-11  1:55 UTC  (5+ messages)
` [PATCH v3 1/2] worktree: fix worktree add race

[GSoC][PATCH v3 3/3] t3600: use helpers to replace test -d/f/e/s <path>
 2019-03-11  1:54 UTC  (6+ messages)
` [GSoC][PATCH v2 "

[PATCH 0/3] some prune optimizations
 2019-03-10 23:39 UTC  (4+ messages)
` [PATCH 2/3] prune: use bitmaps for reachability traversal
  ` bitmaps by default? [was: prune: use bitmaps for reachability traversal]

[PATCH v1 00/11] And new command "restore"
 2019-03-10 22:45 UTC  (28+ messages)
` [PATCH v1 01/11] checkout: split part of it to new command 'restore'
` [PATCH v1 02/11] restore: take tree-ish from --source option instead
` [PATCH v1 03/11] restore: make pathspec mandatory
` [PATCH v1 04/11] restore: disable overlay mode by default
` [PATCH v1 05/11] checkout: factor out worktree checkout code
` [PATCH v1 06/11] restore: add --worktree and --index
` [PATCH v1 07/11] restore: default to --source=HEAD when only --index is specified
` [PATCH v1 08/11] restore: support --patch
` [PATCH v1 09/11] t: add tests for restore
` [PATCH v1 10/11] completion: support restore
` [PATCH v1 11/11] doc: promote "git restore"

`git add <<windows 8.3 path to file inside repo>>` results in "fatal: ... is outside repository"
 2019-03-10 22:41 UTC 

[PATCH/RFC v2 0/7] Introduce new commands switch-branch and checkout-files
 2019-03-10 19:32 UTC  (4+ messages)
` [PATCH/RFC v3 00/14] Introduce new commands switch-branch and restore-files
  ` [PATCH v3 11/14] switch-branch: only allow explicit detached HEAD

What's cooking in git.git (Mar 2019, #01; Wed, 6)
 2019-03-10 18:27 UTC  (7+ messages)

[GSOC][PATCH] Fixed an issue which contained extra unnecessary code
 2019-03-10 18:26 UTC  (3+ messages)

[GSoC][PATCH] tests: avoid using pipes
 2019-03-10 17:59 UTC  (14+ messages)
  ` [GSoC][PATCH v2 1/5] t0000-basic: fix an indentation error
    ` [GSoC][PATCH v2 2/5] t0000-basic: avoid using pipes
      ` [GSoC][PATCH v2 3/5] t0003-attributes: "
        ` [GSoC][PATCH v2 4/5] t0022-crlf-rename: "
          ` [GSoC][PATCH v2 5/5] t0000-basic: use test_line_count instead of wc -l

New Ft. for Git : Allow resumable cloning of repositories
 2019-03-10 15:59 UTC  (3+ messages)

t0028-working-tree-encoding.sh test #3 data
 2019-03-10  6:33 UTC  (4+ messages)

[PATCH 0/1] mingw: fix uname -r test
 2019-03-10  1:09 UTC  (3+ messages)
` [PATCH 1/1] mingw: allow building with an MSYS2 runtime v3.x

git MUST notify user when files will be deleted or overwritten by command
 2019-03-09 23:54 UTC  (5+ messages)

Refresh index without discard_index + repo_read_index
 2019-03-09 19:59 UTC 

[GSOC][PATCH 1/2] modified dir-iterator.c
 2019-03-09 16:12 UTC  (2+ messages)

--with-curl vs --with-curl-path=PATH
 2019-03-09 11:35 UTC 

Git server side "pre-receive" hook to create new repositories
 2019-03-09 10:46 UTC 

[WIP 0/7] CDN offloading of fetch response
 2019-03-08 21:55 UTC  (10+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] http: use --stdin when getting dumb HTTP pack
  ` [PATCH v2 2/8] http: improve documentation of http_pack_request
  ` [PATCH v2 3/8] http-fetch: support fetching packfiles by URL
  ` [PATCH v2 4/8] Documentation: order protocol v2 sections
  ` [PATCH v2 5/8] Documentation: add Packfile URIs design doc
  ` [PATCH v2 6/8] upload-pack: refactor reading of pack-objects out
  ` [PATCH v2 7/8] fetch-pack: support more than one pack lockfile
  ` [PATCH v2 8/8] upload-pack: send part of packfile response as uri

Bug: git for Windows spawning a lot of processes recursively
 2019-03-08 20:55 UTC  (2+ messages)

[PATCH v4 0/7] Turn git add-i into built-in
 2019-03-08 20:48 UTC  (5+ messages)
` [PATCH v5 00/10] "
  ` [PATCH v5 02/10] add--helper: create builtin helper for interactive add

[PATCH] upload-pack.c: fix a sparse 'NULL pointer' warning
 2019-03-08 19:46 UTC 

fast-import on existing branches
 2019-03-08 17:33 UTC  (3+ messages)

[RFC PATCH 0/5] Fix some fast-import parsing issues
 2019-03-08 16:53 UTC  (2+ messages)

[PATCH 0/1] Drop last MakeMaker reference
 2019-03-08 16:27 UTC  (5+ messages)

git reset error on Windows
 2019-03-08 15:42 UTC  (2+ messages)

how can i "gc" or "prune" objects related to a deleted remote?
 2019-03-08 15:36 UTC 

[PATCH 1/2] modified dir-iterator.c
 2019-03-08 13:06 UTC 

ls-remote set timeout
 2019-03-08  9:31 UTC 

Error fetching submodule from submodule
 2019-03-08  8:50 UTC  (3+ messages)

Improve support for 'git config gc.reflogExpire never'
 2019-03-08  8:27 UTC 


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