git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-02-26 17:07:11 to 2019-03-01 21:36:23 UTC [more...]

[PATCH 0/1] Avoid calling find in the Makefile, if possible
 2019-03-01 21:36 UTC  (3+ messages)
` [PATCH 1/1] Makefile: use `git ls-files` to list header files, "

[PATCH v2] commit-tree: utilize parse-options api
 2019-03-01 20:53 UTC  (3+ messages)

[BUG] completion.commands does not remove multiple commands
 2019-03-01 20:50 UTC  (11+ messages)
  ` [PATCH 1/3] doc: note config file restrictions for completion.commands
  ` [PATCH 2/3] t9902: test multiple removals via completion.commands
  ` [PATCH 3/3] completion: fix multiple command removals

[RFC PATCH 0/4] name-rev: improve memory usage
 2019-03-01 19:39 UTC  (14+ messages)
` [RFC PATCH 1/4] name-rev: improve name_rev() "
` [RFC PATCH 2/4] commit-list: add a function to check if a commit is in a list
` [RFC PATCH 3/4] name-rev: check if a commit should be named before naming it
` [RFC PATCH 4/4] name-rev: avoid naming from a ref if it’s not a descendant of any commit

t5570-git-daemon fails with SIGPIPE on OSX
 2019-03-01 19:00 UTC  (7+ messages)

Questions on GSoC 2019 Ideas
 2019-03-01 15:20 UTC  (4+ messages)

[PATCH 0/4] Fix ORIG_HEAD behavior of the built-in rebase
 2019-03-01 15:00 UTC  (8+ messages)
` [PATCH 1/4] built-in rebase: no need to check out `onto` twice
` [PATCH 2/4] built-in rebase: use the correct reflog when switching branches
` [PATCH 3/4] built-in rebase: demonstrate that ORIG_HEAD is not set correctly
` [PATCH 4/4] built-in rebase: set ORIG_HEAD just once, before the rebase

Tags from each remote in a separate "name-space"?
 2019-03-01 14:51 UTC  (3+ messages)

[WIP RFC PATCH v2 0/5] clone: dir iterator refactoring with tests
 2019-03-01 13:49 UTC  (19+ messages)
` [WIP RFC PATCH v2 1/5] dir-iterator: add flags parameter to dir_iterator_begin
` [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

Prevent reset --hard from deleting everything if one doesn't have any commits yet
 2019-03-01 13:47 UTC  (4+ messages)

[PATCH 0/1] [GSoC][PATCH] tests: replace test -(d|f) with test_path_is_(dir|file)
 2019-03-01 13:13 UTC  (34+ 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 v4 0/1] [GSoC][PATCH] t3600: use test_path_is_* helper functions
      ` [PATCH v4 1/1] t3600: use test_path_is_* functions
        ` [GSoC] acknowledging mistakes
            ` Feeling confused a little bit

[PATCH v4 0/7] Turn git add-i into built-in
 2019-03-01 11:20 UTC  (8+ messages)
` [PATCH v5 00/10] "
  ` [PATCH v5 04/10] add-interactive.c: implement list_and_choose
  ` [PATCH v5 05/10] add-interactive.c: implement status command

fast-import fails with case sensitive tags due to case insensitive lock files
 2019-03-01  6:19 UTC 

[PATCH RFC 0/20] cat-file: start using formatting logic from ref-filter
 2019-03-01  6:17 UTC  (26+ messages)
` [PATCH RFC 01/20] cat-file: reuse struct ref_format
  ` [PATCH RFC 07/20] cat-file: remove skip_object_info
  ` [PATCH RFC 04/20] for-each-ref: tests for new atom %(rest) added
  ` [PATCH RFC 03/20] ref-filter: add rest formatting option
  ` [PATCH RFC 06/20] cat-file: remove mark_query from expand_data
  ` [PATCH RFC 10/20] cat-file: inline stream_blob
  ` [PATCH RFC 05/20] cat-file: remove split_on_whitespace
  ` [PATCH RFC 08/20] cat-file: remove rest from expand_data
  ` [PATCH RFC 09/20] ref-filter: make expand_data global
  ` [PATCH RFC 02/20] ref-filter: rename field in ref_array_item stuct

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

[BUG] All files in folder are moved when cherry-picking commit that moves fewer files
 2019-03-01  2:52 UTC  (7+ messages)

[PATCH] doc/fsck: discuss mix of --connectivity-only and --dangling
 2019-03-01  2:50 UTC  (3+ messages)

[WIP 0/7] CDN offloading of fetch response
 2019-03-01  0:17 UTC  (8+ messages)
` [WIP 7/7] upload-pack: send part of packfile response as uri

[PATCH 0/3] asciidoctor-extensions: fix spurious space after linkgit
 2019-02-28 23:50 UTC  (6+ messages)
` [PATCH v2 "
  ` [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

[PATCH] commit-tree: utilize parse-options api
 2019-02-28 20:56 UTC  (14+ messages)

[PATCH v2 2/3] setup: do not use invalid `repository_format`
 2019-02-28 20:36 UTC  (11+ messages)
` [PATCH v3 0/2] setup: fix memory leaks with `struct repository_format`
  ` [PATCH v3 2/2] "
              ` [PATCH v4 0/2] "
                ` [PATCH v4 1/2] setup: free old value before setting `work_tree`
                ` [PATCH v4 2/2] setup: fix memory leaks with `struct repository_format`

[PATCH 0/1] Retire the "let Travis trigger a Windows build" hack
 2019-02-28 19:33 UTC  (2+ messages)
` [PATCH 1/1] travis: remove the hack to build the Windows job on Azure Pipelines

[BUG] git-am: all colons in the beginning of a subject are lost
 2019-02-28 11:26 UTC  (2+ messages)

(no subject)
 2019-02-28 10:43 UTC 

[gitgitgadget/git] [GSoC][PATCH] t3600: `use test_path_is_*` helper functions (#152)
 2019-02-28 10:36 UTC 

git rebase: retain original head?
 2019-02-28 10:10 UTC  (7+ messages)

[PATCH] rebase docs: fix "gitlink" typo
 2019-02-28  9:13 UTC  (2+ messages)

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

[PATCH 0/3] asciidoctor-extensions: fix spurious space after linkgit
 2019-02-27 18:19 UTC  (8+ messages)
` [PATCH 1/3] Documentation/Makefile: add missing xsl dependencies for manpages

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

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

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

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

[PATCH v2 5/5] remote-curl: use post_rpc() for protocol v2 also
 2019-02-27 12:02 UTC  (3+ messages)
` [FIXUP] Fixup on tip of jt/http-auth-proto-v2-fix

[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

Compile error due to po/fr.po on old gettext in v2.21.0
 2019-02-27  3:44 UTC  (6+ 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  (6+ messages)
` [PATCH v13 00/27] Convert "git stash" to C builtin

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)

[FIXUP] Fixup on tip of jt/http-auth-proto-v2-fix
 2019-02-26 18:18 UTC  (2+ messages)

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


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