git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-02-25 20:54:41 to 2019-02-27 18:18:26 UTC [more...]

[PATCH 0/3] asciidoctor-extensions: fix spurious space after linkgit
 2019-02-27 18:17 UTC  (15+ messages)
` [PATCH 1/3] Documentation/Makefile: add missing xsl dependencies for manpages
` [PATCH 3/3] asciidoctor-extensions: fix spurious space after linkgit
    ` [PATCH v2 0/3] "
      ` [PATCH v2 1/3] Documentation/Makefile: add missing xsl dependencies for manpages
      ` [PATCH v2 2/3] Documentation/Makefile: add missing dependency on asciidoctor-extensions
      ` [PATCH v2 3/3] asciidoctor-extensions: fix spurious space after linkgit

Need multibyte advice - Shift-JIS
 2019-02-27 18:18 UTC  (14+ messages)

I want to adapt the Integration Manager Workflow in-house
 2019-02-27 17:50 UTC 

[WIP RFC PATCH v2 0/5] clone: dir iterator refactoring with tests
 2019-02-27 17:40 UTC  (24+ 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
` [RFC PATCH v3 0/5] clone: dir iterator refactoring with tests
` [RFC PATCH v3 1/5] clone: test for our behavior on odd objects/* content
` [RFC PATCH v3 2/5] dir-iterator: add flags parameter to dir_iterator_begin
` [RFC PATCH v3 3/5] clone: copy hidden paths at local clone
` [RFC PATCH v3 4/5] clone: extract function from copy_or_link_directory
` [RFC PATCH v3 5/5] clone: use dir-iterator to avoid explicit dir traversal

[BUG] All files in folder are moved when cherry-picking commit that moves fewer files
 2019-02-27 17:31 UTC  (5+ messages)

[PATCH] commit-tree: utilize parse-options api
 2019-02-27 16:35 UTC  (10+ messages)

[PATCH v2 0/1] worktree add: sanitize worktree names
 2019-02-27 16:04 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] "

Occasional git p4 test failures because of stray fast-import processes
 2019-02-27 15:03 UTC  (2+ messages)

git case sensitivity issue
 2019-02-27 15:02 UTC  (2+ messages)

[PATCH] doc/fsck: discuss mix of --connectivity-only and --dangling
 2019-02-27 14:59 UTC  (2+ messages)

[RFC] pull --set-upstream implementation
 2019-02-27 14:05 UTC 

[ANNOUNCE] Git Rev News edition 48
 2019-02-27 13:57 UTC 

[PATCH 0/5] Protocol v2 fix: http and auth
 2019-02-27 12:02 UTC  (8+ 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 0/1] [GSoC][PATCH] tests: replace test -(d|f) with test_path_is_(dir|file)
 2019-02-27 10:12 UTC  (29+ messages)
` [PATCH 1/1] tests: replace `test -(d|f)` "
    ` Do test-path_is_{file,dir,exists} make sense anymore with -x?
` [PATCH v2 0/1] [GSoC][PATCH] t3600: use test_path_is_dir and test_path_is_file
  ` [PATCH v2 1/1] "
  ` [PATCH v3 0/1] [GSoC][PATCH] t3600: use test_path_is_* helper functions
    ` [PATCH v3 1/1] t3600: use test_path_is_* functions

[PATCH 0/1] Drop Windows XP-specific code to support IPv6
 2019-02-27  8:43 UTC  (2+ messages)
` [PATCH 1/1] mingw: remove obsolete IPv6-related code

git rebase: retain original head?
 2019-02-27  5:45 UTC  (6+ messages)

Compile error due to po/fr.po on old gettext in v2.21.0
 2019-02-27  3:44 UTC  (9+ messages)
` [PATCH] l10n: fr.po unfuzzy commented entries
  ` [PATCH v2] l10n: fr.po remove obsolete entries

[PATCH] describe: bail of --contains --all is used with --exclude or --match
 2019-02-26 23:34 UTC  (2+ messages)

[PATCH v12 18/26] stash: convert push to builtin
 2019-02-26 22:37 UTC  (33+ 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

Bug: "orphaned" trees indistinguishable in git log --graph output
 2019-02-26 21:09 UTC  (2+ messages)

Students projects: looking for small and medium project ideas
 2019-02-26 20:14 UTC  (4+ messages)

[PATCH v2 2/3] setup: do not use invalid `repository_format`
 2019-02-26 17:46 UTC  (8+ messages)
` [PATCH v3 0/2] setup: fix memory leaks with `struct repository_format`
  ` [PATCH v3 2/2] "

A note from the maintainer
 2019-02-26 17:15 UTC 

[PATCH v4 0/4] blame: add the ability to ignore commits
 2019-02-26 17:06 UTC  (5+ messages)
` [PATCH v4 1/4] Move init_skiplist() outside of fsck
` [PATCH v4 2/4] blame: use a helper function in blame_chunk()
` [PATCH v4 3/4] blame: add the ability to ignore commits and their changes
` [PATCH v4 4/4] blame: add a config option to mark ignored lines

git commit --verbose shows incorrect diff when pre-commit hook is used to modify files
 2019-02-26 15:32 UTC  (3+ messages)

[GSoC][PATCH 3/3] clone: use dir-iterator to avoid explicit dir traversal
 2019-02-26 11:33 UTC  (12+ messages)
` [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

[PATCH 1/2] gitk: refresh the colour scheme
 2019-02-26 11:05 UTC  (2+ messages)
` [PATCH 2/2] gitk: disable autoselect by default

[GSoC][PATCH 0/3] clone: convert explicit dir traversal to dir-iterator
 2019-02-26 10:33 UTC  (6+ messages)
` [GSoC][PATCH 3/3] clone: use dir-iterator to avoid explicit dir traversal

[WIP 0/7] CDN offloading of fetch response
 2019-02-26  9:12 UTC  (9+ messages)
` [WIP 7/7] upload-pack: send part of packfile response as uri

[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  (5+ 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).