git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-08-29 17:47:59 to 2013-08-31 03:36:30 UTC [more...]

[PATCH 0/6] Trivial cleanups and fixes
 2013-08-31  3:36 UTC  (8+ messages)
` [PATCH 1/6] reset: trivial refactoring
` [PATCH 2/6] branch: trivial style fix
` [PATCH 3/6] rebase: trivial style fixes
` [PATCH 4/6] reset: trivial style cleanup
` [PATCH 5/6] add: "
` [PATCH 6/6] pull: trivial cleanup

[PATCH] Document pack v4 format
 2013-08-31  2:49 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] remote-hg: skip ill-formed references
 2013-08-31  1:39 UTC  (2+ messages)

[RFC PATCH] During a shallow fetch, prevent sending over unneeded objects
 2013-08-31  1:25 UTC  (4+ messages)
` [PATCH] Add testcase for needless objects during a shallow fetch

[BUG] git-init does not respect existing separate-git-dir
 2013-08-31  1:04 UTC  (2+ messages)
` [PATCH] Make setup_git_env() resolve .git file when $GIT_DIR is not specified

[PATCH] revision: add --except option
 2013-08-31  0:29 UTC  (14+ messages)
          ` [PATCH] revision: introduce --exclude=<glob> to tame wildcards

[RFC/PATCH] status: introduce status.displayCommentChar to disable display of #
 2013-08-31  0:00 UTC  (6+ messages)
` [RFC/PATCH v2 1/3] builtin/stripspace.c: fix broken indentation
  ` [RFC/PATCH v2 3/3] status: introduce status.displayCommentChar to disable display of #

[PATCH] gitk: fix race error at click while reading commits
 2013-08-30 23:39 UTC 

[PATCH 0/2] branch: improve verbose option
 2013-08-30 22:59 UTC  (3+ messages)
` [PATCH 1/2] branch: trivial cleanup
` [PATCH 2/2] branch: reorganize verbose options

[PATCH/RFC 0/7] Multiple simultaneously locked ref updates
 2013-08-30 22:51 UTC  (38+ 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 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 v2 0/8] Multiple simultaneously locked ref updates
  ` [PATCH v2 1/8] reset: rename update_refs to reset_refs
  ` [PATCH v2 2/8] refs: report ref type from lock_any_ref_for_update
  ` [PATCH v2 3/8] refs: factor update_ref steps into helpers
  ` [PATCH v2 4/8] refs: factor delete_ref loose ref step into a helper
  ` [PATCH v2 5/8] refs: add function to repack without multiple refs
  ` [PATCH v2 6/8] refs: add update_refs for multiple simultaneous updates
  ` [PATCH v2 7/8] update-ref: support "
  ` [PATCH v2 8/8] update-ref: add test cases covering --stdin signature

The gitweb author initials feature from a36817b doesn't work with i18n names
 2013-08-30 21:39 UTC  (7+ messages)
` [PATCH] gitweb: Fix the author initials in blame for non-ASCII names

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

[RFC/PATCH v3 0/4] Disable "git status" comment prefix
 2013-08-30 20:08 UTC  (9+ messages)
` [PATCH v3 3/4] get rid of "git submodule summary --for-status"

What's cooking in git.git (Aug 2013, #07; Wed, 28)
 2013-08-30 20:04 UTC  (2+ messages)

[PATCH] has_sha1_file: re-check pack directory before giving up
 2013-08-30 19:14 UTC  (6+ messages)
  ` [PATCHv2] "

[GIT PULL] hotfix on fr.po for the maint branch
 2013-08-30 18:07 UTC  (4+ messages)

[PATCH] remote: filter out invalid remote configurations
 2013-08-30 16:58 UTC  (4+ messages)

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

[PATCH] Teach git to change to a given directory using -C option
 2013-08-30 13:35 UTC 

Stalled git cloning and possible solutions
 2013-08-30 12:41 UTC  (7+ messages)

[PATCH] fix shell syntax error in template
 2013-08-30 10:40 UTC 

[PATCH v2] git p4: implement view spec wildcards with "p4 where"
 2013-08-30 10:02 UTC 

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

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

[PATCH 0/9] transport-helper: updates
 2013-08-29 19:26 UTC  (3+ messages)

[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] "


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