messages from 2018-03-23 20:10:00 to 2018-03-25 07:10:37 UTC [more...]
query on git submodule (ignore)
2018-03-25 7:10 UTC (2+ messages)
[RFC][PATCH] git-stash: convert git stash list to C builtin
2018-03-25 7:08 UTC (2+ messages)
[PATCH] branch -l: print useful info whilst rebasing a non-local branch
2018-03-25 6:54 UTC (9+ messages)
[PATCH 0/4] Convert some stash functionality to a builtin
2018-03-25 6:51 UTC (11+ messages)
` [PATCH 1/4] stash: convert apply to builtin
` [PATCH 2/4] stash: convert branch "
` [PATCH 3/4] stash: convert drop and clear "
` [PATCH 4/4] stash: convert pop "
[PATCH] completion: add option completion for most builtin commands
2018-03-25 0:59 UTC (17+ messages)
` [PATCH v2 0/8] "
` [PATCH v2 1/8] git.c: move cmd_struct declaration up
` [PATCH v2 2/8] git.c: add hidden option --list-parseopt-builtins
` [PATCH v2 3/8] completion: mention the oldest version we need to support
` [PATCH v2 4/8] completion: factor out _git_xxx calling code
` [PATCH v2 5/8] completion: add --option completion for most builtin commands
` [PATCH v2 6/8] completion: delete option-only completion commands
` [PATCH v2 7/8] completion: use __gitcomp_builtin in _git_ls_tree
` [PATCH v2 8/8] completion: use __gitcomp_builtin in _git_cherry
[RFC][GSoC] Project proposal: convert interactive rebase to C
2018-03-25 0:43 UTC (4+ messages)
` [RFC v3][GSoC] "
[PATCH] Makefile: detect compiler and enable more warnings in DEVELOPER=1
2018-03-25 0:40 UTC (3+ messages)
` [PATCH v2] "
[ANNOUNCE] Git Rev News edition 37
2018-03-24 22:08 UTC (2+ messages)
[PATCH v3 0/4] worktree: teach "add" to check out existing branches
2018-03-24 21:00 UTC (12+ messages)
` [PATCH v4 "
` [PATCH v4 1/4] worktree: improve message when creating a new worktree
` [PATCH v4 2/4] worktree: be clearer when "add" dwim-ery kicks in
` [PATCH v4 4/4] worktree: teach "add" to check out existing branches
Null pointer dereference in git-submodule
2018-03-24 20:42 UTC (2+ messages)
[PATCH] filter-branch: consider refs can refer to an object other than commit or tag
2018-03-24 19:41 UTC (5+ messages)
` [PATCH v2] filter-branch: fix errors caused by refs that cannot be used with ^0
` [PATCH v3] filter-branch: fix errors caused by refs that point at non-committish
[GSoC] Convert “git stash” to builtin proposal
2018-03-24 19:31 UTC (5+ messages)
[RFC PATCH 0/1] json-writer: incorrect format specifier
2018-03-24 18:38 UTC (7+ messages)
` [RFC PATCH 1/1] "
` [RFC PATCH 0/1] json-writer: add cast to uintmax_t
` [RFC PATCH v2 1/1] "
[RFC PATCH v3 0/4] give more useful error messages while renaming branch
2018-03-24 17:09 UTC (5+ messages)
` [PATCH v4 0/3] give more useful error messages while renaming branch (reboot)
` [PATCH v4 2/3] builtin/branch: give more useful error messages when renaming
[PATCH] sha1_name: use bsearch_hash() for abbreviations
2018-03-24 16:41 UTC (3+ messages)
` [PATCH v2 0/3] Use "
` [PATCH 4/3] sha1_name: use bsearch_pack() in unique_in_pack()
[PATCH 00/36] Combine t/helper binaries into a single one
2018-03-24 12:57 UTC (57+ messages)
` [PATCH v2 "
` [PATCH v4 1/7] t7700: have closing quote of a test at the beginning of line
` [PATCH v2 01/36] t/helper: add an empty test-tool program
` [PATCH v4 2/7] repack: add --keep-pack option
` [PATCH v2 02/36] t/helper: merge test-chmtime into test-tool
` [PATCH v4 3/7] gc: add --keep-largest-pack option
` [PATCH v2 03/36] t/helper: merge test-sha1 into test-tool
` [PATCH v4 4/7] gc: add gc.bigPackThreshold config
` [PATCH v2 04/36] t/helper: merge test-lazy-init-name-hash into test-tool
` [PATCH v4 5/7] gc: handle a corner case in gc.bigPackThreshold
` [PATCH v2 05/36] t/helper: merge test-config into test-tool
` [PATCH v4 6/7] gc --auto: exclude base pack if not enough mem to "repack -ad"
` [PATCH v2 06/36] t/helper: merge test-ctype into test-tool
` [PATCH v4 7/7] pack-objects: show some progress when counting kept objects
` [PATCH v2 07/36] t/helper: merge test-date into test-tool
` [PATCH v2 08/36] t/helper: merge (unused) test-delta "
` [PATCH v2 09/36] t/helper: merge test-drop-caches "
` [PATCH v2 10/36] t/helper: merge test-dump-cache-tree "
` [PATCH v2 11/36] t/helper: merge test-dump-split-index "
` [PATCH v2 12/36] t/helper: merge test-example-decorate "
` [PATCH v2 13/36] t/helper: merge test-genrandom "
` [PATCH v2 14/36] t/helper: merge test-hashmap "
` [PATCH v2 15/36] t/helper: merge test-index-version "
` [PATCH v2 16/36] t/helper: merge (unused) test-match-trees "
` [PATCH v2 17/36] t/helper: merge (unused) test-mergesort "
` [PATCH v2 18/36] t/helper: merge test-mktemp "
` [PATCH v2 19/36] t/helper: merge test-online-cpus "
` [PATCH v2 20/36] t/helper: merge test-path-utils "
` [PATCH v2 21/36] t/helper: merge test-prio-queue "
` [PATCH v2 22/36] t/helper: merge test-read-cache "
` [PATCH v2 23/36] t/helper: merge test-ref-store "
` [PATCH v2 24/36] t/helper: merge test-regex "
` [PATCH v2 25/36] t/helper: merge test-revision-walking "
` [PATCH v2 26/36] t/helper: merge test-run-command "
` [PATCH v2 27/36] t/helper: merge test-scrap-cache-tree "
` [PATCH v2 28/36] t/helper: merge test-sha1-array "
` [PATCH v2 29/36] t/helper: merge test-sigchain "
` [PATCH v2 30/36] t/helper: merge test-strcmp-offset "
` [PATCH v2 31/36] t/helper: merge test-string-list "
` [PATCH v2 32/36] t/helper: merge test-submodule-config "
` [PATCH v2 33/36] t/helper: merge test-subprocess "
` [PATCH v2 34/36] t/helper: merge test-urlmatch-normalization "
` [PATCH v2 35/36] t/helper: merge test-wildmatch "
` [PATCH v2 36/36] t/helper: merge test-write-cache "
[PATCH v5 00/11] nd/pack-objects-pack-struct updates
2018-03-24 12:26 UTC (27+ messages)
` [PATCH v6 "
` [PATCH v7 00/13] "
` [PATCH v7 01/13] pack-objects: a bit of document about struct object_entry
` [PATCH v7 02/13] pack-objects: turn type and in_pack_type to bitfields
` [PATCH v7 03/13] pack-objects: use bitfield for object_entry::dfs_state
` [PATCH v7 04/13] pack-objects: use bitfield for object_entry::depth
` [PATCH v7 05/13] pack-objects: move in_pack_pos out of struct object_entry
` [PATCH v7 06/13] pack-objects: move in_pack "
` [PATCH v7 07/13] pack-objects: refer to delta objects by index instead of pointer
` [PATCH v7 08/13] pack-objects: shrink z_delta_size field in struct object_entry
` [PATCH v7 09/13] pack-objects: don't check size when the object is bad
` [PATCH v7 10/13] pack-objects: clarify the use of object_entry::size
` [PATCH v7 11/13] pack-objects: shrink size field in struct object_entry
` [PATCH v7 12/13] pack-objects: shrink delta_size "
` [PATCH v7 13/13] pack-objects: reorder members to shrink "
[GSoC] Info: git log --oneline improvements
2018-03-24 11:15 UTC (4+ messages)
` [GSoC] "
[RFC] [GSoC] Project proposal: convert scripts to builtins
2018-03-24 10:39 UTC (3+ messages)
[PATCH v2 2/2] git-svn: allow empty email-address in authors-prog and authors-file
2018-03-24 10:20 UTC (2+ messages)
` [PATCH v3] git-svn: allow empty email-address using "
[GSOC]About the microproject related to CI
2018-03-24 8:46 UTC (2+ messages)
[PATCH v2] Allow use of TLS 1.3
2018-03-24 7:52 UTC (10+ messages)
[PATCH v3 0/7] nd/repack-keep-pack updates
2018-03-24 7:25 UTC (9+ messages)
` [PATCH v4 "
` [PATCH v4 1/7] t7700: have closing quote of a test at the beginning of line
` [PATCH v4 2/7] repack: add --keep-pack option
` [PATCH v4 3/7] gc: add --keep-largest-pack option
` [PATCH v4 4/7] gc: add gc.bigPackThreshold config
` [PATCH v4 5/7] gc: handle a corner case in gc.bigPackThreshold
` [PATCH v4 6/7] gc --auto: exclude base pack if not enough mem to "repack -ad"
` [PATCH v4 7/7] pack-objects: show some progress when counting kept objects
[RFC PATCH v4] rebase-interactive
2018-03-24 7:20 UTC (29+ messages)
` [RFC PATCH v4] rebase: Update invocation of rebase dot-sourced scripts
` [RFC PATCH v5 0/8] rebase-interactive
` [RFC PATCH v5 1/8] rebase-interactive: simplify pick_on_preserving_merges
` [RFC PATCH v5 2/8] rebase: update invocation of rebase dot-sourced scripts
` [RFC PATCH v5 3/8] Indent function git_rebase__interactive
` [RFC PATCH v5 4/8] Extract functions out of git_rebase__interactive
` [RFC PATCH v5 5/8] Add and use git_rebase__interactive__preserve_merges
` [RFC PATCH v5 6/8] Remove unused code paths from git_rebase__interactive
` [RFC PATCH v5 7/8] Remove unused code paths from git_rebase__interactive__preserve_merges
` [RFC PATCH v5 8/8] Remove merges_option and a blank line
[PATCH v1 0/2] perf/aggregate: sort result by regression
2018-03-24 7:05 UTC (3+ messages)
[PATCH 00/44] reroll nd/remove-ignore-env.. sb/object-store and sb/packfiles
2018-03-24 5:31 UTC (9+ messages)
` [PATCH 00/27] sb/object-store updates
` [PATCH 00/12] sb/packfiles-in-repository updates
[ANNOUNCE] Git v2.17.0-rc1
2018-03-24 3:02 UTC (3+ messages)
[PATCH 0/4] Teach `--default` to `git-config(1)`
2018-03-24 0:55 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/4] builtin/config: introduce `--default`
` [PATCH v2 2/4] Documentation: list all type specifiers in config prose
` [PATCH v2 3/4] config.c: introduce 'git_config_color' to parse ANSI colors
` [PATCH v2 4/4] builtin/config: introduce `--color` type specifier
[PATCH] Allow use of TLS 1.3
2018-03-23 23:37 UTC (4+ messages)
[PATCH] branch: implement shortcut to delete last branch
2018-03-23 22:40 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/3] Extract memory pool logic into reusable component
2018-03-23 20:41 UTC (5+ messages)
` [PATCH v2 4/5] Move the reusable parts of memory pool into its own file
` [PATCH v2 5/5] Expand implementation of mem-pool type
[PATCH v2] routines to generate JSON data
2018-03-23 20:32 UTC (6+ messages)
` [PATCH v2] json_writer: new routines to create data in JSON format
[RFC PATCH v3 0/9] rebase-interactive:
2018-03-23 20:09 UTC (5+ messages)
` [RFC PATCH v3 5/9] Use new functions in git_rebase__interactive
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).