git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-02-27 17:31:26 to 2014-03-01 00:19:41 UTC [more...]

RFC GSoC idea: new "git config" features
 2014-03-01  0:19 UTC  (3+ messages)

[PATCH] Rewrite bulk-checkin.c:finish_bulk_checkin() to use a strbuf for handling packname
 2014-03-01  0:13 UTC  (8+ messages)
    ` Fwd: "

[PATCH] OPTION_CMDMODE should be used when not accept an argument, and OPTION_NUMBER is of special type. So change the mode to OPTION_CMDMODE
 2014-02-28 23:50 UTC  (6+ messages)

[PATCH] parse-options.c:parse_options_check() change OPTION_NUMBER to OPTION_CMDMODE
 2014-02-28 23:40 UTC  (5+ messages)

[PATCH] i18n: proposed command missing leading dash
 2014-02-28 23:31 UTC  (3+ messages)

Branch Name Case Sensitivity
 2014-02-28 23:28 UTC  (18+ messages)

[BUG] Halt during fetch on MacOS
 2014-02-28 23:26 UTC 

git submodule manpage does not document --checkout
 2014-02-28 22:41 UTC  (4+ messages)
` [PATCH] submodule update: document the '--checkout' option
    ` [PATCH v2] submodule update: consistently "

msysgit color scheme
 2014-02-28 22:38 UTC 

[PATCH 1/2] t3200-branch: test setting branch as own upstream
 2014-02-28 22:15 UTC  (18+ messages)
` [PATCH 2/2] branch: use skip_prefix

[PATCH] rewrite bulk-checkin.c:finish_bulk_checkin() using strbuf
 2014-02-28 21:59 UTC  (4+ messages)

[PATCH] help.c: rename function "pretty_print_string_list"
 2014-02-28 21:24 UTC  (2+ messages)

[PATCH v2 0/2] More object-related docstrings
 2014-02-28 21:17 UTC  (5+ messages)
` [PATCH v2 1/2] Add docstrings for lookup_replace_object() and do_lookup_replace_object()
` [PATCH v2 2/2] Document some functions defined in object.c

[PATCH] builtin/pack-objects.c:write_pack_file() replace tmpname with pack_tmp_name in warning
 2014-02-28 20:05 UTC  (2+ messages)

`git stash pop` UX Problem
 2014-02-28 19:45 UTC  (12+ messages)

t9200 cvsexportcommit test fails on Ubuntu server 12.04.4 LTS
 2014-02-28 18:45 UTC 

[PATCH] Use ALLOC_GROW() instead of inline code
 2014-02-28 19:06 UTC  (23+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] builtin/pack-objects.c: change check_pbase_path() to use ALLOC_GROW()
  ` [PATCH v2 02/11] bundle.c: change add_to_ref_list() "
  ` [PATCH v2 03/11] cache-tree.c: change find_subtree() "
  ` [PATCH v2 04/11] commit.c: change register_commit_graft() "
  ` [PATCH v2 05/11] diff.c: use ALLOC_GROW() instead of inline code
  ` [PATCH v2 06/11] diffcore-rename.c: "
  ` [PATCH v2 07/11] patch-ids.c: change add_commit() to use ALLOC_GROW()
  ` [PATCH v2 08/11] replace_object.c: change register_replace_object() "
  ` [PATCH v2 09/11] reflog-walk.c: use ALLOC_GROW() instead of inline code
  ` [PATCH v2 10/11] dir.c: change create_simplify() to use ALLOC_GROW()
  ` [PATCH v2 11/11] attr.c: change handle_attr_line() "

[PATCH] pack-objects: turn off bitmaps when skipping objects
 2014-02-28 18:45 UTC  (15+ messages)
      ` [PATCH] repack: add `repack.honorpackkeep` config var

An idea for "git bisect" and a GSoC enquiry
 2014-02-28 18:31 UTC  (10+ messages)

[PATCH 1/2] fetch: add a failing test for prunning with overlapping refspecs
 2014-02-28 18:04 UTC  (10+ messages)
` [PATCH 2/2] fetch: handle overlaping refspecs on --prune

[PATCH] archive: add archive.restrictRemote option
 2014-02-28 17:54 UTC  (8+ messages)
    ` [PATCH v2 0/2] lifting upload-archive restrictions
      ` [PATCH v2 1/2] docs: clarify remote restrictions for git-upload-archive
      ` [PATCH v2 2/2] add uploadarchive.allowUnreachable option

[RFC 0/3] Make git more user-friendly during a merge conflict
 2014-02-28 17:33 UTC  (9+ messages)

[PATCH v2 00/19] Multiparent diff tree-walker + combine-diff speedup
 2014-02-28 17:19 UTC  (7+ messages)
` [PATCH 17/19] Portable alloca for Git

[PATCH/RFC] rebase: new convenient option to edit a single commit
 2014-02-28 17:14 UTC  (5+ messages)

git reset <path> returns unwanted failure status
 2014-02-28 16:40 UTC 

[PATCH] finish_tmp_packfile():use strbuf for pathname construction
 2014-02-28 16:32 UTC 

difftool sends malformed path to exernal tool on Windows
 2014-02-28 15:56 UTC  (3+ messages)

[PATCH] builtin/pack-objects.c:write_pack_file() replace tmpname with pack_tmp_name in warning
 2014-02-28 15:37 UTC 

[PATCH] OPTION_NUMBER should be replaced by OPTION_CMDMODE
 2014-02-28 15:24 UTC 

GSoC idea: allow "git rebase --interactive" todo lines to take options
 2014-02-28 14:03 UTC  (5+ messages)

[PATCH] branch.c: delete size check of newly tracked branch names
 2014-02-28 12:43 UTC  (5+ messages)

How to mark a complete sub-directory assume-unchanged/skip-worktree?
 2014-02-28  8:38 UTC  (5+ messages)

[PATCH] gitk: replace SHA1 entry field on keyboard paste
 2014-02-28  6:51 UTC 

[PATCH v2 2/2] branch: use skip_prefix
 2014-02-28  6:43 UTC 

[PATCH v2 1/2] t3200-branch: test setting branch as own upstream
 2014-02-28  6:41 UTC 

[PATCH] Rewrite git-compat-util.h:skip_prefix() as a loop
 2014-02-28  6:17 UTC  (5+ messages)

[PATCH] Problem in bulk-checkin.c:finish_bulk_checkin() Unable to fix
 2014-02-28  5:10 UTC  (2+ messages)

`git stash pop` UX Problem
 2014-02-28  3:00 UTC  (10+ messages)

[PATCH v2 0/8] log --remerge-diff
 2014-02-27 23:20 UTC  (3+ messages)
` [PATCH v2 7/8] name-hash: allow dir hashing even when !ignore_case

[PATCH] GSoC2014 Microproject rewrite finish_bulk_checkin()
 2014-02-27 22:35 UTC  (3+ messages)

[PATCH v2] branch: change install_branch_config() to use skip_prefix()
 2014-02-27 22:17 UTC  (3+ messages)

[PATCH] GSoC2014 microprojects #6 Change bundle.c:add_to_ref_list() to use ALLOC_GROW()
 2014-02-27 21:51 UTC  (4+ messages)

[PATCH] GSoC2014 microprojects #5 Change bundle.c:add_to_ref_list() to use hashcpy()
 2014-02-27 21:45 UTC  (2+ messages)

[PATCH] GSoC2014 microprojects Rewrite bulk-checkin.c:finish_bulk_checkin() to use a strbuf for handling packname
 2014-02-27 21:34 UTC  (2+ messages)

Students: Please only do one microproject!
 2014-02-27 21:20 UTC 

[PATCH] difftool: support repositories with .git-files
 2014-02-27 21:12 UTC  (7+ messages)

Git in GSoC 2014
 2014-02-27 20:32 UTC  (9+ messages)

[PATCH v3 00/25] Support multiple checkouts
 2014-02-27 20:28 UTC  (7+ messages)
` [PATCH v3 17/25] setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()
` [PATCH v3 18/25] setup.c: support multi-checkout repo setup

[PATCH] Rewrite bulk-checkin.c:finish_bulk_checkin() to use a strbuf for handling packname
 2014-02-27 19:39 UTC  (2+ messages)

[PATCH] rewrite skip_prefix() as loop
 2014-02-27 19:34 UTC  (2+ messages)

[PATCH v2] commit.c: use the generic "sha1_pos" function for lookup
 2014-02-27 19:06 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).