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

[PATCH v4 00/11] Check replacement object type and minor updates
 2013-09-03  7:10 UTC  (9+ messages)
` [PATCH v4 01/11] replace: forbid replacing an object with one of a different type
` [PATCH v4 02/11] Documentation/replace: state that objects must be of the same type
` [PATCH v4 03/11] t6050-replace: test that objects are "
` [PATCH v4 04/11] t6050-replace: add test to clean up all the replace refs
` [PATCH v4 08/11] t6050-replace: check that -f option bypasses the type check
` [PATCH v4 09/11] replace: allow long option names
` [PATCH v4 10/11] Documentation/replace: list "
` [PATCH v4 11/11] t6050-replace: use some "

[PATCH 0/4] t: rev-parse-parents: cleanups
 2013-09-03  7:12 UTC  (6+ messages)
` [PATCH 1/4] t: rev-parse-parents: fix style
` [PATCH 2/4] t: rev-parse-parents: fix weird ! notation
` [PATCH 3/4] t: rev-parse-parents: avoid yoda conditions
` [PATCH 4/4] t: rev-parse-parents: simplify setup

[PATCH v2] peel_onion(): add support for <rev>^{tag}
 2013-09-03  7:05 UTC  (2+ messages)

[PATCH] {fetch,receive}-pack: drop unpack-objects, delay loosing objects until the end
 2013-09-03  6:49 UTC  (3+ messages)

[PATCH] Document pack v4 format
 2013-09-03  6:46 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] git send-email: include [anything]-by: signatures
 2013-09-03  6:35 UTC  (3+ messages)

[PATCH 00/23] Preliminary pack v4 support
 2013-09-03  6:30 UTC  (7+ messages)
` [PATCH 09/23] pack v4: commit object encoding
` [PATCH 23/23] initial pack index v3 support on the read side

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

[PATCH] revision: add --except option
 2013-09-03  4:05 UTC  (14+ messages)
          ` [PATCH] revision: introduce --exclude=<glob> to tame wildcards

the pager
 2013-09-03  2:57 UTC  (9+ messages)

[PATCH v3 00/11] Check replacement object type and minor updates
 2013-09-02 22:45 UTC  (32+ messages)
` [PATCH v3 01/11] replace: forbid replacing an object with one of a different type
` [PATCH v3 02/11] Documentation/replace: state that objects must be of the same type
` [PATCH v3 03/11] t6050-replace: test that objects are "
` [PATCH v3 04/11] t6050-replace: add test to clean up all the replace refs
` [PATCH v3 05/11] Documentation/replace: add Creating Replacement Objects section
` [PATCH v3 06/11] replace: bypass the type check if -f option is used
` [PATCH v3 07/11] Documentation/replace: tell that -f option bypasses the type check
` [PATCH v3 08/11] t6050-replace: check "
` [PATCH v3 09/11] replace: allow long option names
` [PATCH v3 10/11] Documentation/replace: list "
` [PATCH v3 11/11] t6050-replace: use some "

[PATCH 0/6] Preparation for non-ff pulls by default
 2013-09-02 22:17 UTC  (7+ messages)
` [PATCH 1/6] merge: simplify ff-only option
` [PATCH 2/6] t: replace pulls with merges
` [PATCH 3/6] pull: rename pull.rename to pull.mode
` [PATCH 4/6] pull: refactor $rebase variable into $mode
` [PATCH 5/6] pull: add --merge option
` [PATCH 6/6] pull: add merge-ff-only option

[PATCH V2] check-ignore: Add option to ignore index contents
 2013-09-02 22:15 UTC  (2+ messages)

Git installation on Mac OS X - problem
 2013-09-02 20:26 UTC  (2+ messages)

git-p4 out of memory for very large repository
 2013-09-02 19:42 UTC  (8+ messages)

Call For Papers
 2013-08-31 10:18 UTC 

[PATCH v2] Teach git to change to a given directory using -C option
 2013-09-02 13:39 UTC 

git svn fetch segfault on exit
 2013-09-02 13:05 UTC  (4+ messages)

nd/magic-pathspec exposes breakage in git-add--interactive on Windows
 2013-09-02 11:56 UTC  (6+ messages)
` [PATCH] Turn off pathspec magic on "{checkout,reset,add} -p" on native Windows builds

[PATCH 2/4] transport-helper: add dont-update-private capability
 2013-09-02  7:41 UTC  (7+ messages)
` [PATCH v2 1/4] git-remote-mediawiki: add test and check Makefile targets
  ` [PATCH v2 2/4] transport-helper: add no-private-update capability
      ` [PATCH v3 2/4] transport-helper: add dont-update-private capability
  ` [PATCH v2 3/4] git-remote-mediawiki: use no-private-update capability on dumb push
  ` [PATCH v2 4/4] git-remote-mediawiki: no need to update private ref in non-dumb push

[PATCH 0/6] Introduce publish tracking branch
 2013-09-02  7:38 UTC  (11+ messages)
` [PATCH 1/6] push: trivial reorganization
` [PATCH 2/6] Add concept of 'publish' branch
` [PATCH 3/6] branch: allow configuring the publish branch
` [PATCH 4/6] t: branch add publish branch tests
` [PATCH 5/6] push: add --set-publish option
` [PATCH 6/6] branch: display publish branch

[PATCH] sha1-name: refactor get_sha1() parsing
 2013-09-02  6:50 UTC 

[PATCH v2] revision: add --except option
 2013-09-02  6:52 UTC  (3+ messages)

[PATCH v5 0/2] Add @ shortcut, again
 2013-09-02  6:34 UTC  (3+ messages)
` [PATCH v5 1/2] sha1-name: pass len argument to interpret_branch_name()
` [PATCH v5 2/2] Add new @ shortcut for HEAD

[PATCH v2 0/7] documentation cleanups for <rev>^{<type>}
 2013-09-02  5:34 UTC  (8+ messages)
` [PATCH v2 1/7] glossary: mention 'treeish' as an alternative to 'tree-ish'
` [PATCH v2 2/7] glossary: define committish (a.k.a. commit-ish)
` [PATCH v2 3/7] use 'treeish' instead of 'tree-ish'
` [PATCH v2 4/7] use 'committish' instead of 'commit-ish'
` [PATCH v2 5/7] glossary: more precise definition of treeish (a.k.a. tree-ish)
` [PATCH v2 6/7] revisions.txt: fix and clarify <rev>^{<type>}
` [PATCH v2 7/7] glossary: fix and clarify the definition of 'ref'

[PATCH v3 0/2] submodule: Don't print status output with submodule.<name>.ignore=all
 2013-09-01 20:06 UTC  (3+ messages)
` [PATCH v3 1/2] submodule: fix confusing variable name
` [PATCH v3 2/2] submodule: don't print status output with ignore=all

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

[RFC] Running a hook on reset
 2013-09-01 12:17 UTC 

[PATCH 0/2] fast-export: simplification
 2013-09-01  7:05 UTC  (3+ messages)
` [PATCH 1/2] fast-export: make extra_refs global
` [PATCH 2/2] fast-export: refactor get_tags_and_duplicates()

[PATCH] Teach git to change to a given directory using -C option
 2013-09-01  4:48 UTC  (2+ messages)

[PATCH 0/8] remote-{hg,bzr}: updates
 2013-09-01  4:09 UTC  (10+ messages)
` [PATCH 1/8] remote-bzr: fix export of utf-8 authors
          ` Re* "

Officially start moving to the term 'staging area'
 2013-09-01  3:46 UTC  (8+ messages)

[PATCH 0/3] Reject non-ff pulls by default
 2013-08-31 22:38 UTC  (4+ messages)
` [PATCH 1/3] merge: simplify ff-only option
` [PATCH 2/3] t: replace pulls with merges
` [PATCH 3/3] pull: reject non-ff pulls by default

[PATCH] remote-hg: skip ill-formed references
 2013-08-31 19:51 UTC  (6+ messages)

[PATCH] diff: add a config option to control orderfile
 2013-08-31 19:44 UTC 

[PATCH 0/2] branch: improve verbose option
 2013-08-31 17:24 UTC  (3+ messages)

[PATCH 0/6] Trivial cleanups and fixes
 2013-08-31 17:20 UTC  (20+ 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] branch: use $curr_branch_short more

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

git-rebase --abort eats files
 2013-08-31 15:26 UTC  (2+ messages)
` git-rebase --continue eats commits

Bug in git rebase --continue in v1.8.4
 2013-08-31 12:49 UTC 

Authentication with e-mail address as user name for HTTPS remote
 2013-08-31  8:09 UTC  (2+ messages)

[PATCH v3 00/24] Index-v5
 2013-08-31  5:23 UTC  (4+ messages)

[PATCH 0/4] t: branch: fixes and cleanups
 2013-08-31  4:31 UTC  (5+ messages)
` [PATCH 1/4] t: branch: trivial style fix
` [PATCH 2/4] t: branch: fix typo
` [PATCH 3/4] t: branch: fix broken && chains
` [PATCH 4/4] t: branch: improve test rollback


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