git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-05-29 07:45:33 to 2021-05-31 19:52:03 UTC [more...]

[PATCH v3 0/7] Unconvolutize push.default=simple
 2021-05-31 19:51 UTC  (16+ messages)
` [PATCH v3 1/7] push: rename !triangular to same_remote
` [PATCH v3 2/7] push: hedge code of default=simple
` [PATCH v3 3/7] push: copy code to setup_push_simple()
` [PATCH v3 4/7] push: reorganize setup_push_simple()
` [PATCH v3 5/7] push: simplify setup_push_simple()
` [PATCH v3 6/7] push: remove unused code in setup_push_upstream()
` [PATCH v3 7/7] doc: push: explain default=simple correctly
` [PATCH v2 00/13] push: revamp push.default
  ` [PATCH v2 01/13] push: create new get_upstream_ref() helper
  ` [PATCH v2 02/13] push: return immediately in trivial switch case
  ` [PATCH v2 03/13] push: split switch cases
  ` [PATCH v2 04/13] push: factor out null branch check
  ` [PATCH v2 05/13] push: only get the branch when needed
  ` [PATCH v2 07/13] push: trivial simplifications
  ` [PATCH v2 08/13] push: get rid of all the setup_push_* functions

[PATCH v9 00/37] propose config-based hooks
 2021-05-31 19:21 UTC  (4+ messages)
` [PATCH v9 22/37] read-cache: convert post-index-change hook to use config

[PATCH v2 0/6] Unconvolutize push.default=simple
 2021-05-31 18:38 UTC  (40+ 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 6/6] doc: push: explain default=simple correctly
` [PATCH 03/15] push: reorder switch cases
` [PATCH 05/15] push: only get the branch when needed
` [PATCH 08/15] push: get rid of all the setup_push_* functions
` [PATCH 11/15] push: fix Yoda condition
` [PATCH 12/15] push: remove trivial function
` [PATCH 13/15] push: only get triangular when needed
` [PATCH 15/15] push: rename !triangular to same_remote

[BUG] t5300 fails tests on NonStop x86 at 2.32.0-rc2
 2021-05-31 18:35 UTC 

[PATCH 00/18] Prepare tests for reftable backend
 2021-05-31 16:56 UTC  (59+ messages)
` [PATCH v2 00/21] "
  ` [PATCH v2 01/21] t4202: split testcase for invalid HEAD symref and HEAD hash
  ` [PATCH v2 02/21] t/helper/ref-store: initialize oid in resolve-ref
  ` [PATCH v2 05/21] t1401-symbolic-ref: avoid direct filesystem access
  ` [PATCH v2 06/21] t1413: use tar to save and restore entire .git directory
  ` [PATCH v2 08/21] t5000: reformat indentation to the latest fashion
  ` [PATCH v2 12/21] t5304: use "reflog expire --all" to clear the reflog
  ` [PATCH v2 18/21] t7900: mark pack-refs tests as REFFILES
  ` [PATCH v2 19/21] t7003: check reflog existence only for REFFILES
  ` [PATCH v2 20/21] t4202: mark bogus head hash test with REFFILES
  ` [PATCH v2 21/21] t1415: set REFFILES for test specific to storage format
  ` [PATCH v3 00/22] Prepare tests for reftable backend
    ` [PATCH v3 01/22] t4202: split testcase for invalid HEAD symref and HEAD hash
    ` [PATCH v3 02/22] t/helper/ref-store: initialize oid in resolve-ref
    ` [PATCH v3 03/22] t9300: check ref existence using test-helper rather than a file system check
    ` [PATCH v3 04/22] t5601: read HEAD using rev-parse
    ` [PATCH v3 05/22] t1401: use tar to snapshot and restore repo state
    ` [PATCH v3 06/22] t1401-symbolic-ref: avoid direct filesystem access
    ` [PATCH v3 07/22] t1413: use tar to save and restore entire .git directory
    ` [PATCH v3 08/22] t1301: fix typo in error message
    ` [PATCH v3 09/22] t5000: reformat indentation to the latest fashion
    ` [PATCH v3 10/22] t5000: inspect HEAD using git-rev-parse
    ` [PATCH v3 11/22] t7003: use rev-parse rather than FS inspection
    ` [PATCH v3 12/22] t5304: restyle: trim empty lines, drop ':' before >
    ` [PATCH v3 13/22] t5304: use "reflog expire --all" to clear the reflog
    ` [PATCH v3 14/22] test-lib: provide test prereq REFFILES
    ` [PATCH v3 15/22] t1407: require REFFILES for for_each_reflog test
    ` [PATCH v3 16/22] t1414: mark corruption test with REFFILES
    ` [PATCH v3 17/22] t2017: mark --orphan/logAllRefUpdates=false test as REFFILES
    ` [PATCH v3 18/22] t1404: mark tests that muck with .git directly "
    ` [PATCH v3 19/22] t7900: stop checking for loose refs
    ` [PATCH v3 20/22] t7003: check reflog existence only for REFFILES
    ` [PATCH v3 21/22] t4202: mark bogus head hash test with REFFILES
    ` [PATCH v3 22/22] t1415: set REFFILES for test specific to storage format

[PATCH] t2080: fix cp invocation to copy symlinks instead of following them
 2021-05-31 16:09 UTC  (4+ messages)

[PATCH] [GSOC] cat-file: fix --batch report changed-type bug
 2021-05-31 16:07 UTC  (9+ messages)

Slow fetch on repo with tags per each commit (à la Vim)
 2021-05-31 16:00 UTC  (2+ messages)

[PATCH 0/2] [GSOC] ref-filter: add %(raw) atom
 2021-05-31 15:41 UTC  (28+ messages)
` [PATCH 1/2] "
` [PATCH v2 0/2] "
  ` [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 17:12 UTC  (14+ messages)

[PATCH v3 00/30] Create a reference backend for packed refs
 2021-05-31 14:18 UTC  (3+ messages)
` [PATCH] packed_ref_store: handle a packed-refs file that is a symlink

[PATCH v4 00/13] send-email: various optimizations to speed up by >2x
 2021-05-31 14:38 UTC  (13+ 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

Default behavior of git pull
 2021-05-31 13:03 UTC  (3+ messages)

[QUESTION] how to quickly find an oid in the git repository
 2021-05-31 11:30 UTC  (3+ messages)

[GSOC] Git Blog 2
 2021-05-31 11:04 UTC  (3+ messages)

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

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

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

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

[PATCH v3 4/4] maintenance: optionally use systemd timers on Linux
 2021-05-30 21:58 UTC  (11+ 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 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  (7+ 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  (10+ messages)
` [PATCH v2 00/10] "

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  (6+ 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).