git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-08-07 21:26:01 to 2018-08-09 09:14:14 UTC [more...]

[RFC PATCH v2 00/12] Make submodules work if .gitmodules is not checked out
 2018-08-09  9:14 UTC  (4+ messages)
` [RFC PATCH v2 10/12] t7416: add new test about HEAD:.gitmodules and not existing .gitmodules

[PATCH v1 0/3] [RFC] Speeding up checkout (and merge, rebase, etc)
 2018-08-09  8:16 UTC  (23+ messages)
` [PATCH v2 0/4] Speed up unpack_trees()
  ` [PATCH v2 4/4] unpack-trees: cheaper index update when walking by cache-tree
  ` [PATCH v3 0/4] Speed up unpack_trees()
    ` [PATCH v3 2/4] unpack-trees: optimize walking same trees with cache-tree
    ` [PATCH v3 3/4] unpack-trees: reduce malloc in cache-tree walk

[RFC PATCH 00/10] fetch: make sure submodule oids are fetched
 2018-08-09  7:50 UTC  (14+ messages)
` [PATCH 01/10] string_list: print_string_list to use trace_printf
` [PATCH 02/10] string-list.h: add string_list_pop function
` [PATCH 03/10] sha1-array: provide oid_array_remove_if
` [PATCH 04/10] submodule.c: convert submodule_move_head new argument to object id
` [PATCH 05/10] submodule.c: fix indentation
` [PATCH 06/10] submodule.c: sort changed_submodule_names before searching it
` [PATCH 07/10] submodule: move global changed_submodule_names into fetch submodule struct
` [PATCH 08/10] submodule.c: do not copy around submodule list
` [PATCH 09/10] submodule: fetch in submodules git directory instead of in worktree
` [PATCH 10/10] fetch: retry fetching submodules if sha1 were not fetched

[PATCH] status: -i shorthand for --ignored command line option
 2018-08-09  6:21 UTC  (3+ messages)
    ` [PATCH v2] "

[PATCH v2 00/10] detect broken &&-chains in subshells
 2018-08-09  5:58 UTC  (7+ messages)
` [PATCH 0/5] chainlint: improve robustness against "unusual" shell coding
  ` [PATCH 1/5] chainlint: match arbitrary here-docs tags rather than hard-coded names

Help with "fatal: unable to read ...." error during GC?
 2018-08-09  2:45 UTC  (6+ messages)

[PATCH 1/1] verify-tag/verify-commit should exit unsuccessfully when signature is not trusted
 2018-08-09  1:43 UTC  (11+ messages)

[RFC] submodule: munge paths to submodule git directories
 2018-08-09  0:45 UTC  (8+ messages)
` [PATCH 0/2] munge submodule names
  ` [PATCH 1/2] submodule: create helper to build paths to submodule gitdirs
  ` [PATCH 2/2] submodule: munge paths to submodule git directories

[PATCH/RFC] clone: report duplicate entries on case-insensitive filesystems
 2018-08-09  0:41 UTC  (6+ messages)
` [PATCH v2] "

[RFC PATCH] packfile: iterate packed objects in pack order
 2018-08-08 23:25 UTC  (2+ messages)

abstracting commit signing/verify to support other signing schemes
 2018-08-08 23:14 UTC  (4+ messages)

[PATCH] update-index: there no longer is `apply --index-info`
 2018-08-08 22:43 UTC  (2+ messages)

What's cooking in git.git (Aug 2018, #02; Mon, 6)
 2018-08-08 22:41 UTC  (4+ messages)

[PATCH 0/2] Repacking of promisor packfiles
 2018-08-08 22:34 UTC  (8+ messages)
` [PATCH 2/2] repack: repack promisor objects if -a or -A is set
` [PATCH v2 0/2] Repacking of promisor packfiles
  ` [PATCH v2 1/2] repack: refactor setup of pack-objects cmd
  ` [PATCH v2 2/2] repack: repack promisor objects if -a or -A is set

[PATCH 0/1] Support git pull --rebase=i <remote> <branch>
 2018-08-08 22:19 UTC  (5+ messages)
` [PATCH 1/1] pull --rebase=<type>: allow single-letter abbreviations for the type

[PATCH] git-update-index.txt: reword possibly confusing example
 2018-08-08 21:31 UTC  (2+ messages)

[PATCH 0/3] Resending sb/config-write-fix
 2018-08-08 20:28 UTC  (5+ messages)
` [PATCH 1/3] t1300: document current behavior of setting options
` [PATCH 2/3] config: fix case sensitive subsection names on writing
` [PATCH 3/3] git-config: document accidental multi-line setting in deprecated syntax

[PATCH v6 0/4] stash: add new tests and introduce a new helper function
 2018-08-08 20:18 UTC  (29+ messages)
` [GSoC][PATCH v7 00/26] Convert "git stash" to C builtin
  ` [GSoC][PATCH v7 01/26] sha1-name.c: added 'get_oidf', which acts like 'get_oid'
  ` [GSoC][PATCH v7 02/26] stash: improve option parsing test coverage
  ` [GSoC][PATCH v7 03/26] stash: update test cases conform to coding guidelines
  ` [GSoC][PATCH v7 04/26] stash: renamed test cases to be more descriptive
  ` [GSoC][PATCH v7 05/26] stash: convert apply to builtin
  ` [GSoC][PATCH v7 06/26] stash: convert drop and clear "
  ` [GSoC][PATCH v7 07/26] stash: convert branch "
  ` [GSoC][PATCH v7 08/26] stash: convert pop "
  ` [GSoC][PATCH v7 09/26] stash: implement the "list" command in the builtin
  ` [GSoC][PATCH v7 10/26] stash: convert show to builtin
  ` [GSoC][PATCH v7 11/26] stash: change `git stash show` usage text and documentation
  ` [GSoC][PATCH v7 12/26] stash: refactor `show_stash()` to use the diff API
  ` [GSoC][PATCH v7 13/26] stash: update `git stash show` documentation
  ` [GSoC][PATCH v7 14/26] stash: convert store to builtin
  ` [GSoC][PATCH v7 15/26] stash: convert create "
  ` [GSoC][PATCH v7 16/26] stash: replace spawning a "read-tree" process
  ` [GSoC][PATCH v7 17/26] stash: avoid spawning a "diff-index" process
  ` [GSoC][PATCH v7 18/26] stash: convert push to builtin
  ` [GSoC][PATCH v7 19/26] stash: make push to be quiet
  ` [GSoC][PATCH v7 20/26] stash: add tests for `git stash push -q`
  ` [GSoC][PATCH v7 21/26] stash: replace spawning `git ls-files` child process
  ` [GSoC][PATCH v7 22/26] stash: convert save to builtin
  ` [GSoC][PATCH v7 23/26] stash: convert `stash--helper.c` into `stash.c`
  ` [GSoC][PATCH v7 24/26] stash: optimize `get_untracked_files()` and `check_changes()`
  ` [GSoC][PATCH v7 25/26] stash: replace all `write-tree` child processes with API calls
  ` [GSoC][PATCH v7 26/26] stash: replace all "git apply" "

[GSoC] [PATCH 00/11] A minimal builtin rebase
 2018-08-08 19:37 UTC  (21+ messages)
` [PATCH 01/11] builtin rebase: support --onto
` [PATCH 02/11] builtin rebase: support `git rebase --onto A...B`
` [PATCH 03/11] builtin rebase: handle the pre-rebase hook (and add --no-verify)
` [PATCH 04/11] builtin rebase: support --quiet
` [PATCH 05/11] builtin rebase: support the `verbose` and `diffstat` options
` [PATCH 06/11] builtin rebase: require a clean worktree
` [PATCH 07/11] builtin rebase: try to fast forward when possible
` [PATCH 08/11] builtin rebase: support --force-rebase
` [PATCH 09/11] builtin rebase: start a new rebase only if none is in progress
` [PATCH 10/11] builtin rebase: only store fully-qualified refs in `options.head_name`
` [PATCH 11/11] builtin rebase: support `git rebase <upstream> <switch-to>`

Page content is wider than view window
 2018-08-08 19:00 UTC  (5+ messages)

[PATCH 2/2] repack: repack promisor objects if -a or -A is set
 2018-08-08 18:45 UTC  (6+ messages)

[PATCH v3 00/20] Add `range-diff`, a `tbdiff` lookalike
 2018-08-08 17:33 UTC  (5+ messages)
` [PATCH v4 00/21] "

[PATCH 0/2] Fix two grammar errors related to the word "save"
 2018-08-08 16:39 UTC  (5+ messages)
` [PATCH 1/2] git-compat-util.h: fix typo
` [PATCH 2/2] remote-curl: remove spurious period

[PATCHv3 0/5] Simple fixes to t7406
 2018-08-08 16:31 UTC  (7+ messages)
` [PATCHv4 "
  ` [PATCHv4 1/5] t7406: fix call that was failing for the wrong reason
  ` [PATCHv4 2/5] t7406: simplify by using diff --name-only instead of diff --raw
  ` [PATCHv4 3/5] t7406: avoid having git commands upstream of a pipe
  ` [PATCHv4 4/5] t7406: prefer test_* helper functions to test -[feds]
  ` [PATCHv4 5/5] t7406: avoid using test_must_fail for commands other than git

[RFC PATCH] line-log: clarify [a,b) notation for ranges
 2018-08-08 16:26 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] mw-to-git/t9360: fix broken &&-chain
 2018-08-08 16:10 UTC  (2+ messages)

[GSoC][PATCH v4 00/20] rebase -i: rewrite in C
 2018-08-08 16:04 UTC  (10+ messages)
` [GSoC][PATCH v5 "
  ` [GSoC][PATCH v5 02/20] rebase -i: rewrite append_todo_help() "
  ` [GSoC][PATCH v5 04/20] rebase -i: rewrite the edit-todo functionality "

[PATCH v2 0/4] fix "rebase -i --root" corrupting root commit
 2018-08-08 16:01 UTC  (11+ messages)
` [PATCH v4 0/2] fix author-script quoting
  ` [PATCH v4 1/2] sequencer: handle errors from read_author_ident()
  ` [PATCH v4 2/2] sequencer: fix quoting in write_author_script

[GSoC] [PATCH 0/1] default to builtin rebase
 2018-08-08 15:53 UTC  (2+ messages)
` [PATCH 1/1] rebase: default to using the "

[GSoC] [PATCH 0/6] builtin rebase rest
 2018-08-08 15:36 UTC  (7+ messages)
` [PATCH 1/6] builtin rebase: optionally auto-detect the upstream
` [PATCH 2/6] builtin rebase: optionally pass custom reflogs to reset_head()
` [PATCH 3/6] builtin rebase: fast-forward to onto if it is a proper descendant
` [PATCH 4/6] builtin rebase: show progress when connected to a terminal
` [PATCH 5/6] builtin rebase: use no-op editor when interactive is "implied"
` [PATCH 6/6] builtin rebase: error out on incompatible option/mode combinations

[GSoC] [PATCH 00/18] builtin rebase options
 2018-08-08 15:21 UTC  (19+ messages)
` [PATCH 01/18] builtin rebase: allow selecting the rebase "backend"
` [PATCH 02/18] builtin rebase: support --signoff
` [PATCH 03/18] builtin rebase: support --rerere-autoupdate
` [PATCH 04/18] builtin rebase: support --committer-date-is-author-date
` [PATCH 05/18] builtin rebase: support `ignore-whitespace` option
` [PATCH 06/18] builtin rebase: support `ignore-date` option
` [PATCH 07/18] builtin rebase: support `keep-empty` option
` [PATCH 08/18] builtin rebase: support `--autosquash`
` [PATCH 09/18] builtin rebase: support `--gpg-sign` option
` [PATCH 10/18] builtin rebase: support `-C` and `--whitespace=<type>`
` [PATCH 11/18] builtin rebase: support `--autostash` option
` [PATCH 12/18] builtin rebase: support `--exec`
` [PATCH 13/18] builtin rebase: support `--allow-empty-message` option
` [PATCH 14/18] builtin rebase: support --rebase-merges[=[no-]rebase-cousins]
` [PATCH 15/18] merge-base --fork-point: extract libified function
` [PATCH 16/18] builtin rebase: support `fork-point` option
` [PATCH 17/18] builtin rebase: add support for custom merge strategies
` [PATCH 18/18] builtin rebase: support --root

[GSoC] [PATCH 0/7] builtin rebase actions
 2018-08-08 15:06 UTC  (8+ messages)
` [PATCH 1/7] builtin rebase: support --continue
` [PATCH 2/7] builtin rebase: support --skip
` [PATCH 3/7] builtin rebase: support --abort
` [PATCH 4/7] builtin rebase: support --quit
` [PATCH 5/7] builtin rebase: support --edit-todo and --show-current-patch
` [PATCH 6/7] builtin rebase: actions require a rebase in progress
` [PATCH 7/7] builtin rebase: stop if `git am` is "

[PATCH v7 0/1] sideband: highlight keywords in remote sideband output
 2018-08-08 13:12 UTC  (3+ messages)

[PATCH 1/2] git-instaweb: support Fedora/Red Hat apache module path
 2018-08-08  8:49 UTC  (5+ messages)

[PATCH] git-instaweb.sh: Generate unixd module loading
 2018-08-08  8:32 UTC 

[PATCH 0/4] line-log: be more careful when adjusting multiple line ranges
 2018-08-07 22:00 UTC  (6+ messages)
` [PATCH 4/4] line-log: convert an assertion to a full BUG() call


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