git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-07-16 20:27:31 to 2020-07-22 21:45:52 UTC [more...]

[PATCH 0/2] Prefetch objects in pack-objects
 2020-07-22 21:45 UTC  (13+ messages)
` [PATCH 1/2] pack-objects: refactor to oid_object_info_extended
` [PATCH 2/2] pack-objects: prefetch objects to be packed

[PATCH v3] pack-write/docs: update regarding pack naming
 2020-07-22 21:40 UTC 

Improving merge of tricky conflicts
 2020-07-22 21:20 UTC  (7+ messages)

[PATCH v2] doc: remove misleading documentation on pack names
 2020-07-22 21:16 UTC  (4+ messages)

[PATCH] Documentation/RelNotes: fix a typo in 2.28's relnotes
 2020-07-22 21:10 UTC  (2+ messages)

[PATCH] doc: remove misleading documentation on pack names
 2020-07-22 20:24 UTC 

[PATCH 0/4] upload-pack: custom allowed object filters
 2020-07-22 20:16 UTC  (17+ messages)
` [PATCH 2/4] upload-pack.c: allow banning certain object filter(s)

[ANNOUNCE] Git for Windows 2.28.0-rc2
 2020-07-22 19:59 UTC 

Possible issue with rebase's --rebase-merges option
 2020-07-22 18:30 UTC  (4+ messages)

[ANNOUNCE] Git v2.28.0-rc2
 2020-07-22 17:30 UTC 

What's cooking in git.git (Jul 2020, #04; Wed, 22)
 2020-07-22 17:30 UTC 

How can I search git log with ceratin keyword but without the other keyword?
 2020-07-22  6:46 UTC  (16+ messages)

Disclosure - Git Packs (zlib) Allows for Zipbomb Style Attacks
 2020-07-21 23:42 UTC  (2+ messages)

[PATCH] sha1-file: make pretend_object_file() not prefetch
 2020-07-21 23:27 UTC  (3+ messages)

[PATCH] [RFC] travis-ci: remove bogus 'pyenv' in the Linux jobs
 2020-07-21 22:20 UTC  (4+ messages)

[PATCH] entry: check for fstat() errors after checkout
 2020-07-21 20:57 UTC  (4+ messages)

Request for adding a "clean" merge strategy for a double-commit merge to deal with conflicts separately
 2020-07-21 20:43 UTC  (7+ messages)

Trying to push from my local dir to the Github repo
 2020-07-21 20:10 UTC  (2+ messages)

Submit Git Bug
 2020-07-21 19:53 UTC 

[BUG?] shallow-since can't handle merges
 2020-07-21 16:06 UTC 

[GSOC] Blog about week 6
 2020-07-21 13:27 UTC  (3+ messages)

[GSOC] Blog about week 7
 2020-07-21  8:40 UTC 

git - more like a feature request for pro-lifers
 2020-07-21  8:28 UTC 

Cannot delete remote branch with non-ascii name and --force-with-lease
 2020-07-21  1:15 UTC  (4+ messages)
` [PATCH] remote-curl: make --force-with-lease work with non-ASCII ref names
` [PATCH v2] "

[PATCH] git-prompt: changes == to = for zsh's sake
 2020-07-21  0:40 UTC  (6+ messages)
` [PATCH v2] git-prompt: change "

[PATCH v4 0/7] Avoid multiple recursive calls for same path in read_directory_recursive()
 2020-07-20 20:25 UTC  (11+ messages)
` [PATCH v5 00/12] "
  ` [PATCH v5 11/12] Fix error-prone fill_directory() API; make it only return matches
          ` [PATCH] dir: check pathspecs before returning `path_excluded`

[GIT PULL] git-gui pull request
 2020-07-20 19:03 UTC  (2+ messages)

[PATCH] Support nvim as mergetool
 2020-07-20 18:52 UTC  (7+ messages)
` [PATCH v2 0/2] Support nvim as merge tool
` [PATCH v2 1/2] Refactor vimdiff and bc merge tool variants
` [PATCH v2 2/2] Support nvim as merge tool

[PATCH] git-mv: improve error message for conflicted file
 2020-07-20 18:28 UTC  (11+ messages)
` [PATCH v2] "

Pushing tag from a partial clone
 2020-07-20 17:54 UTC  (4+ messages)

[PATCH] upload-pack: do not lazy-fetch "have" objects
 2020-07-20 17:42 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] git-send-email: die if sendmail.* config is set
 2020-07-20 17:40 UTC  (5+ messages)

Compressing packed-refs
 2020-07-20 17:32 UTC  (6+ messages)

BUG: Cannot use bright colors
 2020-07-20 17:13 UTC  (3+ messages)

Git bug - Windows subst/net use, Windows drive letter prefix
 2020-07-20  7:37 UTC  (3+ messages)

[ANNOUNCE] Git v2.28.0-rc1
 2020-07-19 17:23 UTC  (7+ messages)
  ` [PATCH] t3200: don't grep for `strerror()` string

[PATCH] gitworkflows.txt: fix broken subsection underline
 2020-07-18 20:41 UTC  (2+ messages)

[PATCH] git-send-email: die if sendmail.* config is set
 2020-07-18 20:10 UTC  (4+ messages)

[off topic] Git hook and integration for JIRA
 2020-07-18 19:24 UTC  (3+ messages)

[ANNOUNCE] Git for Windows 2.28.0-rc1
 2020-07-18 17:56 UTC  (3+ messages)

[PATCH v2 0/2] Make oid_to_hex() thread-safe
 2020-07-18  3:52 UTC  (5+ messages)
` [PATCH v2 2/2] hex: make hash_to_hex_algop() and friends thread-safe

[PATCH] RelNotes: update the v0 with extension situation
 2020-07-17 20:51 UTC 

A note from the maintainer
 2020-07-17 20:27 UTC 

Issue with insufficient permission for adding an object to repository database .git/objects
 2020-07-17 19:53 UTC  (3+ messages)

Git bisect run should check for the existence of the script
 2020-07-17 19:30 UTC  (5+ messages)

[PATCH] setup: warn about un-enabled extensions
 2020-07-17 17:07 UTC  (18+ messages)
        ` [PATCH 0/2] extensions.* fixes for 2.28 (Re: [PATCH] setup: warn about un-enabled extensions)
          ` [PATCH 2/2] repository: allow repository format upgrade with extensions

[PATCH v5 00/13] Finish converting git bisect to C part 2
 2020-07-17 16:54 UTC  (16+ messages)
` [PATCH v5 01/13] bisect--helper: BUG() in cmd_*() on invalid subcommand
` [PATCH v5 02/13] bisect--helper: use '-res' in 'cmd_bisect__helper' return
` [PATCH v5 03/13] bisect--helper: introduce new `write_in_file()` function
` [PATCH v5 04/13] bisect--helper: reimplement `bisect_autostart` shell function in C
` [PATCH v5 05/13] bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()'
` [PATCH v5 06/13] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C
` [PATCH v5 07/13] bisect--helper: finish porting `bisect_start()` to C
` [PATCH v5 08/13] bisect--helper: retire `--bisect-clean-state` subcommand
` [PATCH v5 09/13] bisect--helper: retire `--next-all` subcommand
` [PATCH v5 10/13] bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C
` [PATCH v5 11/13] bisect--helper: retire `--check-expected-revs` subcommand
` [PATCH v5 12/13] bisect--helper: retire `--write-terms` subcommand
` [PATCH v5 13/13] bisect--helper: retire `--bisect-autostart` subcommand

git pull warning
 2020-07-17 11:33 UTC  (2+ messages)

[ANNOUNCE] Git for Windows 2.28.0-rc0
 2020-07-17  9:31 UTC  (5+ messages)
` [git-for-windows] "

[PATCH v2 0/3] Remove special casing for PSEUDOREF updates
 2020-07-17  8:52 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] Modify pseudo refs through ref backend storage

[PATCH 0/6] fixup ra/rebase-i-more-options
 2020-07-17  0:25 UTC  (9+ messages)
` [PATCH v6 0/5] "
  ` [PATCH v6 2/5] rebase -i: support --committer-date-is-author-date

What's cooking in git.git (Jul 2020, #03; Thu, 16)
 2020-07-16 23:30 UTC 

Commit graph chains with no corresponding files?
 2020-07-16 22:57 UTC  (2+ messages)
` [FYI] commit-graph: trace expiry of commit graph links


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