git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-02-28 08:37:27 to 2014-03-01 16:50:38 UTC [more...]

[RFC 0/3] Make git more user-friendly during a merge conflict
 2014-03-01 16:50 UTC  (12+ messages)

[PATCH] contrib/subtree - unset prefix before proceeding
 2014-03-01 16:33 UTC 

[PATCH v3 00/25] Support multiple checkouts
 2014-03-01 15:50 UTC  (39+ 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 v3 15/25] setup.c: detect $GIT_COMMON_DIR in is_git_directory()
` [PATCH v4 00/27] Support multiple checkouts
  ` [PATCH v4 01/27] path.c: make get_pathname() return strbuf instead of static buffer
  ` [PATCH v4 02/27] Convert git_snpath() to strbuf_git_path()
  ` [PATCH v4 03/27] path.c: rename vsnpath() to do_git_path()
  ` [PATCH v4 04/27] path.c: group git_path(), git_pathdup() and strbuf_git_path() together
  ` [PATCH v4 05/27] Make git_path() aware of file relocation in $GIT_DIR
  ` [PATCH v4 06/27] *.sh: respect $GIT_INDEX_FILE
  ` [PATCH v4 07/27] reflog: avoid constructing .lock path with git_path
  ` [PATCH v4 08/27] fast-import: use git_path() for accessing .git dir instead of get_git_dir()
  ` [PATCH v4 09/27] commit: use SEQ_DIR instead of hardcoding "sequencer"
  ` [PATCH v4 10/27] Add new environment variable $GIT_COMMON_DIR
  ` [PATCH v4 11/27] git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objects
  ` [PATCH v4 12/27] *.sh: avoid hardcoding $GIT_DIR/hooks/
  ` [PATCH v4 13/27] git-stash: avoid hardcoding $GIT_DIR/logs/
  ` [PATCH v4 14/27] setup.c: convert is_git_directory() to use strbuf
  ` [PATCH v4 15/27] setup.c: detect $GIT_COMMON_DIR in is_git_directory()
  ` [PATCH v4 16/27] setup.c: convert check_repository_format_gently to use strbuf
  ` [PATCH v4 17/27] setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()
  ` [PATCH v4 18/27] setup.c: support multi-checkout repo setup
  ` [PATCH v4 19/27] wrapper.c: wrapper to open a file, fprintf then close
  ` [PATCH v4 20/27] use new wrapper write_file() for simple file writing
  ` [PATCH v4 21/27] checkout: support checking out into a new working directory
  ` [PATCH v4 22/27] checkout: clean up half-prepared directories in --to mode
  ` [PATCH v4 23/27] checkout: detach if the branch is already checked out elsewhere
  ` [PATCH v4 24/27] prune: strategies for linked checkouts
  ` [PATCH v4 25/27] gc: style change -- no SP before closing bracket
  ` [PATCH v4 26/27] gc: support prune --repos
  ` [PATCH v4 27/27] count-objects: report unused files in $GIT_DIR/repos/

[PATCH] Place cache.h at the first place to match generl rule
 2014-03-01 15:05 UTC 

[PATCH] Replace memcpy with hashcpy when dealing hash copy globally
 2014-03-01 14:55 UTC  (6+ messages)

[PATCH] git-compat-util.h:rewrite skip_prefix() as loop
 2014-03-01 13:32 UTC 

[PATCH] implemented strbuf_write_or_die()
 2014-03-01 13:29 UTC  (3+ messages)

[PATCH 1/2] t3200-branch: test setting branch as own upstream
 2014-03-01 12:26 UTC  (18+ messages)
                      ` [PATCH v2] branch: die when "
                        ` [PATCH 3/3] "

An idea for "git bisect" and a GSoC enquiry
 2014-03-01 11:31 UTC  (9+ messages)

[PATCH] rewrite finish_bulk_checkin() using strbuf
 2014-03-01 11:20 UTC  (5+ messages)

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

t9200 cvsexportcommit test fails on Ubuntu server 12.04.4 LTS
 2014-03-01 10:09 UTC  (3+ messages)

`git stash pop` UX Problem
 2014-03-01  8:47 UTC  (14+ messages)

[PATCH] Use ALLOC_GROW() instead of inline code
 2014-03-01  7:07 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() "

Branch Name Case Sensitivity
 2014-03-01  6:54 UTC  (18+ messages)

[BUG] Halt during fetch on MacOS
 2014-03-01  6:15 UTC  (2+ messages)

[PATCH] pack-objects: turn off bitmaps when skipping objects
 2014-03-01  6:05 UTC  (15+ messages)
  ` [PATCH] repack: add `repack.honorpackkeep` config var

[PATCH v3 14/25] setup.c: convert is_git_directory() to use strbuf
 2014-03-01  2:50 UTC  (2+ messages)
` [PATCH] strbuf: style fix -- top opening bracket on a separate line

[PATCH] rewrite bulk-checkin.c:finish_bulk_checkin() using strbuf
 2014-03-01  1:34 UTC  (5+ messages)

[PATCH] i18n: proposed command missing leading dash
 2014-03-01  0:36 UTC  (4+ 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)

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

[PATCH 1/2] fetch: add a failing test for prunning with overlapping refspecs
 2014-02-28 18:04 UTC  (5+ 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

[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  (3+ 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)


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