git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-11-23 17:35:37 to 2021-11-26 22:45:09 UTC [more...]

[PATCH 0/8] Avoid removing the current working directory, even if it becomes empty
 2021-11-26 22:40 UTC  (28+ messages)
` [PATCH 1/8] t2501: add various tests for removing the current working directory
` [PATCH v2 0/9] Avoid removing the current working directory, even if it becomes empty
  ` [PATCH v2 1/9] t2501: add various tests for removing the current working directory
  ` [PATCH v2 2/9] setup: introduce startup_info->original_cwd
  ` [PATCH v2 3/9] unpack-trees: refuse to remove startup_info->original_cwd
  ` [PATCH v2 4/9] unpack-trees: add special cwd handling
  ` [PATCH v2 5/9] symlinks: do not include startup_info->original_cwd in dir removal
  ` [PATCH v2 6/9] clean: do not attempt to remove startup_info->original_cwd
  ` [PATCH v2 7/9] stash: "
  ` [PATCH v2 8/9] dir: avoid incidentally removing the original_cwd in remove_path()
  ` [PATCH v2 9/9] dir: new flag to remove_dir_recurse() to spare the original_cwd
  ` [PATCH v3 00/11] Avoid removing the current working directory, even if it becomes empty
    ` [PATCH v3 01/11] t2501: add various tests for removing the current working directory

[ANNOUNCE] Git v2.34.1 NonStop Builds Available
 2021-11-26 22:39 UTC 

pull.rebase config option broken in 2.33.1
 2021-11-26 21:45 UTC  (5+ messages)

[PATCH 8/8] dir: avoid removing the current working directory
 2021-11-26 21:40 UTC  (25+ messages)
                    ` The overhead of bin-wrappers/ (was: [PATCH 8/8] dir: avoid removing the current working directory)

[PATCH v2 2/2] test-lib: introduce required prereq for test runs
 2021-11-26 21:02 UTC  (7+ messages)
` [PATCH v3 0/3] test-lib: improve missing prereq handling
  ` [PATCH v3 3/3] test-lib: make BAIL_OUT() work in tests and prereq

[PATCH v10 0/2] am: support --empty=(die|drop|keep) option to handle empty patches
 2021-11-26 20:14 UTC  (7+ messages)
` [PATCH v11 "
  ` [PATCH v11 1/2] doc: git-format-patch: describe the option --always
  ` [PATCH v11 2/2] am: support --empty=<option> to handle empty patches

[PATCH] githubci: add a workflow for creating GitHub release notes
 2021-11-26 17:37 UTC  (4+ messages)

[RFC PATCH v1 1/1] docs: add the new commit-msg tags 'Reported:' and 'Reviewed:'
 2021-11-26 17:11 UTC  (7+ messages)

What's cooking in git.git (Nov 2021, #06; Wed, 24)
 2021-11-26 13:11 UTC  (3+ messages)
` bc/require-c99 + jc/c99-var-decl-in-for-loop (was: What's cooking in git.git (Nov 2021, #06; Wed, 24))

[PATCH] mingw: avoid fallback for {local,gm}time_r()
 2021-11-26 13:55 UTC  (3+ messages)

[BUG REPORT] `git rebase --exec` shouldn't run the exec command when there is nothing to rebase
 2021-11-26 12:44 UTC 

[PATCH 0/4] Fix LLP64 `(size_t)1` compatibility VS C4334 warnings
 2021-11-26 11:36 UTC  (5+ messages)
` [PATCH 1/4] mergesort.c: LLP64 compatibility, upcast unity for left shift
` [PATCH 2/4] repack.c: "
` [PATCH 3/4] diffcore-delta.c: "
` [PATCH 4/4] object-file.c: "

[PATCH 0/5] run-command API: get rid of "argv"
 2021-11-26  9:48 UTC  (21+ messages)
` [PATCH v2 0/9] run-command API: get rid of "argv" and "env"
  ` [PATCH v2 1/9] worktree: remove redundant NULL-ing of "cp.argv
  ` [PATCH v2 4/9] run-command tests: use strvec_pushv(), not argv assignment
  ` [PATCH v3 0/9] run-command API: get rid of "argv" and "env"
    ` [PATCH v3 1/9] worktree: stop being overly intimate with run_command() internals
    ` [PATCH v3 2/9] upload-archive: use regular "struct child_process" pattern
    ` [PATCH v3 3/9] run-command API users: use strvec_pushv(), not argv assignment
    ` [PATCH v3 4/9] run-command tests: "
    ` [PATCH v3 5/9] run-command API users: use strvec_pushl(), not argv construction
    ` [PATCH v3 6/9] run-command API users: use strvec_push(), "
    ` [PATCH v3 7/9] run-command API: remove "argv" member, always use "args"
    ` [PATCH v3 8/9] difftool: use "env_array" to simplify memory management
    ` [PATCH v3 9/9] run-command API: remove "env" member, always use "env_array"

[PATCH 0/4] Inspect reflog data programmatically in more tests
 2021-11-26  8:35 UTC  (28+ messages)
` [PATCH 2/4] refs: trim newline from reflog message
            ` Re* "
` [PATCH 3/4] test-ref-store: tweaks to for-each-reflog-ent format
` [PATCH v2 0/5] Inspect reflog data programmatically in more tests
  ` [PATCH v2 1/5] show-branch: show reflog message
  ` [PATCH v2 2/5] test-ref-store: don't add newline to "
  ` [PATCH v2 3/5] t1405: check for_each_reflog_ent_reverse() more thoroughly
  ` [PATCH v2 4/5] test-ref-store: tweaks to for-each-reflog-ent format
  ` [PATCH v2 5/5] refs/debug: trim trailing LF from reflog message

[PATCH] rebase, cherry-pick, revert: only run from toplevel
 2021-11-26  7:31 UTC 

[PATCH] t1404: mark directory/file conflict tests with REFFILES
 2021-11-26  7:39 UTC  (2+ messages)

[PATCH v2] Makefile: error out invoking strip target
 2021-11-26  7:38 UTC  (3+ messages)

[PATCH 0/2] Allow writing invalid OIDs into refs for testing purposes
 2021-11-26  7:32 UTC  (4+ messages)
` [PATCH 1/2] refs: update comment
` [PATCH 2/2] refs: allow skipping OID verification

[PATCH v4] pager: fix crash when pager program doesn't exist
 2021-11-26  6:23 UTC  (2+ messages)

[PATCH v3 2/4] csum-file.h: increase hashfile buffer size
 2021-11-26  4:08 UTC  (3+ messages)
` t4216-log-bloom.sh fails with -v (but not --verbose-log)

[PATCH v2 0/3] object-name: make ambiguous object output translatable + show tag date
 2021-11-25 22:03 UTC  (8+ messages)
` [PATCH v5 0/6] "
  ` [PATCH v5 1/6] object-name tests: add tests for ambiguous object blind spots
  ` [PATCH v5 2/6] object-name: explicitly handle OBJ_BAD in show_ambiguous_object()
  ` [PATCH v5 3/6] object-name: make ambiguous object output translatable
  ` [PATCH v5 4/6] object-name: show date for ambiguous tag objects
  ` [PATCH v5 5/6] object-name: iterate ambiguous objects before showing header
  ` [PATCH v5 6/6] object-name: re-use "struct strbuf" in show_ambiguous_object()

[PATCH] gitk: fix error when resizing gitk
 2021-11-21  7:33 UTC 

[PATCH] gitk: fix error when resizing gitk
 2021-11-25 12:57 UTC 

[ANNOUNCE] Git for Windows 2.34.1
 2021-11-25 11:50 UTC 

[PATCH] completion: add human and auto: date format
 2021-11-25 11:45 UTC  (2+ messages)

why git is so slow for a tiny git push?
 2021-11-25  2:53 UTC  (10+ messages)
      ` [External Mail]Re: "

Letting tools partially resolve conflicts in a file
 2021-11-24 22:32 UTC  (5+ messages)

[ANNOUNCE] Git v2.34.1
 2021-11-24 21:21 UTC  (6+ messages)

Update to Git 2.34.0 breaks application
 2021-11-24 20:51 UTC  (10+ messages)
` [PATCH] editor: only save (and restore) the terminal if using a tty

[PATCH v3 0/2] Sparse Index: diff and blame builtins
 2021-11-24 18:36 UTC  (15+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 1/4] sparse index: enable only for git repos
  ` [PATCH v4 2/4] test-read-cache: set up repo after git directory
  ` [PATCH v4 3/4] diff: enable and test the sparse index
  ` [PATCH v4 4/4] blame: "

[PATCH 0/4] implement branch --recurse-submodules
 2021-11-24 18:18 UTC  (19+ messages)
` [PATCH 1/4] submodule-config: add submodules_of_tree() helper
` [PATCH 3/4] branch: add --dry-run option to branch
` [PATCH 4/4] branch: add --recurse-submodules option for branch creation

[PATCH v3] pager: fix crash when pager program doesn't exist
 2021-11-24 15:55 UTC  (3+ messages)

[PATCH v2] pager: fix crash when pager program doesn't exist
 2021-11-24 15:51 UTC  (9+ messages)

[PATCH 1/1] git-compat-util: add a test balloon for C99 support
 2021-11-24 15:10 UTC  (12+ messages)
                ` [PATCH 1/1] git-compat-util: add a test balloon for C99 supporty

[PATCH] fast-export: fix surprising behavior with --first-parent
 2021-11-24 13:05 UTC  (7+ messages)

[PATCH] unpack-objects: unpack large object in stream
 2021-11-24  9:00 UTC  (4+ messages)
` [PATCH v3 1/5] object-file: refactor write_loose_object() to read buffer from stream

[PATCH v6 0/5] teach submodules to know they're submodules
 2021-11-24  1:38 UTC  (6+ messages)
` [RFC PATCH 0/2] submodule: test what happens if submodule.superprojectGitDir isn't around

"format-patch" command doesn't support SSH signing
 2021-11-24  0:49 UTC  (2+ messages)

[PATCH v4 0/1] ls-tree.c: support `--oid-only` option
 2021-11-23 22:32 UTC  (3+ messages)
` [PATCH v4 1/1] ls-tree.c: support `--oid-only` option for "git-ls-tree"

git 2.34.0: Behavior of `**` in gitignore is different from previous versions
 2021-11-23 21:13 UTC  (11+ messages)

Git subtree command sustainability
 2021-11-23 19:36 UTC  (2+ messages)

[RFC] Branches with --recurse-submodules
 2021-11-23 19:04 UTC  (5+ messages)

[PATCH] fixup??? Merge branch 'ab/ci-updates' into seen
 2021-11-23 17:58 UTC  (7+ messages)

[PATCH] sequencer: fix environment that 'exec' commands run under
 2021-11-23 17:48 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).