git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-10-29 08:52:33 to 2013-10-31 11:09:03 UTC [more...]

[PATCH] rev-parse --parseopt: add the --sticked-long mode
 2013-10-31 11:08 UTC  (4+ messages)
` sticked -> stuck
  ` [PATCH 1/2] Use the word 'stuck' instead of 'sticked'
  ` [PATCH 2/2] rev-parse --parseopt: add the --stuck-long mode

Show patch in gitk --first-parent ?
 2013-10-31 10:10 UTC  (5+ messages)

[PATCH (resend) 0/3] Minor f-e-r enhacements
 2013-10-31  9:46 UTC  (4+ messages)
` [PATCH 1/3] for-each-ref: introduce %C(...) for color
` [PATCH 2/3] for-each-ref: introduce %(HEAD) asterisk marker
` [PATCH 3/3] for-each-ref: introduce %(upstream:track[short])

[PATCH v5 10/10] transport-helper: add support to delete branches
 2013-10-31  9:36 UTC  (11+ messages)
` [PATCH v5 00/10] transport-helper: updates
` [PATCH v5 01/10] transport-helper: fix extra lines
` [PATCH v5 08/10] fast-import: add support to delete refs
` [PATCH v5 05/10] fast-export: improve argument parsing
` [PATCH v5 06/10] fast-export: add new --refspec option
` [PATCH v5 03/10] transport-helper: add 'force' to 'export' helpers
` [PATCH v5 09/10] fast-export: add support to delete refs
` [PATCH v5 07/10] transport-helper: add support for old:new refspec
` [PATCH v5 04/10] transport-helper: check for 'forced update' message
` [PATCH v5 02/10] transport-helper: don't update refs in dry-run

[PATCH] t: branch: improve test rollback
 2013-10-31  9:27 UTC 

[PATCH 00/16] Trivial patches
 2013-10-31  9:25 UTC  (17+ messages)
` [PATCH 01/16] merge: simplify ff-only option
` [PATCH 02/16] t: replace pulls with merges
` [PATCH 03/16] pull: cleanup documentation
` [PATCH 04/16] fetch: add missing documentation
` [PATCH 05/16] revision: add missing include
` [PATCH 06/16] shortlog: add missing declaration
` [PATCH 07/16] branch: trivial style fix
` [PATCH 08/16] sha1-name: trivial style cleanup
` [PATCH 09/16] transport-helper: trivial style fix
` [PATCH 10/16] describe: trivial style fixes
` [PATCH 11/16] pretty: trivial style fix
` [PATCH 12/16] revision: trivial style fixes
` [PATCH 13/16] diff: trivial style fix
` [PATCH 14/16] run-command: trivial style fixes
` [PATCH 15/16] setup: "
` [PATCH 16/16] add: avoid yoda conditions

[PATCH v2] gitk: Add a horizontal scrollbar for commit history
 2013-10-31  9:05 UTC  (7+ messages)

[PATCH v4] remote-curl: fix large pushes with GSSAPI
 2013-10-31  6:36 UTC  (7+ messages)
      ` [PATCH 1/3] http: return curl's AUTHAVAIL via slot_results
      ` [PATCH 2/3] remote-curl: pass curl slot_results back through run_slot
      ` [PATCH 3/3] remote-curl: fix large pushes with GSSAPI

[PATCH] commit: Add -f, --fixes <commit> option to add Fixes: line
 2013-10-31  6:28 UTC  (23+ messages)

Help creating git alias
 2013-10-31  3:54 UTC  (8+ messages)

What's cooking in git.git (Oct 2013, #08; Wed, 30)
 2013-10-30 22:18 UTC 

[ANNOUNCE] Git v1.8.5-rc0
 2013-10-30 22:17 UTC 

[PATCH] warn about http server document being too old
 2013-10-30 21:27 UTC  (3+ messages)

What's cooking in git.git (Oct 2013, #07; Mon, 28)
 2013-10-30 21:07 UTC  (9+ messages)

[PATCH 0/19] pack bitmaps
 2013-10-30 20:25 UTC  (28+ messages)
` [PATCH 07/19] compat: add endianness helpers
` [PATCH 09/19] documentation: add documentation for the bitmap format
` [PATCH 10/19] pack-bitmap: add support for bitmap indexes
` [PATCH 11/19] pack-objects: use bitmaps when packing objects
` [PATCH 12/19] rev-list: add bitmap mode to speed up object lists

[PATCHv2 0/19] pack bitmaps
 2013-10-30 20:07 UTC  (17+ messages)
` [PATCH v2 10/19] pack-bitmap: add support for bitmap indexes
` [PATCH v2 11/19] pack-objects: use bitmaps when packing objects
` [PATCH v2 18/19] t: add basic bitmap functionality tests

[PATCH] Documentation: revamp gitk(1)
 2013-10-30 19:37 UTC  (11+ messages)
` [PATCH v2 1/7] gitk: support -G option from the command line
` [PATCH v2 6/7] Documentation: put blame/log -L in sticked form

[PATCH] Change sed i\ usage to something Solaris' sed can handle
 2013-10-30 19:30 UTC  (4+ messages)

git rm bug?
 2013-10-30 19:01 UTC  (2+ messages)

git svn clone reprocessing old commits many times?
 2013-10-30 18:47 UTC 

Why is git-subtree docs XML and not HTML?
 2013-10-30 17:48 UTC  (5+ messages)
    ` [PATCH] subtree: add makefile target for html docs

[PATCH v2 00/23] Change semantics of "fetch --tags"
 2013-10-30 17:41 UTC  (28+ messages)
` [PATCH v2 01/23] t5510: use the correct tag name in test
` [PATCH v2 02/23] t5510: prepare test refs more straightforwardly
` [PATCH v2 03/23] t5510: check that "git fetch --prune --tags" does not prune branches
` [PATCH v2 04/23] api-remote.txt: correct section "struct refspec"
` [PATCH v2 05/23] get_ref_map(): rename local variables
` [PATCH v2 06/23] builtin/fetch.c: reorder function definitions
` [PATCH v2 07/23] get_expanded_map(): add docstring
` [PATCH v2 08/23] get_expanded_map(): avoid memory leak
` [PATCH v2 09/23] fetch: only opportunistically update references based on command line
` [PATCH v2 10/23] fetch --tags: fetch tags *in addition to* other stuff
` [PATCH v2 11/23] fetch --prune: prune only based on explicit refspecs
` [PATCH v2 12/23] query_refspecs(): move some constants out of the loop
` [PATCH v2 13/23] builtin/remote.c: reorder function definitions
` [PATCH v2 14/23] builtin/remote.c:update(): use struct argv_array
` [PATCH v2 15/23] fetch, remote: properly convey --no-prune options to subprocesses
` [PATCH v2 16/23] fetch-options.txt: simplify ifdef/ifndef/endif usage
` [PATCH v2 17/23] git-fetch.txt: improve description of tag auto-following
` [PATCH v2 18/23] ref_remove_duplicates(): avoid redundant bisection
` [PATCH v2 19/23] t5536: new test of refspec conflicts when fetching
` [PATCH v2 20/23] ref_remove_duplicates(): simplify loop logic
` [PATCH v2 21/23] ref_remote_duplicates(): extract a function handle_duplicate()
` [PATCH v2 22/23] handle_duplicate(): mark error message for translation
` [PATCH v2 23/23] fetch: improve the error messages emitted for conflicting refspecs

[PATCH] Avoid difference in tr semantics between System V and BSD
 2013-10-30 17:39 UTC  (3+ messages)

[PATCH v2 19/19] pack-bitmap: implement optional name_hash cache
 2013-10-30 17:36 UTC  (4+ messages)
` [PATCH 20/19] count-objects: consider .bitmap without .pack/.idx pair garbage

[PATCH] for-each-ref: avoid loading objects to print %(objectname)
 2013-10-30 17:34 UTC  (4+ messages)

[PATCH] cvsserver: Determinize output to combat Perl 5.18 hash randomization
 2013-10-30 17:30 UTC  (2+ messages)

collapsing old git history to reduce repo size, while preserving commit #s and tags
 2013-10-30 16:06 UTC  (5+ messages)

Limiting disk usage
 2013-10-30 15:40 UTC  (7+ messages)

[PATCH] Add option --no-tags
 2013-10-30 15:06 UTC  (2+ messages)

git svn already set … wanted to set to:
 2013-10-30 15:06 UTC  (4+ messages)

[PATCH v2] sha1_file.c:create_tmpfile(): Fix race when creating loose object dirs
 2013-10-30  9:30 UTC  (3+ messages)

[PATCH V3] git clone: is an URL local or ssh
 2013-10-30  7:11 UTC  (4+ messages)

Git v1.8.4.2 test failure in ./t5570-git-daemon.sh
 2013-10-30  7:00 UTC  (4+ messages)

[PATCH] Add a scrollbar for commit history in gitk
 2013-10-30  6:35 UTC  (2+ messages)

[PATCH 00/15] Change semantics of "fetch --tags"
 2013-10-30  4:26 UTC  (6+ messages)
` [PATCH 10/15] fetch --tags: fetch tags *in addition to* other stuff

git-contacts questions
 2013-10-29 20:42 UTC  (10+ messages)

[PATCH 2/2] merge-base: "--reflog" mode finds fork point from reflog entries
 2013-10-29 20:11 UTC  (12+ messages)
      ` [PATCH v2 "
            ` [PATCH v3 2/2] merge-base: teach "--fork-point" mode

Migrate svn non-standard layout to git
 2013-10-29 20:04 UTC 

Documentation for fetch, url, branches, tags keywords in git config?
 2013-10-29 19:42 UTC  (3+ messages)

[RFC/PATCH 0/3] perl
 2013-10-29 19:41 UTC  (3+ messages)
` [PATCH 1/3] use @@PERL@@ in built scripts

rcs
 2013-10-29 19:17 UTC  (4+ messages)

How to retrieve the rewritten list like the one made by git-rebase
 2013-10-29 11:00 UTC 

What's cooking in git.git (Oct 2013, #06; Fri, 25)
 2013-10-29  9:09 UTC  (7+ messages)

[PATCH v4 00/10] transport-helper: updates
 2013-10-29  8:41 UTC  (3+ messages)
` [PATCH v4 12/10] git-remote-testgit: support the new 'force' option


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