git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-12-14 20:35:20 to 2021-12-17 04:25:37 UTC [more...]

[PATCH v7 0/7] progress: test fixes / cleanup
 2021-12-17  4:25 UTC  (5+ messages)
` [PATCH v7 1/7] leak tests: fix a memory leaks in "test-progress" helper
` [PATCH v7 2/7] progress.c test helper: add missing braces
` [PATCH v7 3/7] progress.c tests: make start/stop commands on stdin
` [PATCH v7 5/7] progress.c: add temporary variable from progress struct

[PATCH 0/8] Makefile: optimize noop runs, add shared.mak
 2021-12-17  1:39 UTC  (9+ messages)
` [PATCH 1/8] Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it
` [PATCH 2/8] Makefile: disable GNU make built-in wildcard rules
` [PATCH 3/8] Makefile: define $(LIB_H) in terms of $(FIND_SOURCE_FILES)
` [PATCH 4/8] Makefile: move ".SUFFIXES" rule to shared.mak
` [PATCH 5/8] Makefile: move $(comma), $(empty) and $(space) "
` [PATCH 6/8] Makefile: add "$(QUIET)" boilerplate "
` [PATCH 7/8] Makefile: use $(wspfx) for $(QUIET...) in shared.mak
` [PATCH 8/8] Makefiles: add and use wildcard "mkdir -p" template

Adding new/create & del/delete aliases into git
 2021-12-17  0:57 UTC  (3+ messages)

[PATCH v3 0/5] implement branch --recurse-submodules
 2021-12-17  0:45 UTC  (15+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] branch: move --set-upstream-to behavior to dwim_and_setup_tracking()
  ` [PATCH v4 2/5] branch: make create_branch() always create a branch
  ` [PATCH v4 3/5] branch: add a dry_run parameter to create_branch()
  ` [PATCH v4 4/5] builtin/branch: clean up action-picking logic in cmd_branch()
  ` [PATCH v4 5/5] branch: add --recurse-submodules option for branch creation
  ` [PATCH v5 0/5] implement branch --recurse-submodules
    ` [PATCH v5 1/5] branch: move --set-upstream-to behavior to dwim_and_setup_tracking()
    ` [PATCH v5 2/5] branch: make create_branch() always create a branch
    ` [PATCH v5 3/5] branch: add a dry_run parameter to create_branch()
    ` [PATCH v5 4/5] builtin/branch: clean up action-picking logic in cmd_branch()
    ` [PATCH v5 5/5] branch: add --recurse-submodules option for branch creation

[PATCH 00/11] Makefile: fix "Perl" and "Python" rules, speed up re-builds
 2021-12-17  0:26 UTC  (12+ messages)
` [PATCH 01/11] Makefile: clean perl/build/ even with NO_PERL=Y
` [PATCH 02/11] Makefile: don't set up "perl/build" rules under NO_PERL=Y
` [PATCH 03/11] Makefile: use "=" not ":=" for po/* and perl/*
` [PATCH 04/11] Makefile: remove "mv $@ $@+" dance redundant to .DELETE_ON_ERROR
` [PATCH 05/11] Makefile: guard Perl-only variable assignments
` [PATCH 06/11] Makefile: change "ifndef NO_PERL" to "ifdef NO_PERL"
` [PATCH 07/11] Makefile: adjust Perl-related comments & whitespace
` [PATCH 08/11] Makefile: correct "GIT-PERL-{DEFINES,HEADER}" dependency graph
` [PATCH 09/11] Makefile: sort PERL_DEFINES list
` [PATCH 10/11] Makefile: create a GIT-PYTHON-DEFINES, like "PERL"
` [PATCH 11/11] Makefile: stop needing @@GIT_VERSION@@ in *.perl scripts

[PATCH] Makefile: remove -DPAGER_ENV from BASIC_CFLAGS
 2021-12-17  0:19 UTC 

[PATCH] Makefile: correct the dependency graph of hook-list.h
 2021-12-17  0:13 UTC 

[PATCH] Makefile: don't invoke msgfmt with --statistics
 2021-12-17  0:10 UTC 

[PATCH] CI: remove support for Azure CI
 2021-12-17  0:04 UTC 

Review process improvements
 2021-12-17  0:05 UTC  (3+ messages)

[PATCH] builtin/fetch: skip unnecessary tasks when using --negotiate-only
 2021-12-17  0:02 UTC  (2+ messages)
` [PATCH v2] "

What's cooking in git.git (Dec 2021, #04; Wed, 15)
 2021-12-16 23:46 UTC  (6+ messages)
` ab/run-command (was: What's cooking in git.git (Dec 2021, #04; Wed, 15))
      ` ab/run-command
` ab/make-dependency (was: What's cooking in git.git (Dec 2021, #04; Wed, 15))

[PATCH 00/12] reflog + gc: refactor, progress output, reftable-readyness
 2021-12-16 23:31 UTC  (13+ messages)
` [PATCH v2 0/9] reftable prep: have builtin/reflog.c handle "--verbose"
  ` [PATCH v2 1/9] reflog delete: narrow scope of "cmd" passed to count_reflog_ent()
  ` [PATCH v2 2/9] reflog expire: narrow scope of "cb" in cmd_reflog_expire()
  ` [PATCH v2 3/9] reflog: change one->many worktree->refnames to use a string_list
  ` [PATCH v2 4/9] reflog expire: don't do negative comparison on enum values
  ` [PATCH v2 5/9] reflog expire: refactor & use "tip_commit" only for UE_NORMAL
  ` [PATCH v2 6/9] reflog expire: don't use lookup_commit_reference_gently()
  ` [PATCH v2 7/9] reflog: reduce scope of "struct rev_info"
  ` [PATCH v2 8/9] refs files-backend: assume cb->newlog if !EXPIRE_REFLOGS_DRY_RUN
  ` [PATCH v2 9/9] reflog + refs-backend: move "verbose" out of the backend

[PATCH V3 1/2] git-apply: add --quiet flag
 2021-12-16 23:37 UTC  (5+ messages)
` [PATCH V5 2/2] git-apply: add --allow-empty flag
    ` [PATCH] t4204 is not sanitizer clean at all
    ` [PATCH] format-patch: mark rev_info with UNLEAK

[PATCH] strlcpy(): safer and faster version
 2021-12-16 22:32 UTC  (3+ messages)

[PATCH v2] stash: print the correct usage on "git stash [push] --invalid-option"
 2021-12-16 22:05 UTC  (4+ messages)
` [PATCH v3] stash: don't show "git stash push" usage on bad "git stash" usage

[PATCH 0/1] grep: align default colors with GNU grep ones
 2021-12-16 21:59 UTC  (3+ messages)
` [PATCH 1/1] "

[RFC PATCH 0/2] Conditional config includes based on remote URL
 2021-12-16 21:57 UTC  (6+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/2] config: make git_config_include() static
  ` [PATCH v7 2/2] config: include file if remote URL matches a glob

[PATCH] help: add space after autocorrect prompt
 2021-12-16 21:49 UTC  (14+ messages)
` [PATCH v2] help: make auto-correction prompt more consistent
  ` [PATCH v3 0/4] normalize format of yes/no prompts
    ` [PATCH v3 1/4] bisect--helper: normalize format string "
    ` [PATCH v3 2/4] clean: normalize format string of yes/no prompt
    ` [PATCH v3 3/4] add-patch: "
    ` [PATCH v3 4/4] help: make auto-correction prompt more consistent

Fw: Curiosity
 2021-12-16 21:42 UTC  (7+ messages)

[PATCH v5 0/1] support `--object-only` option for "git-ls-tree"
 2021-12-16 21:29 UTC  (6+ messages)
` [PATCH v5 1/1] ls-tree.c: "

[RFC PATCH] branch: add "inherit" option for branch.autoSetupMerge
 2021-12-16 21:27 UTC  (28+ messages)
` [PATCH v5 0/2] branch: inherit tracking configs
  ` [PATCH v5 1/2] branch: accept multiple upstream branches for tracking
  ` [PATCH v5 2/2] branch: add flags and config to inherit tracking
` [PATCH v6 0/3] branch: inherit tracking configs
  ` [PATCH v6 1/3] branch: accept multiple upstream branches for tracking
  ` [PATCH v6 2/3] branch: add flags and config to inherit tracking
  ` [PATCH v6 3/3] config: require lowercase for branch.autosetupmerge

[PATCH 00/15] generalize chainlint self-tests
 2021-12-16 19:26 UTC  (10+ messages)
` [PATCH 05/15] t/Makefile: optimize chainlint self-test

bug: git-add --patch any negative pathspec fails
 2021-12-16 20:02 UTC  (2+ messages)

Git bug: Filter ignored when "--invert-grep" option is used
 2021-12-16 19:42 UTC  (4+ messages)

[PATCH v2 0/4] sparse-checkout: fix segfault on malformed patterns
 2021-12-16 19:16 UTC  (14+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] "
  ` [PATCH v3 2/3] sparse-checkout: fix OOM error with mixed patterns
  ` [PATCH v3 3/3] sparse-checkout: refuse to add to bad patterns
  ` [PATCH v4 0/3] sparse-checkout: fix segfault on malformed patterns
    ` [PATCH v4 1/3] "
    ` [PATCH v4 2/3] sparse-checkout: fix OOM error with mixed patterns
    ` [PATCH v4 3/3] sparse-checkout: refuse to add to bad patterns

[PATCH] builtin/fetch: skip unnecessary tasks when using --negotiate-only
 2021-12-16 18:11 UTC  (3+ messages)

bug?: ORIG_HEAD incorrect after reset during git-rebase -i
 2021-12-16 16:44 UTC  (3+ messages)

[PATCH v2] fast-export: fix surprising behavior with --first-parent
 2021-12-16 16:23 UTC  (2+ messages)
` [PATCH v3] "

taking a break from Git
 2021-12-16 14:26 UTC  (5+ messages)

[PATCH 0/2] Sparse index: fetch, pull, ls-files
 2021-12-16 14:11 UTC  (12+ messages)
` [PATCH 2/2] ls-files: add --sparse option

[PATCH v2 0/5] git-p4: fix RCS keyword processing encoding errors
 2021-12-16 13:46 UTC  (6+ messages)
` [PATCH v2 1/5] git-p4: use with statements to close files after use in patchRCSKeywords
` [PATCH v2 2/5] git-p4: pre-compile RCS keyword regexes
` [PATCH v2 3/5] git-p4: add raw option to read_pipelines
` [PATCH v2 4/5] git-p4: open temporary patch file for write only
` [PATCH v2 5/5] git-p4: resolve RCS keywords in bytes not utf-8

[PATCH v2 0/2] test-lib.sh: have all tests pass under "-x", remove BASH_XTRACEFD
 2021-12-16 13:04 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] test-lib.sh: remove the now-unused "test_untraceable" facility

[PATCH] doc/config: mark ssh allowedSigners example as literal
 2021-12-16  9:04 UTC  (2+ messages)

[PATCH] l10n: README: call more attention to plural strings
 2021-12-16  1:10 UTC  (4+ messages)

[PATCH 0/2] midx: prevent bitmap corruption when permuting pack order
 2021-12-15 23:01 UTC  (8+ messages)
` [PATCH v2 0/8] "

[PATCH 0/4] git-p4: fix RCS keyword processing encoding errors
 2021-12-15 21:41 UTC  (6+ messages)
` [PATCH 4/4] git-p4: resolve RCS keywords in binary

[PATCH 1/1] upload-pack.c: make output buffer size configurable
 2021-12-15 21:34 UTC  (11+ messages)
` [PATCH v2 0/1] upload-pack.c: increase output buffer size
  ` [PATCH v2 1/1] "

What's cooking in git.git (Dec 2021, #03; Fri, 10)
 2021-12-15 18:54 UTC  (9+ messages)
` tb/midx-bitmap-corruption-fix
` 'Re: What's cooking in git.git (Dec 2021, #03; Fri, 10)'

Git SCM API remote
 2021-12-15 15:52 UTC  (2+ messages)

What's the difference between 'git rebase -i HEAD~1' and 'git reset --soft HEAD^'
 2021-12-14 23:01 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).