git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-08-27 20:30:22 to 2013-08-29 20:39:55 UTC [more...]

[PATCHv7 0/2] Rewriting repack in C
 2013-08-29 20:39 UTC  (3+ messages)
` [PATCH 1/2] repack: rewrite the shell script "
` [PATCH 2/2] repack: retain the return value of pack-objects

Officially start moving to the term 'staging area'
 2013-08-29 20:36 UTC  (31+ messages)
` [PATCH 0/2] stage: proper 'stage' command
  ` [PATCH 1/2] Add "
  ` [PATCH 2/2] stage: add edit command
` [PATCH 0/9] Add --stage and --work options
  ` [PATCH 1/9] diff: document --staged
  ` [PATCH 2/9] grep: add --staged option
  ` [PATCH 3/9] rm: "
  ` [PATCH 4/9] stash: add --stage option to save
  ` [PATCH 5/9] stash: add --stage to pop and apply
  ` [PATCH 6/9] submodule: add --staged options
  ` [PATCH 7/9] apply: add --stage option
  ` [PATCH 8/9] apply: add --work, --no-work options
  ` [PATCH 9/9] completion: update --staged options
` [PATCH 0/3] reset: refactor into --stage and --work
  ` [PATCH 1/3] reset: add --stage and --work options
  ` [PATCH 2/3] reset: allow --keep with --stage
  ` [PATCH 3/3] completion: update 'git reset' new stage options

Stalled git cloning and possible solutions
 2013-08-29 19:48 UTC 

[RFC/PATCH v3 0/4] Disable "git status" comment prefix
 2013-08-29 19:56 UTC  (8+ messages)
` [PATCH v3 1/4] builtin/stripspace.c: fix broken indentation
` [PATCH v3 2/4] wt-status: use argv_array API
` [PATCH v3 3/4] get rid of "git submodule summary --for-status"
` [PATCH v3 4/4] status: introduce status.displayCommentChar to disable display of #

[PATCH/RFC 0/7] Multiple simultaneously locked ref updates
 2013-08-29 19:30 UTC  (29+ messages)
` [PATCH/RFC 1/7] reset: rename update_refs to reset_refs
` [PATCH/RFC 2/7] refs: report ref type from lock_any_ref_for_update
` [PATCH/RFC 3/7] refs: factor update_ref steps into helpers
` [PATCH/RFC 4/7] refs: factor delete_ref loose ref step into a helper
` [PATCH/RFC 5/7] refs: add function to repack without multiple refs
` [PATCH/RFC 6/7] refs: add update_refs for multiple simultaneous updates
` [PATCH/RFC 7/7] update-ref: support "

[PATCH 0/9] transport-helper: updates
 2013-08-29 19:26 UTC  (12+ messages)
` [PATCH 1/9] transport-helper: add 'force' to 'export' helpers
` [PATCH 2/9] transport-helper: check for 'forced update' message
` [PATCH 3/9] fast-export: improve argument parsing
` [PATCH 4/9] fast-export: add new --refspec option
` [PATCH 5/9] transport-helper: add support for old:new refspec
` [PATCH 6/9] fast-import: add support to delete refs
` [PATCH 7/9] fast-export: "
` [PATCH 8/9] transport-helper: add support to delete branches
` [PATCH 9/9] transport-helper: don't update refs in dry-run

[RFC/PATCH] git-remote-mediawiki: reset private ref after non-dumb push
 2013-08-29 19:14 UTC  (8+ messages)
` [PATCH 1/4] git-remote-mediawiki: add test and check Makefile targets
  ` [PATCH 2/4] transport-helper: add dont-update-private capability
  ` [PATCH 3/4] git-remote-mediawiki: use dont-update-private capability on dumb push
  ` [PATCH 4/4] git-remote-mediawiki: no need to update private ref in non-dumb push

[PATCH 0/8] remote-{hg,bzr}: updates
 2013-08-29 18:45 UTC  (21+ messages)
` [PATCH 1/8] remote-bzr: fix export of utf-8 authors
    ` [PATCH v2] "
` [PATCH 2/8] remote-bzr: make bzr branches configurable per-repo
` [PATCH 3/8] remote-hg: fix test
` [PATCH 4/8] remote-hg: add missing &&s in the test
` [PATCH 5/8] remote-hg: improve basic test
` [PATCH 6/8] remote-helpers: trivial style fixes
` [PATCH 7/8] remote-helpers: cleanup more global variables
` [PATCH 8/8] remote-hg: support for notes

[PATCH v2 0/11] Modernize user-manual
 2013-08-29 18:16 UTC  (17+ messages)
` [PATCH 01/11] Call it "Git User Manual" and remove reference to very old Git version
` [PATCH 02/11] Use current "detached HEAD" message
` [PATCH 03/11] Use current output for "git repack"
` [PATCH 04/11] Use "git merge" instead of "git pull ."
` [PATCH 05/11] Fix some typos and improve wording
` [PATCH 06/11] Simplify "How to make a commit"

[PATCH 2/2] git-svn: Configure a prompt callback for gnome_keyring
 2013-08-29 17:56 UTC  (5+ messages)
` [PATCH] "

[BUG] git-init does not respect existing separate-git-dir
 2013-08-29 17:12 UTC  (3+ messages)

The gitweb author initials feature from a36817b doesn't work with i18n names
 2013-08-29 16:39 UTC  (3+ messages)

[PATCH v2 0/5] Check replacement object type and minor updates
 2013-08-29 16:04 UTC  (7+ messages)
` [PATCH v2 1/5] replace: forbid replacing an object with one of a different type

the pager
 2013-08-29 15:55 UTC  (6+ messages)

[PATCH] git-diff: Clarify operation when not inside a repository
 2013-08-29 15:44 UTC  (7+ messages)
  ` [PATCHv2] "

nd/magic-pathspec exposes breakage in git-add--interactive on Windows
 2013-08-29 13:01 UTC  (3+ messages)

GIT pre-commit hook problem with "git commit -m 'text' file.c" syntax
 2013-08-29 12:29 UTC 

[RFC PATCH] During a shallow fetch, prevent sending over unneeded objects
 2013-08-29  9:50 UTC  (13+ messages)
          ` [PATCH 1/6] Move setup_alternate_shallow and write_shallow_commits to shallow.c
            ` [PATCH 4/6] upload-pack: delegate rev walking in shallow fetch to pack-objects
            ` [PATCH] Add testcase for needless objects during a shallow fetch

[BUGLET] Short form of options with an optional parameter are not very clear
 2013-08-29  9:40 UTC 

What's cooking in git.git (Aug 2013, #07; Wed, 28)
 2013-08-29  7:45 UTC  (4+ messages)

[RFC/PATCH] status: introduce status.displayCommentChar to disable display of #
 2013-08-29  7:04 UTC  (20+ messages)
    ` [RFC/PATCH v2 1/3] builtin/stripspace.c: fix broken indentation
      ` [RFC/PATCH v2 2/3] submodule: introduce --[no-]display-comment-char
      ` [RFC/PATCH v2 3/3] status: introduce status.displayCommentChar to disable display of #

http.postBuffer set at the server side?
 2013-08-29  6:31 UTC  (4+ messages)

first parent, commit graph layout, and pull merge direction
 2013-08-28 23:22 UTC  (13+ messages)
            ` [PATCH] pull: require choice between rebase/merge on non-fast-forward pull

[PATCHv2] mailmap: handle mailmap blobs without trailing newlines
 2013-08-28 19:39 UTC  (2+ messages)

[PATCH] builtin/fetch.c: Fix a sparse warning
 2013-08-28 18:56 UTC 

git-p4 out of memory for very large repository
 2013-08-28 15:41 UTC  (6+ messages)

Eclipse
 2013-08-28  9:10 UTC  (2+ messages)

BUG: git subtree split - revert commit followed by a merge
 2013-08-28  7:59 UTC  (2+ messages)

What's cooking in git.git (Aug 2013, #06; Tue, 27)
 2013-08-28  6:39 UTC  (10+ messages)

[PATCH 00/23] Preliminary pack v4 support
 2013-08-28  3:06 UTC  (12+ messages)
` [PATCH 09/23] pack v4: commit object encoding

[PATCH] documentation: clarify notes for clean.requireForce
 2013-08-28  1:28 UTC  (2+ messages)
` [PATCH v2] "

git clone doesn't work in symlink dir roots on Windows
 2013-08-28  0:54 UTC  (6+ messages)
    `  "

[PATCH] write_index: optionally allow broken null sha1s
 2013-08-27 20:41 UTC  (8+ messages)
  ` [PATCHv2] "
            ` [PATCHv3] "


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