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

[Outreachy][PATCH 00/10] Finish converting git bisect to C part 2
 2020-02-26 19:06 UTC  (12+ messages)
` [PATCH 01/10] bisect--helper: introduce new `write_in_file()` function
` [PATCH 02/10] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C
` [PATCH 03/10] bisect--helper: finish porting `bisect_start()` to C
` [PATCH 04/10] bisect--helper: retire `--bisect-clean-state` subcommand
` [PATCH 05/10] bisect--helper: retire `--next-all` subcommand
` [PATCH 06/10] bisect--helper: reimplement `bisect_autostart` shell function in C
` [PATCH 07/10] bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions "
` [PATCH 08/10] bisect--helper: retire `--check-expected-revs` subcommand
` [PATCH 09/10] bisect--helper: retire `--write-terms` subcommand
` [PATCH 10/10] bisect--helper: retire `--bisect-autostart` subcommand

[PATCH v5 0/5] Reftable support git-core
 2020-02-26 18:59 UTC  (16+ messages)
` [PATCH v6 "
  ` [PATCH v7 0/6] "
    ` [PATCH v7 1/6] refs.h: clarify reflog iteration order
    ` [PATCH v7 2/6] create .git/refs in files-backend.c
    ` [PATCH v7 3/6] refs: document how ref_iterator_advance_fn should handle symrefs
    ` [PATCH v7 4/6] reftable: file format documentation
    ` [PATCH v7 5/6] Add reftable library
    ` [PATCH v7 6/6] Reftable support for git-core

create reflog for reflog-less ref
 2020-02-26 18:40 UTC  (7+ messages)

GSoC and Outreachy Summer 2020?
 2020-02-26 18:38 UTC  (19+ messages)

[PATCH v2] describe: dont abort too early when searching tags
 2020-02-26 17:48 UTC 

Nested submodule checkout
 2020-02-26 17:23 UTC  (3+ messages)
  ` Nested submodule status bug

[GSoC][RFC][PROPOSAL v1] Unify ref-filter formats with other --pretty formats
 2020-02-26 16:59 UTC  (2+ messages)

[PATCH v8 00/15] add git-bugreport tool
 2020-02-26 16:49 UTC  (25+ messages)
` [PATCH v8 03/15] bugreport: add tool to generate debugging info
` [PATCH v8 07/15] bugreport: add git-remote-https version
` [PATCH v8 09/15] bugreport: generate config safelist based on docs
` [PATCH v8 11/15] bugreport: collect list of populated hooks
` [PATCH v8 12/15] bugreport: count loose objects
` [PATCH v8 13/15] bugreport: add packed object summary

What's cooking in git.git (Feb 2020, #05; Tue, 25)
 2020-02-26 16:33 UTC  (5+ messages)

What's cooking in git.git (Feb 2020, #04; Mon, 17)
 2020-02-26 10:34 UTC  (4+ messages)
  ` en/rebase-backend, was "

git-shell default working directory
 2020-02-26  9:10 UTC  (2+ messages)

[PATCH v6 0/3] git-gui: revert untracked files by deleting them
 2020-02-26  8:24 UTC  (4+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/3] git-gui: update status bar to track operations

GSOC'20
 2020-02-26  8:20 UTC 

[PATCH v2 00/24] SHA-256 stage 4 implementation, part 1/3
 2020-02-26  3:11 UTC  (28+ messages)
` [PATCH v2 01/24] builtin/pack-objects: make hash agnostic
` [PATCH v2 07/24] t6300: abstract away SHA-1-specific constants
` [PATCH v2 10/24] t/helper: initialize repository if necessary
` [PATCH v2 13/24] builtin/init-db: allow specifying hash algorithm on command line
` [PATCH v2 17/24] commit: use expected signature header for SHA-256
` [PATCH v2 18/24] gpg-interface: improve interface for parsing tags
` [PATCH v2 19/24] tag: store SHA-256 signatures in a header

[PATCH v3 0/2] [Outreachy] advice: revamp advise API
 2020-02-26  3:03 UTC  (26+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] advice: extract vadvise() from advise()
  ` [PATCH v4 2/3] advice: revamp advise API
  ` [PATCH v4 3/3] tag: use new advice API to check visibility
  ` [PATCH v5 0/3] [Outreachy] advice: revamp advise API
    ` [PATCH v5 1/3] advice: extract vadvise() from advise()
    ` [PATCH v5 2/3] advice: revamp advise API
    ` [PATCH v5 3/3] tag: use new advice API to check visibility

[GSoC][RFC][PROPOSAL v1] Unify ref-filter formats with other --pretty formats
 2020-02-26  0:03 UTC 

[PATCH] describe: dont abort too early when searching tags
 2020-02-25 20:10 UTC  (4+ messages)

[GSoC][RFC] Proposal: Convert scripts to builtins
 2020-02-25 19:45 UTC 

Git Rebase: test failing with GIT_TEST_STASH_USE_BUILTIN=false
 2020-02-25 16:57 UTC  (2+ messages)

[PATCH 0/9] [RFC] Changed Paths Bloom Filters
 2020-02-25 15:58 UTC  (30+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 02/11] bloom: core Bloom filter implementation for changed paths
  ` [PATCH v2 04/11] commit-graph: compute Bloom filters "
  ` [PATCH v2 05/11] commit-graph: examine changed-path objects in pack order
  ` [PATCH v2 06/11] commit-graph: examine commits by generation number
  ` [PATCH v2 07/11] commit-graph: write Bloom filters to commit graph file
  ` [PATCH v2 08/11] commit-graph: reuse existing Bloom filters during write
  ` [PATCH v2 09/11] commit-graph: add --changed-paths option to write subcommand

[almost-patch] Add diff regular expressions for Markdown and Zshell
 2020-02-25 13:56 UTC 

[GSoC Patch v3 1/2] lib-log-graph: consolidate test_cmp_graph logic
 2020-02-25  7:30 UTC 

Bug: 'git ls-files' doesn't work on submodule in post-commit hook
 2020-02-25  7:10 UTC  (3+ messages)

[PATCH 0/10] removing nth_packed_object_sha1()
 2020-02-25  0:33 UTC  (14+ messages)
` [PATCH 01/10] nth_packed_object_oid(): use customary integer return
` [PATCH 02/10] pack-objects: read delta base oid into object_id struct
` [PATCH 03/10] pack-objects: convert oe_set_delta_ext() to use object_id
` [PATCH 04/10] pack-objects: use object_id struct in pack-reuse code
` [PATCH 05/10] pack-bitmap: use object_id when loading on-disk bitmaps
` [PATCH 06/10] pack-check: convert "internal error" die to a BUG()
` [PATCH 07/10] pack-check: push oid lookup into loop
` [PATCH 08/10] packed_object_info(): use object_id for returning delta base
` [PATCH 09/10] packed_object_info(): use object_id internally for "
` [PATCH 10/10] packfile: drop nth_packed_object_sha1()

[PATCH] clone: use submodules.recurse option for automatically clone submodules
 2020-02-24 23:06 UTC  (5+ messages)
` [PATCH v2] "
    ` AW: "
  ` [PATCH v3] clone: use submodule.recurse "

[PATCH v2 0/4] [GSoC] receive.denyCurrentBranch: respect all worktrees
 2020-02-24 22:27 UTC  (11+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] get_main_worktree(): allow it to be called in the Git directory
  ` [PATCH v3 2/3] t5509: use a bare repository for test push target
  ` [PATCH v3 3/3] receive.denyCurrentBranch: respect all worktrees

Inconsistancy with `git rebase --preserve-merges`
 2020-02-24 21:35 UTC  (3+ messages)

[GSoC Patch 1/5] lib-log-graph.sh: consolidate test_cmp_graph logic
 2020-02-24 21:17 UTC  (4+ messages)
` [GSoC Patch v3 1/2] lib-log-graph: "
  ` [GSoC Patch v3 2/2] lib-log-graph: consolidate colored graph cmp logic

BUG: git worktree add directory-path fails due to over-aggressive disallowing of worktrees with same suffix
 2020-02-24 21:06 UTC  (7+ messages)
` [PATCH 0/3] git-worktree: fix "add" being fooled by suffix matching
  ` [PATCH 1/3] worktree: improve find_worktree() documentation
  ` [PATCH 2/3] worktree: add utility to find worktree by pathname
  ` [PATCH 3/3] worktree: don't allow "add" validation to be fooled by suffix matching

[PATCH 1/3] t4117: check for files using `test_path_is_file`
 2020-02-24 20:49 UTC  (8+ messages)
` [PATCH 2/3] t9810: drop debug `cat` call
` [PATCH 3/3] t: drop debug `cat` calls

[PATCH] worktree: drop unused code from get_main_worktree()
 2020-02-24 20:20 UTC  (3+ messages)

[PATCH] use strpbrk(3) to search for characters from a given set
 2020-02-24 19:10 UTC  (5+ messages)

[PATCH] blame: provide type of fingerprints pointer
 2020-02-24 15:09 UTC  (2+ messages)

git rebase allows branches to be checked out in multiple worktrees
 2020-02-24  9:19 UTC  (4+ messages)
` [PATCH 0/2] git-rebase: refuse to switch to branch checked out elsewhere
  ` [PATCH 1/2] t3400: make test clean up after itself

[GSoC][PATCH 0/1] Introduction & microproject
 2020-02-24  6:03 UTC  (3+ messages)
` [GSoC][PATCH 1/1] t1050: clean up checks for file existence

[PATCH v2] completion: add diff --color-moved[-ws]
 2020-02-24  6:02 UTC  (4+ messages)

SHA1dc on mac
 2020-02-24  4:52 UTC  (4+ messages)
` [PATCH] Remove non-SHA1dc sha1 implementations

Dropbox do not sync particular files after using git push
 2020-02-24  3:59 UTC  (3+ messages)

[PATCH v7 00/15] add git-bugreport tool
 2020-02-24  2:55 UTC  (9+ messages)
` [PATCH v7 06/15] bugreport: add compiler info

`git diff` fails to detect large re-indented blocks even with --color-moved-ws=allow-indentation-change
 2020-02-24  0:44 UTC 

gitk feature requests: (1) "diff.orderFile" and (2) "--function-context"
 2020-02-23 15:06 UTC 

Anunciese con 100 mil clientes potenciales
 2020-02-20  7:23 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).