git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-05-28 12:13:21 to 2021-05-31 07:53:32 UTC [more...]

[BUG] gitk error - can't read "arcnos()": no such element in array
 2021-05-31  7:53 UTC  (4+ messages)

[PATCH v2 0/6] Unconvolutize push.default=simple
 2021-05-31  7:50 UTC  (41+ messages)
` [PATCH v2 1/6] push: hedge code of default=simple
` [PATCH v2 2/6] push: move code to setup_push_simple()
` [PATCH v2 3/6] push: reorganize setup_push_simple()
` [PATCH v2 4/6] push: simplify setup_push_simple()
` [PATCH v2 5/6] push: remove unused code in setup_push_upstream()
` [PATCH v2 6/6] doc: push: explain default=simple correctly
` [PATCH 00/15] push: revamp push.default
` [PATCH 01/15] push: create new get_upstream_ref() helper
` [PATCH 02/15] push: return immediately in trivial switch case
` [PATCH 03/15] push: reorder switch cases
` [PATCH 04/15] push: factor out null branch check
` [PATCH 05/15] push: only get the branch when needed
` [PATCH 06/15] push: make setup_push_* return the dst
` [PATCH 07/15] push: trivial simplifications
` [PATCH 08/15] push: get rid of all the setup_push_* functions
` [PATCH 09/15] push: factor out the typical case
` [PATCH 10/15] push: remove redundant check
` [PATCH 11/15] push: fix Yoda condition
` [PATCH 12/15] push: remove trivial function
` [PATCH 13/15] push: only get triangular when needed
` [PATCH 14/15] push: don't get a full remote object
` [PATCH 15/15] push: rename !triangular to same_remote

[PATCH] describe-doc:fix a obscure error description in the git log documentation
 2021-05-31  7:49 UTC  (6+ messages)

[GSoC] My Git Dev Blog
 2021-05-31  7:43 UTC  (8+ messages)

Slow fetch on repo with tags per each commit (à la Vim)
 2021-05-31  6:36 UTC 

[PATCH v4 00/13] send-email: various optimizations to speed up by >2x
 2021-05-31  5:48 UTC  (12+ messages)
` [PATCH v5 "
  ` [PATCH v5 08/13] send-email: use function syntax instead of barewords
  ` [PATCH v5 10/13] send-email: lazily load modules for a big speedup

[PATCH 0/2] [GSOC] ref-filter: add %(raw) atom
 2021-05-31  5:34 UTC  (27+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] [GSOC] ref-filter: add %(header) atom
` [PATCH v2 0/2] [GSOC] ref-filter: add %(raw) atom
  ` [PATCH v2 1/2] [GSOC] ref-filter: add obj-type check in grab contents
  ` [PATCH v2 2/2] [GSOC] ref-filter: add %(raw) atom

[PATCH] git-completion.bash: Add --anchored
 2021-05-31  5:24 UTC  (2+ messages)

Bug when cloning a repository with a default branch called HEAD
 2021-05-31  4:37 UTC  (3+ messages)

[PATCH] refactor of git_setup_gettext method
 2021-05-31  3:42 UTC  (4+ messages)

[BUG REPORT] File names that contain UTF8 characters are unnecessarily escaped in 'git status .' messages
 2021-05-31  3:35 UTC  (14+ messages)

[RFH] CMake: detect if being run via Visual Studio, independent of build generator?
 2021-05-31  0:01 UTC  (13+ messages)

[PATCH v3 4/4] maintenance: optionally use systemd timers on Linux
 2021-05-30 21:58 UTC  (13+ messages)
                ` CoC, inclusivity etc. (was "Re: [...] systemd timers on Linux")

[PATCH] clone: caveat note on converting partial clone
 2021-05-30 21:47 UTC  (2+ messages)

[PATCH] [GSOC] cat-file: fix --batch report changed-type bug
 2021-05-30 21:36 UTC  (4+ messages)

[QUESTION] how to quickly find an oid in the git repository
 2021-05-30 20:54 UTC  (2+ messages)

[PATCH v2] contrib/completion: fix zsh completion regression from 59d85a2a05
 2021-05-30 16:52 UTC  (2+ messages)

git push doesn't use local branch name as default
 2021-05-30 16:32 UTC  (12+ messages)
        ` git push default doesn't make sense

[PATCH 0/9] send-email: various optimizations to speed up by >2x
 2021-05-30 16:07 UTC  (11+ messages)
` [PATCH v2 00/10] "

[GSOC] Git Blog 2
 2021-05-30 15:53 UTC  (2+ messages)

fast forward merge overwriting my code
 2021-05-30 11:00 UTC  (9+ messages)

[PATCH v3 0/4] maintenance: use systemd timers on Linux
 2021-05-30 10:16 UTC  (5+ messages)
` [PATCH v4 3/4] maintenance: `git maintenance run` learned `--scheduler=<scheduler>`

[PATCH] contrib/completion: avoid empty arithemetic expressions
 2021-05-30  6:18 UTC  (3+ messages)

[PATCH] contrib/completion: fix remote completion for "git push/remote"
 2021-05-30  3:32 UTC  (3+ messages)

time needed to rebase shortend by using --onto?
 2021-05-29 16:59 UTC  (7+ messages)

[PATCH 00/11] Unconvolutize push.default=simple
 2021-05-29  5:38 UTC  (24+ messages)
` [PATCH 01/11] push: hedge code of default=simple
` [PATCH 02/11] push: move code to setup_push_simple()
` [PATCH 03/11] push: reorganize setup_push_simple()
` [PATCH 04/11] push: simplify setup_push_simple()
` [PATCH 05/11] push: remove unused code in setup_push_upstream()
` [PATCH 06/11] push: merge current and simple
` [PATCH 07/11] push: remove redundant check
` [PATCH 08/11] push: fix Yoda condition
` [PATCH 09/11] push: remove trivial function
` [PATCH 10/11] push: flip !triangular for centralized
` [PATCH 11/11] doc: push: explain default=simple correctly

bug report: git checkout deletes worktree file even though it is excluded by sparse-checkout
 2021-05-28 22:44 UTC  (2+ messages)

[PATCH 0/5] Optimization batch 12: miscellaneous unthemed stuff
 2021-05-28 18:09 UTC  (6+ messages)
` [PATCH 1/5] merge-ort: replace string_list_df_name_compare with faster alternative

Should we do something with #git-devel on Freenode?
 2021-05-28 14:37 UTC  (10+ messages)

[PATCH v9 00/37] propose config-based hooks
 2021-05-28 14:11 UTC  (16+ messages)
` [PATCH 00/31] minimal restart of "config-based-hooks"
  ` [PATCH 20/31] run-command: add stdin callback for parallelization
  ` [PATCH 21/31] hook: provide stdin by string_list or callback
  ` [PATCH 22/31] hook: convert 'post-rewrite' hook in sequencer.c to hook.h
  ` [PATCH 23/31] transport: convert pre-push hook to use config
  ` [PATCH 24/31] reference-transaction: use hook.h to run hooks
  ` [PATCH 25/31] run-command: allow capturing of collated output
  ` [PATCH 26/31] hooks: allow callers to capture output
  ` [PATCH 27/31] receive-pack: convert 'update' hook to hook.h
  ` [PATCH 28/31] post-update: use hook.h library
  ` [PATCH 29/31] receive-pack: convert receive hooks to hook.h
  ` [PATCH 30/31] hooks: fix a TOCTOU in "did we run a hook?" heuristic
  ` [PATCH 31/31] hook-list.h: add a generated list of hooks, like config-list.h

[ANNOUNCE] Git for Windows 2.32.0-rc2
 2021-05-28 13:21 UTC 

Fetching single tag in shallow clone almost unshallow the clone
 2021-05-28 12:46 UTC  (3+ 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).