git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-02-26 11:08:18 to 2014-02-28 09:20:46 UTC [more...]

[RFC 0/3] Make git more user-friendly during a merge conflict
 2014-02-28  9:14 UTC  (19+ messages)
` [RFC 1/3] wt-status: Make conflict hint message more consistent with other hints
` [RFC 2/3] merge: Add hints to tell users about "git merge --abort"
` [RFC 3/3] reset: Change the default behavior to use "--merge" during a merge

[PATCH] rewrite bulk-checkin.c:finish_bulk_checkin() using strbuf
 2014-02-28  9:15 UTC  (2+ messages)

Branch Name Case Sensitivity
 2014-02-28  9:13 UTC  (10+ messages)

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

[PATCH] parse-options.c:parse_options_check() change OPTION_NUMBER to OPTION_CMDMODE
 2014-02-28  9:07 UTC 

[PATCH] archive: add archive.restrictRemote option
 2014-02-28  9:07 UTC  (3+ messages)

WIth git-next, writing bitmaps fails when keep files are present
 2014-02-28  8:55 UTC  (15+ messages)
` [PATCH] pack-objects: turn off bitmaps when skipping objects
          ` [PATCH] repack: add `repack.honorpackkeep` config var

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

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

[PATCH] Rewrite bulk-checkin.c:finish_bulk_checkin() to use a strbuf for handling packname
 2014-02-28  8:28 UTC 

[PATCH/RFC] rebase: new convenient option to edit a single commit
 2014-02-28  7: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  4:50 UTC  (4+ messages)

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

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

[PATCH] Use ALLOC_GROW() instead of inline code
 2014-02-27 22:44 UTC  (3+ messages)

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

git submodule manpage does not document --checkout
 2014-02-27 22:01 UTC  (2+ messages)
` [PATCH] submodule update: document the '--checkout' option

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

[PATCH 1/2] fetch: add a failing test for prunning with overlapping refspecs
 2014-02-27 20:41 UTC  (8+ messages)
` [PATCH 2/2] fetch: handle overlaping refspecs on --prune

Git in GSoC 2014
 2014-02-27 20:32 UTC  (16+ messages)
` Git in GSoC 2014 Suggestion: core.filemode always false for cygwin

[PATCH v3 00/25] Support multiple checkouts
 2014-02-27 20:28 UTC  (25+ messages)
` [PATCH v3 10/25] Add new environment variable $GIT_COMMON_DIR
` [PATCH v3 11/25] git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objects
` [PATCH v3 15/25] setup.c: detect $GIT_COMMON_DIR in is_git_directory()
` [PATCH v3 16/25] setup.c: convert check_repository_format_gently to use strbuf
` [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 v3 21/25] checkout: support checking out into a new working directory

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

GSoC idea: allow "git rebase --interactive" todo lines to take options
 2014-02-27 18:10 UTC  (8+ messages)

[PATCH v2] tag: support --sort=<spec>
 2014-02-27 13:23 UTC  (11+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[PATCH] branch: change install_branch_config() to use skip_prefix()
 2014-02-27 13:05 UTC  (4+ messages)

[PATCH] Change branch.c:install_branch_config()
 2014-02-27 12:27 UTC 

[PATCH] GSoC 2014 Microproject 1 rewrite skip_prefix() as loop
 2014-02-27 11:40 UTC  (3+ messages)

[PATCH] upload-pack: allow shallow fetching from a read-only repository
 2014-02-27 11:25 UTC  (8+ messages)
  ` [PATCH] shallow: verify shallow file after taking lock
        ` [PATCH] shallow: use stat_validity to check for up-to-date file
    ` [PATCH] shallow: automatically clean up shallow tempfiles

`git stash pop` UX Problem
 2014-02-27 11:23 UTC 

Compiling git for Windows
 2014-02-27 10:30 UTC  (3+ messages)

[PATCH] gitk: replace SHA1 entry field on keyboard paste
 2014-02-27  9:56 UTC 

[BUG] (git commit --patch --message $MESSAGE) disallows hunk editing
 2014-02-26 15:07 UTC  (2+ messages)

Cygwin + git log = no pager!
 2014-02-27  7:36 UTC  (11+ messages)

Doc target fails to parse user-manual.xml
 2014-02-26 20:31 UTC  (2+ messages)

[PATCH] commit.c: use the generic "sha1_pos" function for lookup sha1
 2014-02-26 18:49 UTC  (3+ messages)

[PATCH] git p4 submit: Add --{skip-,}edit-submit option
 2014-02-26 12:26 UTC 


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