git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-03-19 06:20:39 to 2019-03-21 09:28:25 UTC [more...]

Git server side "pre-receive" hook to create new repositories
 2019-03-21  9:28 UTC  (5+ messages)

[PATCH 0/6] Create commit-graph file format v2
 2019-03-21  9:21 UTC  (3+ messages)
` [PATCH 5/6] commit-graph: implement file format version 2

What's cooking in git.git (Mar 2019, #04; Wed, 20)
 2019-03-21  9:13 UTC  (11+ messages)

[PATCH 0/13] more unused parameter cleanups
 2019-03-21  8:50 UTC  (18+ messages)
` [PATCH 01/13] revision: drop some unused "revs" parameters
` [PATCH 02/13] log: drop unused rev_info from early output
` [PATCH 03/13] log: drop unused "len" from show_tagger()
` [PATCH 04/13] update-index: drop unused prefix_length parameter from do_reupdate()
` [PATCH 05/13] test-date: drop unused "now" parameter from parse_dates()
` [PATCH 06/13] unpack-trees: drop name_entry from traverse_by_cache_tree()
` [PATCH 07/13] unpack-trees: drop unused error_type parameters
` [PATCH 08/13] report_path_error(): drop unused prefix parameter
` [PATCH 09/13] fetch_pack(): drop unused parameters
` [PATCH 10/13] parse-options: drop unused ctx parameter from show_gitcomp()
` [PATCH 11/13] pretty: drop unused "type" parameter in needs_rfc2047_encoding()
` [PATCH 12/13] pretty: drop unused strbuf from parse_padding_placeholder()
` [PATCH 13/13] parse_opt_ref_sorting: always use with NONEG flag

[RFC PATCH] cherry-pick: set default `--mainline` parent to 1
 2019-03-21  8:31 UTC  (15+ messages)

[PATCH v7 0/8] Fix scissors bug during conflict
 2019-03-21  6:54 UTC  (17+ messages)
` [PATCH v8 00/11] "
  ` [PATCH v8 08/11] merge: cleanup messages like commit
  ` [PATCH v9 00/11] Fix scissors bug during conflict
    ` [PATCH v9 01/11] t7600: clean up style
    ` [PATCH v9 02/11] t3507: "
    ` [PATCH v9 03/11] t7604: "
    ` [PATCH v9 04/11] t7502: "
    ` [PATCH v9 05/11] commit: extract cleanup_mode functions to sequencer
    ` [PATCH v9 06/11] parse-options.h: extract common --cleanup option
    ` [PATCH v9 07/11] sequencer.c: remove duplicate code
    ` [PATCH v9 08/11] merge: cleanup messages like commit
    ` [PATCH v9 09/11] merge: add scissors line on merge conflict
    ` [PATCH v9 10/11] sequencer.c: define describe_cleanup_mode
    ` [PATCH v9 11/11] cherry-pick/revert: add scissors line on merge conflict

git-format-patch and dates
 2019-03-21  6:21 UTC  (3+ messages)

[PATCH] commit: improve error message in "-a <paths>" case
 2019-03-21  5:49 UTC  (2+ messages)

[RFC PATCH 00/11] rebase -i run without forking rebase--interactive
 2019-03-21  4:21 UTC  (18+ messages)
` [RFC PATCH 01/11] sequencer: always discard index after checkout
` [RFC PATCH 02/11] rebase: rename write_basic_state()
` [RFC PATCH 03/11] rebase: use OPT_RERERE_AUTOUPDATE()
` [RFC PATCH 04/11] rebase -i: combine rebase--interactive.c with rebase.c
` [RFC PATCH 05/11] rebase -i: remove duplication
` [RFC PATCH 06/11] rebase -i: use struct commit when parsing options
` [RFC PATCH 07/11] rebase -i: use struct object_id for squash_onto
` [RFC PATCH 08/11] rebase -i: use struct rebase_options to parse args
` [RFC PATCH 09/11] rebase -i: use struct rebase_options in do_interactive_rebase()
` [RFC PATCH 10/11] rebase: use a common action enum
` [RFC PATCH 11/11] rebase -i: run without forking rebase--interactive

[PATCH v2 1/4] git: read local config in --list-cmds
 2019-03-21  2:58 UTC  (7+ messages)
` [PATCH v3 0/4] completion.commands: fix multiple command removals
` [PATCH v3 1/4] git: read local config in --list-cmds
` [PATCH v3 2/4] t9902: test multiple removals via completion.commands
` [PATCH v3 3/4] completion: fix multiple command removals
` [PATCH v3 4/4] completion: use __git when calling --list-cmds

[PATCH 0/2] Randomize / timestamp trace2 targets
 2019-03-21  2:04 UTC  (4+ messages)
` [PATCH v2 0/1] Write trace2 output to directories
  ` [PATCH v2 1/1] trace2: write to directory targets

git tag -v should verify that the tag signer intended the same tag name as the user is verifying
 2019-03-21  1:31 UTC  (6+ messages)

[PATCH v3 10/21] checkout: split part of it to new command 'switch'
 2019-03-21  0:38 UTC  (11+ messages)
` [PATCH] checkout.txt: note about losing staged changes with --merge

[PATCH 00/20] nd/diff-parseopt the last part
 2019-03-21  0:35 UTC  (26+ messages)
` [PATCH 01/20] diff-parseopt: convert --ws-error-highlight
` [PATCH 02/20] diff-parseopt: convert --ita-[in]visible-in-index
` [PATCH 03/20] diff-parseopt: convert -z
` [PATCH 04/20] diff-parseopt: convert -l
` [PATCH 05/20] diff-parseopt: convert -S|-G
` [PATCH 06/20] diff-parseopt: convert --pickaxe-all|--pickaxe-regex
` [PATCH 07/20] diff-parseopt: convert -O
` [PATCH 08/20] diff-parseopt: convert --find-object
` [PATCH 09/20] diff-parseopt: convert --diff-filter
` [PATCH 10/20] diff-parseopt: convert --[no-]abbrev
` [PATCH 11/20] diff-parseopt: convert --[src|dst]-prefix
` [PATCH 12/20] diff-parseopt: convert --line-prefix
` [PATCH 13/20] diff-parseopt: convert --no-prefix
` [PATCH 14/20] diff-parseopt: convert --inter-hunk-context
` [PATCH 15/20] diff-parseopt: convert --[no-]color-moved
` [PATCH 16/20] diff-parseopt: convert --color-moved-ws
` [PATCH 17/20] diff.c: allow --no-color-moved-ws
` [PATCH 18/20] range-diff: use parse_options() instead of diff_opt_parse()
` [PATCH 19/20] diff --no-index: "
` [PATCH 20/20] am: avoid diff_opt_parse()

[REGRESSION ps/stash-in-c] git stash show -v
 2019-03-20 23:09 UTC  (11+ messages)
  ` [PATCH v2] stash: setup default diff output format if necessary

[PATCH 0/4] doc-diff: support diffing from/to AsciiDoc(tor)
 2019-03-20 20:11 UTC  (3+ messages)

[PATCH] asciidoctor-extensions: provide `<refmiscinfo/>`
 2019-03-20 18:32 UTC  (14+ messages)

[PATCH] git-diff.txt: prefer not using <commit>..<commit>
 2019-03-20 17:28 UTC  (7+ messages)

[PATCH v3 00/21] Add new command "switch"
 2019-03-20 12:04 UTC  (18+ messages)
` [PATCH v3 10/21] checkout: split part of it to new command 'switch'
` [PATCH v4 00/26] Add "
  ` [PATCH v4 22/26] switch: reject if some operation is in progress

[PATCH v2 1/1] t/lib-gpg.sh: fix GPG keyring import options
 2019-03-20 11:52 UTC  (3+ messages)

[ANNOUNCE] Git Rev News edition 49
 2019-03-20 11:27 UTC 

How to properly find git config in a libgit.a-using executable?
 2019-03-20 10:19 UTC 

[PATCH] unpack-trees: fix oneway_merge accidentally carry over stage index
 2019-03-20  9:50 UTC  (5+ messages)
` [PATCH v2] "

how can i "gc" or "prune" objects related to a deleted remote?
 2019-03-20  5:22 UTC  (4+ messages)

[PATCH] cherry-pick: do not error on non-merge commits when '-m 1' is specified
 2019-03-20  5:09 UTC  (5+ messages)

git command history
 2019-03-20  0:47 UTC  (2+ messages)

[PATCH 1/1] t/lib-gpg.sh: fix GPG keyring import options
 2019-03-19 23:15 UTC 

[WIP 0/7] CDN offloading of fetch response
 2019-03-19 20:48 UTC  (3+ messages)
` [PATCH v2 0/8] "

[PATCH 0/3] multi-pack-index: fix verify on large repos
 2019-03-19 19:53 UTC  (16+ messages)
` [PATCH 2/3] midx: verify: group objects by packfile to speed up object verification
` [PATCH v2 0/4] multi-pack-index: fix verify on large repos
  ` [PATCH v2 1/4] progress: add sparse mode to force 100% complete message
  ` [PATCH v2 2/4] trace2:data: add trace2 data to midx
  ` [PATCH v2 3/4] midx: verify: add midx packfiles to the packed_git list
  ` [PATCH v2 4/4] midx: verify: group objects by packfile to speed up object verification

[PATCH v2 1/1] trace2: NULL is not allowed for va_list
 2019-03-19 18:03 UTC  (2+ messages)

[PATCH v3] rebase: remove the rebase.useBuiltin setting
 2019-03-19 10:21 UTC  (3+ messages)
` [PATCH v4] "

Improve support for 'git config gc.reflogExpire never'
 2019-03-19  9:30 UTC  (3+ messages)

[PATCH 0/4] gc docs: modernize and fix the documentation
 2019-03-19  9:28 UTC  (4+ messages)
` [PATCH 4/4] gc docs: downplay the usefulness of --aggressive

git on AIX: daemon.c & t5570-git-daemon.sh
 2019-03-19  9:05 UTC 

[PATCH 0/5] gc: minor code cleanup + contention fixes
 2019-03-19  6:27 UTC  (5+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v3 6/8] reflog tests: assert lack of early exit with expiry="never"


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