git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-08-24 19:58:51 to 2013-08-27 14:37:18 UTC [more...]

PATCH/RFC man git remote, use of <remote> vs <name>
 2013-08-27 14:10 UTC 

[PATCH/RFC v2] Set core.precomposeunicode to true on e.g. HFS+
 2013-08-27 14:33 UTC  (2+ messages)

[PATCH] documentation: clarify notes for clean.requireForce
 2013-08-27 14:11 UTC 

Asymmetric default behavior of git stash
 2013-08-27 14:07 UTC 

BUG: git subtree split - revert commit followed by a merge
 2013-08-27 13:09 UTC 

[PATCH/RFC] core.precomposeunicode is true by default
 2013-08-27 13:45 UTC  (3+ messages)

[PATCH] remote: filter out invalid remote configurations
 2013-08-27 13:06 UTC 

[RFC/PATCH] Fix path prefixing in grep_object
 2013-08-27 11:54 UTC  (19+ messages)

[PATCH 00/23] Preliminary pack v4 support
 2013-08-27 11:17 UTC  (25+ messages)
` [PATCH 01/23] pack v4: initial pack dictionary structure and code
` [PATCH 02/23] export packed_object_info()
` [PATCH 03/23] pack v4: scan tree objects
` [PATCH 04/23] pack v4: add tree entry mode support to dictionary entries
` [PATCH 05/23] pack v4: add commit object parsing
` [PATCH 06/23] pack v4: split the object list and dictionary creation
` [PATCH 07/23] pack v4: move to struct pack_idx_entry and get rid of our own struct idx_entry
` [PATCH 08/23] pack v4: basic references encoding
` [PATCH 09/23] pack v4: commit object encoding
` [PATCH 10/23] pack v4: tree "
` [PATCH 11/23] pack v4: dictionary table output
` [PATCH 12/23] pack v4: creation code
` [PATCH 13/23] pack v4: object headers
` [PATCH 14/23] pack v4: object data copy
` [PATCH 15/23] pack v4: object writing
` [PATCH 16/23] pack v4: tree object delta encoding
` [PATCH 17/23] pack v4: load delta candidate for encoding tree objects
` [PATCH 18/23] pack v4: honor pack.compression config option
` [PATCH 19/23] pack v4: relax commit parsing a bit
` [PATCH 20/23] pack index v3
` [PATCH 21/23] pack v4: normalize pack name to properly generate the pack index file name
` [PATCH 22/23] pack v4: add progress display
` [PATCH 23/23] initial pack index v3 support on the read side
` [PATCH] Document pack v4 format

[PATCH] Add gui.displayuntracked option
 2013-08-27  9:32 UTC  (4+ messages)
` [PATCH] git-gui: right half window is paned

[PATCH] config: add _cb suffix to callback functions
 2013-08-27  8:12 UTC 

[RFC/PATCH] git-remote-mediawiki: reset private ref after non-dumb push
 2013-08-27  7:28 UTC  (14+ messages)

[PATCH v3] compat: Fix read() of 2GB and more on Mac OS X
 2013-08-27  4:59 UTC  (7+ messages)
` [PATCH v4] "

Issue with compiling git 1.8.4 under uclibc with gcc 4.6.3
 2013-08-27  4:38 UTC  (9+ messages)
        ` [PATCH] config: do not use C function names as struct members

the pager
 2013-08-27  4:38 UTC  (2+ messages)

[ANNOUNCE] Git v1.8.4
 2013-08-27  4:05 UTC  (5+ messages)

contrib/credential/netrc/git-credential-netrc: Use of uninitialized value in string
 2013-08-27  3:56 UTC  (2+ messages)

[PATCH] write_index: optionally allow broken null sha1s
 2013-08-27  3:46 UTC  (12+ messages)
  ` [PATCHv2] "

[PATCHv2] grep: use slash for path delimiter, not colon
 2013-08-27  3:37 UTC  (11+ messages)
    ` [PATCH 1/2] grep: stop using object_array
    ` [PATCH 2/2] grep: use slash for path delimiter, not colon

[PATCH v2] git-p4: Ask "p4" to interpret View setting
 2013-08-27  2:43 UTC  (6+ messages)

Index Fileformat: stat(2) info necessary? What for?
 2013-08-26 22:17 UTC  (2+ messages)

[PATCH] git-commit: search author pattern against mailmap
 2013-08-26 21:38 UTC  (12+ messages)
` [PATCH] commit: "

Alias compdef between 1.8.0 and 1.8.3
 2013-08-26 21:18 UTC 

[PATCH v2] submodule: prevent warning in summary output
 2013-08-26 19:59 UTC  (3+ messages)

git-svn - canonicalize: Assertion `*src != '/'' failed
 2013-08-26 17:52 UTC  (5+ messages)

[PATCH] git send-email: include [anything]-by: signatures
 2013-08-26 16:57 UTC 

[PATCH v7 0/3] some enhancements for reporting branch tracking info
 2013-08-26 16:08 UTC  (8+ messages)
` [PATCH v8 0/2] "
` [PATCH v8 1/2] branch: report invalid tracking branch as gone
` [PATCH v8 2/2] status: always show tracking branch even no change

git-p4 out of memory for very large repository
 2013-08-26 13:47 UTC  (5+ messages)

[PATCH 0/13] Modernize user-manual
 2013-08-26 13:51 UTC  (43+ messages)
` [PATCH 01/13] Call it "Git User Manual" and remove reference to very old Git version
` [PATCH 02/13] Use current "detached HEAD" message
  ` Aw: "
` [PATCH 03/13] Use current output for "git repack"
  ` Aw: "
` [PATCH 04/13] Use "git merge" instead of "git pull ."
` [PATCH 05/13] Fix some typos
  ` Aw: "
` [PATCH 06/13] Simplify "How to make a commit"
  ` Aw: "
` [PATCH 07/13] Improve description in "How to merge"
  ` Aw: "
` [PATCH 08/13] Improve section "Manipulating branches"
  ` Aw: "
` [PATCH 09/13] Improve section "Merge multiple trees"
  ` Aw: "
    `  "
` [PATCH 10/13] Remove unnecessary historical note from "Object storage format"
` [PATCH 11/13] Remove obscure reference from "Examples"
  ` Aw: "
` [PATCH 12/13] Remove irrelevant reference from "Tying it all together"
` [PATCH 13/13] "git prune" is safe now

[PATCH] Documentation/remote-helpers: document common use-case for private ref
 2013-08-26  9:21 UTC 

[PATCH 0/5] Check replacement object type and minor updates
 2013-08-26  7:19 UTC  (11+ messages)
` [PATCH 1/5] replace: forbid replacing an object with one of a different type
` [PATCH 2/5] Documentation/replace: state that objects must be of the same type
` [PATCH 3/5] t6050-replace: test that objects are "
` [PATCH 4/5] t6050-replace: add test to clean up all the replace refs
` [PATCH 5/5] Documentation/replace: add Creating Replacement Objects section

[PATCH v2 0/3] fix interactive rebase short SHA-1 collision bug
 2013-08-26  7:19 UTC  (4+ messages)
` [PATCH v2 2/3] t3404: rebase -i: demonstrate short SHA-1 collision

[BUG] Shallow fetch can result in broken git repo
 2013-08-26  6:09 UTC  (3+ messages)
` [PATCH] fetch-pack: do not remove .git/shallow file when --depth is not specified

[PATCH 0/2] fix t3010 failure when core.ignorecase=true
 2013-08-26  5:38 UTC  (5+ messages)
` [PATCH 2/2] dir: test_one_path: fix inconsistent behavior due to missing '/'

[PATCH 0/3] t3404 incremental improvements
 2013-08-26  5:29 UTC  (6+ messages)
` [PATCH 1/3] t3404: preserve test_tick state across short SHA-1 collision test

[PATCH] mailmap: handle mailmap blobs without trailing newlines
 2013-08-25  9:11 UTC  (3+ messages)

[PATCH 0/3] Fixes for tests run without perl
 2013-08-25  7:09 UTC  (12+ messages)
` [PATCH 1/3] Make test "using invalid commit with -C" more strict
` [PATCH 2/3] t/t3701-add-interactive.sh: Add PERL prerequisite
` [PATCH 3/3] t/t7106-reset-unborn-branch.sh: "

[PATCH] Documentation/fast-import: clarify summary for `feature` command
 2013-08-25  5:57 UTC  (2+ messages)

[PATCH v3 00/24] Index-v5
 2013-08-25  4:40 UTC  (4+ messages)


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