git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-02-23 09:38:13 to 2019-02-26 06:03:34 UTC [more...]

[PATCH 0/3] asciidoctor-extensions: fix spurious space after linkgit
 2019-02-26  6:03 UTC  (11+ messages)
` [PATCH 1/3] Documentation/Makefile: add missing xsl dependencies for manpages
` [PATCH 2/3] Documentation/Makefile: add missing dependency on asciidoctor-extensions
` [PATCH 3/3] asciidoctor-extensions: fix spurious space after linkgit

[WIP RFC PATCH v2 0/5] clone: dir iterator refactoring with tests
 2019-02-26  5:18 UTC  (6+ messages)
` [WIP RFC PATCH v2 1/5] dir-iterator: add flags parameter to dir_iterator_begin
` [WIP RFC PATCH v2 2/5] clone: test for our behavior on odd objects/* content
` [WIP RFC PATCH v2 3/5] clone: copy hidden paths at local clone
` [WIP RFC PATCH v2 4/5] clone: extract function from copy_or_link_directory
` [WIP RFC PATCH v2 5/5] clone: use dir-iterator to avoid explicit dir traversal

[GSoC][PATCH 0/3] clone: convert explicit dir traversal to dir-iterator
 2019-02-26  3:48 UTC  (33+ messages)
` [GSoC][PATCH 1/3] dir-iterator: add pedantic option to dir_iterator_begin
` [GSoC][PATCH 2/3] clone: extract function from copy_or_link_directory
` [GSoC][PATCH 3/3] clone: use dir-iterator to avoid explicit dir traversal
          ` [WIP RFC PATCH 0/7] clone: dir iterator refactoring with tests
          ` [WIP RFC PATCH 1/7] dir-iterator: add pedantic option to dir_iterator_begin
          ` [WIP RFC PATCH 2/7] dir-iterator: use stat() instead of lstat()
          ` [WIP RFC PATCH 3/7] clone: extract function from copy_or_link_directory
          ` [WIP RFC PATCH 4/7] clone: test for our behavior on odd objects/* content
          ` [WIP RFC PATCH 5/7] clone: use dir-iterator to avoid explicit dir traversal
          ` [WIP RFC PATCH 6/7] clone: stop ignoring dotdirs in --local etc. clone
          ` [WIP RFC PATCH 7/7] clone: break cloning repos that have symlinks in them

Compile error due to po/fr.po on old gettext in v2.21.0
 2019-02-26  2:12 UTC  (6+ messages)
` [PATCH] l10n: fr.po unfuzzy commented entries

[WIP 0/7] CDN offloading of fetch response
 2019-02-26  1:53 UTC  (13+ messages)
` [WIP 1/7] http: use --stdin and --keep when downloading pack
` [WIP 2/7] http: improve documentation of http_pack_request
` [WIP 3/7] http-fetch: support fetching packfiles by URL
` [WIP 4/7] Documentation: order protocol v2 sections
` [WIP 5/7] Documentation: add Packfile URIs design doc
` [WIP 6/7] upload-pack: refactor reading of pack-objects out
` [WIP 7/7] upload-pack: send part of packfile response as uri

[PATCH 0/5] Protocol v2 fix: http and auth
 2019-02-25 23:49 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 5/5] remote-curl: use post_rpc() for protocol v2 also
      ` [FIXUP] Fixup on tip of jt/http-auth-proto-v2-fix

[PATCH v12 18/26] stash: convert push to builtin
 2019-02-25 23:16 UTC  (29+ messages)
` [PATCH v13 00/27] Convert "git stash" to C builtin
  ` [PATCH v13 01/27] sha1-name.c: add `get_oidf()` which acts like `get_oid()`
  ` [PATCH v13 02/27] strbuf.c: add `strbuf_join_argv()`
  ` [PATCH v13 03/27] strbuf.c: add `strbuf_insertf()` and `strbuf_vinsertf()`
  ` [PATCH v13 04/27] ident: add the ability to provide a "fallback identity"
  ` [PATCH v13 05/27] stash: improve option parsing test coverage
  ` [PATCH v13 06/27] t3903: modernize style
  ` [PATCH v13 07/27] t3903: add test for --intent-to-add file
  ` [PATCH v13 08/27] stash: rename test cases to be more descriptive
  ` [PATCH v13 09/27] stash: add tests for `git stash show` config
  ` [PATCH v13 10/27] stash: mention options in `show` synopsis
  ` [PATCH v13 11/27] stash: convert apply to builtin
  ` [PATCH v13 12/27] stash: convert drop and clear "
  ` [PATCH v13 13/27] stash: convert branch "
  ` [PATCH v13 14/27] stash: convert pop "
  ` [PATCH v13 15/27] stash: convert list "
  ` [PATCH v13 16/27] stash: convert show "
  ` [PATCH v13 17/27] stash: convert store "
  ` [PATCH v13 18/27] stash: convert create "
  ` [PATCH v13 19/27] stash: convert push "
  ` [PATCH v13 20/27] stash: make push -q quiet
  ` [PATCH v13 21/27] stash: convert save to builtin
  ` [PATCH v13 22/27] stash: optimize `get_untracked_files()` and `check_changes()`
  ` [PATCH v13 23/27] stash: replace all `write-tree` child processes with API calls
  ` [PATCH v13 24/27] stash: convert `stash--helper.c` into `stash.c`
  ` [PATCH v13 25/27] stash: add back the original, scripted `git stash`
  ` [PATCH v13 26/27] stash: optionally use the scripted version again
  ` [PATCH v13 27/27] tests: add a special setup where stash.useBuiltin is off

[PATCH 0/1] Drop last MakeMaker reference
 2019-02-25 22:07 UTC  (4+ messages)
` [PATCH 1/1] mingw: drop "

[PATCH 0/8] GIT_TEST_PROTOCOL_VERSION, this time on master
 2019-02-25 21:54 UTC  (9+ messages)
` [PATCH 1/8] tests: define GIT_TEST_PROTOCOL_VERSION
` [PATCH 2/8] t5601: check ssh command only with protocol v0
` [PATCH 3/8] tests: always test fetch of unreachable with v0
` [PATCH 4/8] t5503: fix overspecification of trace expectation
` [PATCH 5/8] t5512: compensate for v0 only sending HEAD symrefs
` [PATCH 6/8] t5700: only run with protocol version 1
` [PATCH 7/8] tests: fix protocol version for overspecifications
` [PATCH 8/8] t5552: compensate for v2 filtering ref adv

[GSoC] Introduction
 2019-02-25 21:09 UTC  (6+ messages)

[ANNOUNCE] Git v2.21.0
 2019-02-25 20:27 UTC  (3+ messages)
` Git for Windows v2.21.0 due Tuesday, was "

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

[BUG] git log -L ... -s does not suppress diff output
 2019-02-25 18:55 UTC  (6+ messages)
  ` [PATCH] line-log: suppress diff output with "-s"

What's cooking in git.git (Feb 2019, #04; Sun, 24)
 2019-02-25 18:37 UTC  (2+ messages)
` ag/sequencer-reduce-rewriting-todo, was "

[ANNOUNCE] Git v2.21.0
 2019-02-25 16:05 UTC 

How to test the url of a remote ?
 2019-02-25 15:31 UTC 

[PATCH 0/1] t5580: verify that alternates can be UNC paths
 2019-02-25 14:17 UTC  (2+ messages)
` [PATCH 1/1] "

Draft of Git Rev News edition 48
 2019-02-25 13:00 UTC 

`git status -u no` suppresses modified files too
 2019-02-25  8:59 UTC  (4+ messages)

Git Pull --ff-only should imply --no-rebase
 2019-02-25  8:42 UTC 

.gitignore alleged bug
 2019-02-25  7:38 UTC  (3+ messages)

[PATCH 0/1] jt/fetch-cdn-offload: fix build with clang
 2019-02-24 22:12 UTC  (2+ messages)
` [PATCH 1/1] fixup! upload-pack: refactor reading of pack-objects out

External tool is ignored when using difftool with --no-index
 2019-02-24 15:24 UTC  (6+ messages)
` [PATCH] diff: reuse diff setup for --no-index case

[GIT PULL] l10n updates for 2.21 round 2
 2019-02-24 15:03 UTC  (2+ messages)

[PATCH 0/1] Adjust the Azure Pipeline badge in our README
 2019-02-24 14:21 UTC  (4+ messages)
` [PATCH 1/1] README: adjust for final Azure Pipeline ID

does "git clean" deliberately ignore "core.excludesFile"?
 2019-02-24 14:15 UTC  (7+ messages)

[PATCH 00/26] Git bisect part3
 2019-02-24 10:11 UTC  (27+ messages)
` [PATCH 01/26] bisect--helper: refer branch.buf before strbuf_release(...)
` [PATCH 02/26] bisect--helper: change `retval` to `res`
` [PATCH 03/26] bisect--helper: `decide_next()` helper function
` [PATCH 04/26] bisect.c: libify `exit_if_skipped_commits` to `error_if_skipped...`
` [PATCH 05/26] bisect.c: libify `bisect_checkout` and its dependants
` [PATCH 07/26] bisect.c: libify `check_good_are_ancestors_of_bad` and its dependents
` [PATCH 06/26] bisect.c: libify `check_merge_bases` "
` [PATCH 08/26] bisect.c: libify `handle_bad_merge_base` and its dependants
` [PATCH 09/26] bisect.c: libify `bisect_next_all` "
` [PATCH 11/26] bisect--helper: Finish `bisect_start()` conversion
` [PATCH 10/26] bisect--helper: `bisect_next` and `bisect_auto_next` shell function in C
` [PATCH 12/26] bisect--helper: dequote arguments in `bisect-start`
` [PATCH 13/26] bisect--helper: retire `--bisect-clean-state` subcommand
` [PATCH 15/26] bisect--helper: `bisect_autostart` shell function in C
` [PATCH 14/26] bisect--helper: retire `--next-all` subcommand
` [PATCH 16/26] bisect--helper: `bisect_state` & `bisect_head` shell function in C
` [PATCH 17/26] bisect--helper: retire `--check-expected-revs` subcommand
` [PATCH 18/26] bisect--helper: retire `--write-terms` subcommand
` [PATCH 19/26] bisect--helper: `bisect_log` shell function in C
` [PATCH 20/26] bisect--helper: `bisect_replay` "
` [PATCH 21/26] bisect--helper: retire `--bisect-write` subcommand
` [PATCH 22/26] bisect--helper: retire `--bisect-autostart` subcommand
` [PATCH 23/26] bisect--helper: retire `--bisect-auto-next` subcommand
` [PATCH 24/26] bisect--helper: remove the dequote in bisect_start()
` [PATCH 25/26] bisect--helper: `bisect_skip` shell function in C
` [PATCH 26/26] bisect--helper: retire `--check-and-set-terms` subcommand

BUG: 2.11-era rebase regression when @{upstream} is implicitly used
 2019-02-24 10:10 UTC  (5+ messages)
` [PATCH 2/2] rebase: don't rebase linear topology with --fork-point

[PATCH] Fix the quotation mark in the explanation of "git checkout -"
 2019-02-24  5:24 UTC  (2+ messages)

on fedora, "man gitweb" exists but actual gitweb command is missing
 2019-02-23 17:27 UTC  (3+ messages)

[PATCH 0/3] prettier bisect output
 2019-02-23 13:44 UTC  (4+ messages)
` [PATCH 3/3] bisect: make diff-tree output prettier

[PATCH 0/3] format-patch --no-clobber
 2019-02-23 13:34 UTC  (3+ messages)
` [PATCH 3/3] format-patch: --no-clobber refrains from overwriting output files

Students projects: looking for small and medium project ideas
 2019-02-23 13:28 UTC  (2+ messages)

[PATCH 2/8] tests: always test fetch of unreachable with v0
 2019-02-23 13:25 UTC  (5+ messages)

[PATCH] Makefile: remove an out-of-date comment
 2019-02-23 13:23 UTC  (9+ messages)
` [PATCH v2 0/6] Makefile: allow for combining DEVELOPER= and CFLAGS="..."
` [PATCH v2 2/6] Makefile: move "strip" assignment down from flags

Looking for my fisrt task
 2019-02-23 12:53 UTC  (3+ messages)

git format-patch can clobber existing patch
 2019-02-23  9:53 UTC  (5+ messages)

Am a newby and I cannot compile git
 2019-02-23  9:45 UTC  (8+ 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).