git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-03-03 02:25:48 to 2014-03-04 19:22:56 UTC [more...]

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

[PATCH v3] commit.c: use skip_prefix() instead of starts_with()
 2014-03-04 19:16 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] "

[PATCH] [PATCH] commit.c: Replace starts_with() with skip_prefix()
 2014-03-04 17:58 UTC  (3+ messages)

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

[PATCH] disable grafts during fetch/push/bundle
 2014-03-04 17:48 UTC 

[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 

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

Branch Name Case Sensitivity
 2014-03-04 13:23 UTC  (16+ messages)

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

[PATCH v2] cache_tree_find(): remove redundant checks
 2014-03-04 10:34 UTC  (4+ 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  (17+ 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 10/27] Add new environment variable $GIT_COMMON_DIR
  ` [PATCH v4 12/27] *.sh: avoid hardcoding $GIT_DIR/hooks/
  ` [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)

[BUG] Halt during fetch on MacOS
 2014-03-04  1:03 UTC  (5+ 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  (26+ 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 v3 01/11] builtin/pack-objects.c: use ALLOC_GROW() in check_pbase_path()
  ` [PATCH v3 02/11] bundle.c: use ALLOC_GROW() in add_to_ref_list()
  ` [PATCH v3 03/11] cache-tree.c: use ALLOC_GROW() in find_subtree()
  ` [PATCH v3 04/11] commit.c: use ALLOC_GROW() in register_commit_graft()
  ` [PATCH v3 05/11] diff.c: use ALLOC_GROW()
  ` [PATCH v3 06/11] diffcore-rename.c: "
  ` [PATCH v3 07/11] patch-ids.c: use ALLOC_GROW() in add_commit()
  ` [PATCH v3 08/11] replace_object.c: use ALLOC_GROW() in register_replace_object()
  ` [PATCH v3 09/11] reflog-walk.c: use ALLOC_GROW()
  ` [PATCH v3 10/11] dir.c: use ALLOC_GROW() in create_simplify()
  ` [PATCH v3 11/11] attr.c: use ALLOC_GROW() in handle_attr_line()

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

[PATCH v3] Replace memcpy with hashcpy when dealing hash copy globally
 2014-03-03  9:39 UTC 

[PATCH v2] finish_tmp_packfile():use strbuf for pathname construction
 2014-03-03  9:27 UTC  (3+ messages)

[PATCH v3] finish_tmp_packfile():use strbuf for pathname construction
 2014-03-03  9:24 UTC 

[PATCH v5] branch.c: change install_branch_config() to use skip_prefix()
 2014-03-03  9:15 UTC 

[PATCH v4] branch.c: change install_branch_config() to use skip_prefix()
 2014-03-03  8:57 UTC  (3+ messages)

[PATCH v2] Replace memcpy with hashcpy when dealing hash copy globally
 2014-03-03  7:49 UTC  (2+ messages)

[PATCH v3] Place cache.h at the first place to match general rule
 2014-03-03  7:44 UTC  (2+ messages)

[PATCH v3] branch.c: change install_branch_config() to use skip_prefix()
 2014-03-03  6:20 UTC  (4+ 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).