git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-05-28 09:24:11 to 2021-05-31 03:26:47 UTC [more...]

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

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

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

[PATCH 0/2] [GSOC] ref-filter: add %(raw) atom
 2021-05-31  0:44 UTC  (24+ 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

[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 0/6] Unconvolutize push.default=simple
 2021-05-30 19:09 UTC  (29+ 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

[GSoC] My Git Dev Blog
 2021-05-30 17:30 UTC  (5+ 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)

[PATCH] git-completion.bash: Add --anchored
 2021-05-30 11:31 UTC 

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 v4 00/13] send-email: various optimizations to speed up by >2x
 2021-05-29 14:25 UTC  (19+ messages)
` [PATCH v5 "
  ` [PATCH v5 04/13] send-email: refactor sendemail.smtpencryption config parsing
  ` [PATCH v5 05/13] send-email: copy "config_regxp" into git-send-email.perl
  ` [PATCH v5 06/13] send-email: lazily load config for a big speedup
  ` [PATCH v5 07/13] send-email: lazily shell out to "git var"
  ` [PATCH v5 08/13] send-email: use function syntax instead of barewords
  ` [PATCH v5 09/13] send-email: get rid of indirect object syntax
  ` [PATCH v5 10/13] send-email: lazily load modules for a big speedup
  ` [PATCH v5 11/13] perl: lazily load some common Git.pm setup code
  ` [PATCH v5 12/13] send-email: move trivial config handling to Perl
  ` [PATCH v5 13/13] perl: nano-optimize by replacing Cwd::cwd() with Cwd::getcwd()

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

Bug when cloning a repository with a default branch called HEAD
 2021-05-28 19:05 UTC 

[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  (35+ messages)
` [PATCH 00/31] minimal restart of "config-based-hooks"
  ` [PATCH 01/31] hooks tests: don't leave "actual" nonexisting on failure
  ` [PATCH 02/31] gc tests: add a test for the "pre-auto-gc" hook
  ` [PATCH 03/31] hook: add 'run' subcommand
  ` [PATCH 04/31] run-command.h: move find_hook() to hook.h
  ` [PATCH 05/31] hook.c: add a hook_exists() wrapper and use it in bugreport.c
  ` [PATCH 06/31] gc: use hook library for pre-auto-gc hook
  ` [PATCH 07/31] rebase: teach pre-rebase to use hook.h
  ` [PATCH 08/31] am: convert applypatch hooks to use config
  ` [PATCH 09/31] hooks: convert 'post-checkout' hook to hook library
  ` [PATCH 10/31] merge: use config-based hooks for post-merge hook
  ` [PATCH 11/31] git hook run: add an --ignore-missing flag
  ` [PATCH 12/31] send-email: use 'git hook run' for 'sendemail-validate'
  ` [PATCH 13/31] git-p4: use 'git hook' to run hooks
  ` [PATCH 14/31] commit: use hook.h to execute hooks
  ` [PATCH 15/31] read-cache: convert post-index-change hook to use config
  ` [PATCH 16/31] receive-pack: convert push-to-checkout hook to hook.h
  ` [PATCH 17/31] run-command: allow stdin for run_processes_parallel
  ` [PATCH 18/31] hook: support passing stdin to hooks
  ` [PATCH 19/31] am: convert 'post-rewrite' hook to hook.h
  ` [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)

[PATCH v3 00/12] Sparse-index: integrate with status
 2021-05-28 11:36 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 07/12] unpack-trees: be careful around sparse directory entries


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