git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-08-28 23:22:51 to 2013-08-30 07:24:53 UTC [more...]

[PATCH] revision: add --except option
 2013-08-30  7:24 UTC  (6+ messages)

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

[PATCH] check-ignore: Add option to ignore index contents
 2013-08-30  6:51 UTC  (6+ messages)

[PATCH v6 00/28] Massive improvents to rebase and cherry-pick
 2013-08-30  5:56 UTC  (29+ messages)
` [PATCH v6 01/28] cherry-pick: don't barf when there's nothing to do
` [PATCH v6 02/28] cherry-pick: add --skip-empty option
` [PATCH v6 03/28] revert/cherry-pick: add --quiet option
` [PATCH v6 04/28] revert/cherry-pick: add --skip option
` [PATCH v6 05/28] builtin: add rewrite helper
` [PATCH v6 06/28] cherry-pick: store rewritten commits
` [PATCH v6 07/28] cherry-pick: don't store skipped commit
` [PATCH v6 08/28] builtin: move run_rewrite_hook() to rewrite.c
` [PATCH v6 09/28] builtin: rewrite: add copy_rewrite_notes()
` [PATCH v6 10/28] cherry-pick: add --action-name option
` [PATCH v6 11/28] cherry-pick: copy notes and run hooks
` [PATCH v6 12/28] cherry-pick: remember rerere-autoupdate
` [PATCH v6 13/28] rebase: split the cherry-pick stuff
` [PATCH v6 14/28] rebase: cherry-pick: fix mode storage
` [PATCH v6 15/28] rebase: cherry-pick: fix sequence continuation
` [PATCH v6 16/28] rebase: cherry-pick: fix abort of cherry mode
` [PATCH v6 17/28] rebase: cherry-pick: fix command invocations
` [PATCH v6 18/28] rebase: cherry-pick: fix status messages
` [PATCH v6 19/28] rebase: cherry-pick: automatically commit stage
` [PATCH v6 20/28] rebase: cherry-pick: set correct action-name
` [PATCH v6 21/28] rebase: trivial cleanup
` [PATCH v6 22/28] t: rebase-autostash: fix setup
` [PATCH v6 23/28] sequencer: store progress information
` [PATCH v6 24/28] prompt: parse cherry-pick rebase mode
` [PATCH v6 25/28] rebase: use 'cherrypick' mode instead of 'am'
` [PATCH v6 26/28] rebase: cherry-pick: add merge options
` [PATCH v6 27/28] rebase: remove merge mode
` [PATCH v6 28/28] rebase: cherry-pick: add copyright

[PATCH v2 1/5] replace: forbid replacing an object with one of a different type
 2013-08-30  5:41 UTC  (6+ messages)

Officially start moving to the term 'staging area'
 2013-08-30  5:16 UTC  (35+ 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

[PATCH] has_sha1_file: re-check pack directory before giving up
 2013-08-30  4:28 UTC  (5+ messages)

[PATCH 0/8] remote-{hg,bzr}: updates
 2013-08-29 22:49 UTC  (17+ messages)
` [PATCH 1/8] remote-bzr: fix export of utf-8 authors
          ` Re* "
` [PATCH 8/8] remote-hg: support for notes
    ` [PATCH] "
        ` [PATCH v3] "

git-p4 out of memory for very large repository
 2013-08-29 22:46 UTC  (7+ messages)

Stalled git cloning and possible solutions
 2013-08-29 22:28 UTC  (5+ messages)

[PATCH v2] git-p4: Ask "p4" to interpret View setting
 2013-08-29 22:40 UTC  (7+ messages)

[RFC/PATCH v3 0/4] Disable "git status" comment prefix
 2013-08-29 21:23 UTC  (10+ 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 v2 0/11] Modernize user-manual
 2013-08-29 18:16 UTC  (11+ 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 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)

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  (3+ messages)
` [PATCH] Add testcase for needless objects during a shallow fetch

[RFC PATCH] During a shallow fetch, prevent sending over unneeded objects
 2013-08-29  9:48 UTC  (5+ 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

[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  (13+ 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


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