messages from 2016-06-26 23:51:34 to 2016-06-28 18:20:09 UTC [more...]
[RFC/PATCH v2 00/10] Add initial experimental external ODB support
2016-06-28 18:19 UTC (5+ messages)
` [RFC/PATCH v2 01/10] Add initial external odb support
` [RFC/PATCH v2 02/10] external odb foreach
` [RFC/PATCH v2 05/10] t0400: add test for 'put' command
` [RFC/PATCH v2 06/10] external odb: add write support
[PATCH] Refactor recv_sideband()
2016-06-28 18:13 UTC (23+ messages)
` [PATCH v2] "
` [PATCH v4] "
[PATCH] doc: git-htmldocs.googlecode.com is no more
2016-06-28 18:03 UTC (5+ messages)
[PATCH] connect: read $GIT_SSH_COMMAND from config file
2016-06-28 17:58 UTC (4+ messages)
[PATCH] rebase -i: restore autostash on abort
2016-06-28 17:57 UTC
[PATCH] sha1_name.c: add an option to abort on ambiguous refs
2016-06-28 17:55 UTC (2+ messages)
[PATCH] submodule: test moving recursive submodule
2016-06-28 17:52 UTC (4+ messages)
What's cooking in git.git (Jun 2016, #05; Thu, 16)
2016-06-28 17:44 UTC (11+ messages)
[PATCH] config: add conditional include
2016-06-28 17:26 UTC (9+ messages)
` [PATCH v2 0/2] Config "
` [PATCH v2 1/2] add skip_prefix_mem helper
` [PATCH v2 2/2] config: add conditional include
Shallow submodule efficiency
2016-06-28 17:20 UTC (2+ messages)
[PATCH] Remove obsolete comment from color.h
2016-06-28 16:45 UTC (5+ messages)
[PATCH] ./configure.ac: Detect SSL in libcurl using curl-config
2016-06-28 16:32 UTC (2+ messages)
git svn clone segmentation faul issue
2016-06-28 16:27 UTC (5+ messages)
[RFC] Native access to Git LFS cache
2016-06-28 16:00 UTC (11+ messages)
[PATCH 1/6] doc: typeset short command-line options as literal
2016-06-28 15:19 UTC (21+ messages)
` [PATCH 2/6] doc: typeset long "
` [PATCH 3/6] doc: typeset -- as litteral
` [PATCH 4/6] doc: typeset long options with argument "
` [PATCH 5/6] CodingGuidelines: formatting HEAD in documentation
` [PATCH 6/6] doc: typeset HEAD and variants as litteral
` [PATCH v2 0/7] literal formatting in documentation
` [PATCH v2 1/7] Documentation/git-mv.txt: fix whitespace indentation
` [PATCH v2 2/7] doc: typeset short command-line options as literal
` [PATCH v2 3/7] doc: typeset long "
` [PATCH v2 4/7] doc: typeset '--' "
` [PATCH v2 5/7] doc: typeset long options with argument "
` [PATCH v2 6/7] CodingGuidelines: formatting HEAD in documentation
` [PATCH v2 7/7] doc: typeset HEAD and variants as literal
What's happening to the index
2016-06-28 15:17 UTC (2+ messages)
[PATCH v4 1/1] contrib/subtree: Add a test for subtree rebase that loses commits
2016-06-28 10:55 UTC (7+ messages)
` [PATCH v5 "
` [PATCH v6 "
[PATCH v2] Remote subtree split --annotate
2016-06-28 11:10 UTC (8+ messages)
` [PATCH] contrib/subtree: Remove --annotate
[PATCH v1] git-p4: place temporary refs used for branch import under ref/git-p4-tmp
2016-06-28 10:26 UTC (2+ messages)
[PATCH v13 19/20] trace: measure where the time is spent in the index-heavy operations
2016-06-28 10:06 UTC (5+ messages)
` [PATCH v13 21/20] unix-socket.c: add stub implementation when unix sockets are not supported
[PATCH 1/2] git-gui: support for $FILENAMES in tool definitions
2016-06-28 8:59 UTC (2+ messages)
` [PATCH 2/2] git-gui: ensure the file in the diff pane is in the list of selected files
[PATCH 1/2] Support for $FILENAMES in tool definitions
2016-06-28 8:54 UTC (10+ messages)
` [PATCH 2/2] Ensure the file in the diff pane is always in the list of selected files
What's cooking in git.git (Jun 2016, #09; Mon, 27)
2016-06-28 8:01 UTC (5+ messages)
` [PATCH v3 0/3] unified auto CRLF handling, V3
` [PATCH v3 1/3] convert: unify the "auto" handling of CRLF
` [PATCH v3 2/3] read-cache: factor out get_sha1_from_index() helper
` [PATCH v3 3/3] correct ce_compare_data() in a middle of a merge
[PATCH 0/2] wrapper: xread/xwrite fixes for non-blocking FDs
2016-06-27 23:19 UTC (15+ messages)
` [PATCH 1/2] xread: retry after poll on EAGAIN/EWOULDBLOCK
` [PATCHv2 "
[PATCH] builtin/worktree.c: add option for setting worktree name
2016-06-27 23:11 UTC (10+ messages)
Git mv -- submodule -- recursive
2016-06-27 21:20 UTC (4+ messages)
[PATCH 0/3] diff: add --relative-names
2016-06-27 19:39 UTC (6+ messages)
` [PATCH/RFC 3/3] diff.c: add --relative-names to be used with --name-only
[RFC] gc: correct gc.autoPackLimit documentation
2016-06-27 19:38 UTC (6+ messages)
` [PATCH] gc: fix off-by-one error with gc.autoPackLimit
[PATCH v3 0/6] Better ref summary alignment in "git fetch"
2016-06-27 19:27 UTC (8+ messages)
` [PATCH v4 0/5] "
` [PATCH v4 5/5] fetch: reduce duplicate in ref update status lines with placeholder
[PATCH v8 00/41] libify apply and use lib in am, part 2
2016-06-27 18:33 UTC (42+ messages)
` [PATCH v8 01/41] apply: make some names more specific
` [PATCH v8 02/41] apply: move 'struct apply_state' to apply.h
` [PATCH v8 03/41] builtin/apply: make apply_patch() return -1 or -128 instead of die()ing
` [PATCH v8 04/41] builtin/apply: read_patch_file() return -1 "
` [PATCH v8 05/41] builtin/apply: make find_header() return -128 "
` [PATCH v8 06/41] builtin/apply: make parse_chunk() return a negative integer on error
` [PATCH v8 07/41] builtin/apply: make parse_single_patch() return -1 "
` [PATCH v8 08/41] builtin/apply: make parse_whitespace_option() return -1 instead of die()ing
` [PATCH v8 09/41] builtin/apply: make parse_ignorewhitespace_option() "
` [PATCH v8 10/41] builtin/apply: move init_apply_state() to apply.c
` [PATCH v8 11/41] apply: make init_apply_state() return -1 instead of exit()ing
` [PATCH v8 12/41] builtin/apply: make check_apply_state() return -1 instead of die()ing
` [PATCH v8 13/41] builtin/apply: move check_apply_state() to apply.c
` [PATCH v8 14/41] builtin/apply: make apply_all_patches() return 128 or 1 on error
` [PATCH v8 15/41] builtin/apply: make parse_traditional_patch() return -1 "
` [PATCH v8 16/41] builtin/apply: make gitdiff_*() return 1 at end of header
` [PATCH v8 17/41] builtin/apply: make gitdiff_*() return -1 on error
` [PATCH v8 18/41] builtin/apply: change die_on_unsafe_path() to check_unsafe_path()
` [PATCH v8 19/41] builtin/apply: make build_fake_ancestor() return -1 on error
` [PATCH v8 20/41] builtin/apply: make remove_file() "
` [PATCH v8 21/41] builtin/apply: make add_conflicted_stages_file() "
` [PATCH v8 22/41] builtin/apply: make add_index_file() "
` [PATCH v8 23/41] builtin/apply: make create_file() "
` [PATCH v8 24/41] builtin/apply: make write_out_one_result() "
` [PATCH v8 25/41] builtin/apply: make write_out_results() "
` [PATCH v8 26/41] builtin/apply: make try_create_file() "
` [PATCH v8 27/41] builtin/apply: make create_one_file() "
` [PATCH v8 28/41] builtin/apply: rename option parsing functions
` [PATCH v8 29/41] apply: rename and move opt constants to apply.h
` [PATCH v8 31/41] apply: make some parsing functions static again
` [PATCH v8 32/41] environment: add set_index_file()
` [PATCH v8 33/41] write_or_die: use warning() instead of fprintf(stderr, ...)
` [PATCH v8 34/41] apply: add 'be_silent' variable to 'struct apply_state'
` [PATCH v8 35/41] apply: make 'be_silent' incompatible with 'apply_verbosely'
` [PATCH v8 36/41] apply: don't print on stdout when be_silent is set
` [PATCH v8 37/41] usage: add set_warn_routine()
` [PATCH v8 38/41] usage: add get_error_routine() and get_warn_routine()
` [PATCH v8 39/41] apply: change error_routine when be_silent is set
` [PATCH v8 40/41] builtin/am: use apply api in run_apply()
` [PATCH v8 41/41] apply: use error_errno() where possible
[PATCH v13 01/20] read-cache.c: fix constness of verify_hdr()
2016-06-27 16:53 UTC (3+ messages)
` [PATCH v13 04/20] index-helper: new daemon for caching index and related stuff
Segfault during a big messy rebase
2016-06-27 16:30 UTC (2+ messages)
[PATCH v13 20/20] index-helper: indexhelper.exitafter config
2016-06-27 15:55 UTC (2+ messages)
name for A..B ranges?
2016-06-27 15:39 UTC (8+ messages)
[PATCH 00/11] nd/icase updates
2016-06-27 15:00 UTC (4+ messages)
` [PATCH v2 00/12] "
[PATCH v3 0/6] worktree lock/unlock
2016-06-27 9:57 UTC (3+ messages)
` [PATCH v4 "
[GSOC Update] Week 7
2016-06-27 7:19 UTC (2+ messages)
` [GSOC Update] Week 8
[PATCH v12 00/20] index-helper/watchman
2016-06-27 5:50 UTC (7+ messages)
` [PATCH v12 04/20] index-helper: new daemon for caching index and related stuff
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).