git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-03-03 10:03:41 to 2014-03-05 00:11:32 UTC [more...]

What's cooking in git.git (Mar 2014, #01; Tue, 4)
 2014-03-05  0:10 UTC 

[PATCH v2 1/2] t3200-branch: test setting branch as own upstream
 2014-03-04 23:56 UTC  (2+ messages)

[PATCH] disable grafts during fetch/push/bundle
 2014-03-04 23:36 UTC  (3+ messages)

[PATCH v2] cache_tree_find(): remove redundant checks
 2014-03-04 23:18 UTC  (8+ messages)
` [microproject idea]

[PATCH/RFC] git-gui: Add a 'recursive' checkbox in the clone menu
 2014-03-04 23:01 UTC 

[PATCH] [PATCH] commit.c: Replace starts_with() with skip_prefix()
 2014-03-04 22:43 UTC  (6+ messages)

[PATCH v4] commit.c: use skip_prefix() instead of starts_with()
 2014-03-04 22:32 UTC  (4+ messages)

[BUG] Halt during fetch on MacOS
 2014-03-04 22:21 UTC  (7+ messages)

[PATCH v5] commit.c: use skip_prefix() instead of starts_with()
 2014-03-04 22:07 UTC 

[PATCH v2] branch.c: delete size check of newly tracked branch names
 2014-03-04 21:29 UTC 

[PATCH v3] commit.c: use skip_prefix() instead of starts_with()
 2014-03-04 20:38 UTC  (4+ messages)

Branch Name Case Sensitivity
 2014-03-04 20:37 UTC  (17+ messages)

[PATCH v6 00/11] Add interpret-trailers builtin
 2014-03-04 19:48 UTC  (12+ messages)
` [PATCH v6 01/11] Add data structures and basic functions for commit trailers
` [PATCH v6 02/11] trailer: process trailers from stdin and arguments
` [PATCH v6 03/11] trailer: read and process config information
` [PATCH v6 04/11] trailer: process command line trailer arguments
` [PATCH v6 05/11] trailer: parse trailers from stdin
` [PATCH v6 06/11] trailer: put all the processing together and print
` [PATCH v6 07/11] trailer: add interpret-trailers command
` [PATCH v6 08/11] trailer: add tests for "git interpret-trailers"
` [PATCH v6 09/11] trailer: execute command from 'trailer.<name>.command'
` [PATCH v6 10/11] trailer: add tests for commands in config file
` [PATCH v6 11/11] Documentation: add documentation for 'git interpret-trailers'

[RFC] make --set-upstream work for local branches not in refs/heads
 2014-03-04 19:44 UTC  (3+ messages)
` [PATCH] RFC: make --set-upstream work for branches not in refs/heads/

[PATCH] rev-parse --parseopt: option argument name hints
 2014-03-04 19:22 UTC  (2+ messages)

[PATCH 1/2] test-lib: tests skipped by GIT_SKIP_TESTS say so
 2014-03-04 19:01 UTC  (17+ messages)
` [PATCH 2/2] test-lib: GIT_TEST_ONLY to run only specific tests

[PATCH] implemented strbuf_write_or_die()
 2014-03-04 18:45 UTC  (13+ messages)
        ` Fwd: "

[PATCH] i18n: proposed command missing leading dash
 2014-03-04 18:40 UTC  (4+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] i18n: assure command not corrupted by _() process

[PATCH/RFC] rebase: new convenient option to edit a single commit
 2014-03-04 18:37 UTC  (29+ messages)
` [PATCH 0/3] rebase's convenient options
  ` [PATCH 1/3] rev-parse: support OPT_NUMBER_CALLBACK in --parseopt
  ` [PATCH 2/3] rebase: accept -<number> as another way of saying HEAD~<number>
  ` [PATCH 3/3] rebase: new convenient option to edit a single commit

[PATCH] gitk: replace SHA1 entry field on keyboard paste
 2014-03-04 18:15 UTC  (2+ messages)

[PATCH] upload-pack: allow shallow fetching from a read-only repository
 2014-03-04 18:10 UTC  (3+ messages)
` [PATCH v2] "

git compile with debug symbols
 2014-03-04 17:53 UTC  (7+ messages)

[PATCH] Setup.c: PATH_MAX is the length including the Nil
 2014-03-04 16:49 UTC  (2+ messages)

[PATCH] git submodule foreach: Skip eval for more than one argument
 2014-03-04 16:04 UTC  (6+ messages)

Confgure option like tagopt=note to notice changed remote tags
 2014-03-04 15:42 UTC 

Rewriting git history during git-svn conversion
 2014-03-04 10:56 UTC  (2+ messages)

[PATCH v3] skip_prefix: rewrite so that prefix is scanned once
 2014-03-04  9:18 UTC  (9+ messages)

My advice for GSoC applicants
 2014-03-04  7:58 UTC  (5+ messages)

[PATCH v3 00/25] Support multiple checkouts
 2014-03-04  2:47 UTC  (13+ messages)
` [PATCH v3 01/25] path.c: make get_pathname() return strbuf instead of static buffer
` [PATCH v3 07/25] reflog: avoid constructing .lock path with git_path
` [PATCH v4 00/27] Support multiple checkouts
  ` [PATCH v4 19/27] wrapper.c: wrapper to open a file, fprintf then close

[PATCH] git-bisect.sh: fix a few style issues
 2014-03-04  2:30 UTC  (2+ messages)

[PATCH] commit.c: Replace starts_with() with skip_prefix()
 2014-03-03 23:54 UTC  (4+ messages)

[PATCH 1/2] test-lib: tests skipped by GIT_SKIP_TESTS say so
 2014-03-03 23:50 UTC  (3+ messages)

[PATCH V2] commit.c: Use skip_prefix() instead of starts_with()
 2014-03-03 23:45 UTC  (4+ messages)

difftool sends malformed path to exernal tool on Windows
 2014-03-03 23:24 UTC  (5+ messages)

[PATCH v4 00/14] Use ALLOC_GROW() instead of inline code
 2014-03-03 23:02 UTC  (17+ messages)
` [PATCH v4 01/14] builtin/pack-objects.c: use ALLOC_GROW() in check_pbase_path()
` [PATCH v4 02/14] bundle.c: use ALLOC_GROW() in add_to_ref_list()
` [PATCH v4 03/14] cache-tree.c: use ALLOC_GROW() in find_subtree()
` [PATCH v4 04/14] commit.c: use ALLOC_GROW() in register_commit_graft()
` [PATCH v4 05/14] diff.c: use ALLOC_GROW()
` [PATCH v4 06/14] diffcore-rename.c: "
` [PATCH v4 07/14] patch-ids.c: use ALLOC_GROW() in add_commit()
` [PATCH v4 08/14] replace_object.c: use ALLOC_GROW() in register_replace_object()
` [PATCH v4 09/14] reflog-walk.c: use ALLOC_GROW()
` [PATCH v4 10/14] dir.c: use ALLOC_GROW() in create_simplify()
` [PATCH v4 11/14] attr.c: use ALLOC_GROW() in handle_attr_line()
` [PATCH v4 12/14] builtin/mktree.c: use ALLOC_GROW() in append_to_tree()
` [PATCH v4 13/14] read-cache.c: use ALLOC_GROW() in add_index_entry()
` [PATCH v4 14/14] sha1_file.c: use ALLOC_GROW() in pretend_sha1_file()

[GSoC14][RFC] Proposal Draft: Refactor tempfile handling
 2014-03-03 22:42 UTC  (2+ messages)

Help needed: Tests failed While replacing char array with strbuf in bulk-checkin.c
 2014-03-03 22:14 UTC  (2+ messages)

[PATCH] git-config: document interactive.singlekey requires Term::Readkey
 2014-03-03 21:16 UTC  (4+ messages)
  ` [PATCH v2] git-config: document interactive.singlekey requires Term::ReadKey
  ` [PATCH] git-add--interactive: warn if module for interactive.singlekey is missing

[PATCH] submodule : Add --no-separate-git-dir option to add and update command
 2014-03-03 20:34 UTC  (4+ messages)

RFC GSoC idea: new "git config" features
 2014-03-03 20:07 UTC  (5+ messages)

[PATCH] repack: add `repack.honorpackkeep` config var
 2014-03-03 20:04 UTC  (18+ messages)

[PATCH 1/2] t3200-branch: test setting branch as own upstream
 2014-03-03 19:54 UTC  (4+ messages)
` [PATCH 2/2] branch: use skip_prefix

[PATCH] commit.c:record_author_date() use skip_prefix() instead of starts_with()
 2014-03-03 19:52 UTC  (4+ messages)

[PATCH] Use ALLOC_GROW() instead of inline code
 2014-03-03 19:07 UTC  (15+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] builtin/pack-objects.c: change check_pbase_path() to use ALLOC_GROW()
` [PATCH v3 00/11] Use ALLOC_GROW() instead of inline code

[PATCH v2] branch.c: change install_branch_config() to use skip_prefix()
 2014-03-03 18:49 UTC  (3+ messages)

[PATCH v3] write_pack_file: use correct variable in diagnostic
 2014-03-03 18:43 UTC  (2+ messages)

An idea for "git bisect" and a GSoC enquiry
 2014-03-03 18:34 UTC  (6+ messages)

[PATCH] cache_tree_find(): remove redundant check in while condition
 2014-03-03 17:25 UTC  (4+ messages)

[PATCH] contrib/subtree - unset prefix before proceeding
 2014-03-03 14:53 UTC  (2+ messages)

submodules: reuse .git/modules/... for multiple checkouts of same URL
 2014-03-03 13:47 UTC  (2+ 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).