git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-08-18 16:45:17 to 2013-08-21 03:37:05 UTC [more...]

[PATCH] Add gui.displayuntracked option
 2013-08-21  3:29 UTC 

[PATCH v3 00/24] Index-v5
 2013-08-21  3:06 UTC  (43+ messages)
` [PATCH v3 01/24] t2104: Don't fail for index versions other than [23]
` [PATCH v3 02/24] read-cache: use fixed width integer types
` [PATCH v3 03/24] read-cache: split index file version specific functionality
` [PATCH v3 04/24] read-cache: clear version in discard_index()
` [PATCH v3 05/24] read-cache: move index v2 specific functions to their own file
` [PATCH v3 06/24] read-cache: Don't compare uid, gid and ino on cygwin
` [PATCH v3 07/24] read-cache: Re-read index if index file changed
` [PATCH v3 08/24] add documentation for the index api
` [PATCH v3 09/24] read-cache: add index reading api
` [PATCH v3 10/24] make sure partially read index is not changed
` [PATCH v3 11/24] grep.c: use index api
` [PATCH v3 12/24] ls-files.c: "
` [PATCH v3 13/24] documentation: add documentation of the index-v5 file format
` [PATCH v3 14/24] read-cache: make in-memory format aware of stat_crc
` [PATCH v3 15/24] read-cache: read index-v5
` [PATCH v3 16/24] read-cache: read resolve-undo data
` [PATCH v3 17/24] read-cache: read cache-tree in index-v5
` [PATCH v3 18/24] read-cache: write index-v5
` [PATCH v3 19/24] read-cache: write index-v5 cache-tree data
` [PATCH v3 20/24] read-cache: write resolve-undo data for index-v5
` [PATCH v3 21/24] update-index.c: rewrite index when index-version is given
` [PATCH v3 22/24] p0003-index.sh: add perf test for the index formats
` [PATCH v3 23/24] introduce GIT_INDEX_VERSION environment variable
` [PATCH v3 24/24] test-lib: allow setting the index format version

[PATCH 0/2] git-config and large integers
 2013-08-21  3:00 UTC  (13+ messages)
` [PATCH 1/2] config: properly range-check integer values
` [PATCH 2/2] teach git-config to output large integers

[GUILT] add FreeBSD support
 2013-08-21  2:04 UTC  (7+ messages)

Should "git apply --check" imply verbose?
 2013-08-20 22:37 UTC  (13+ messages)

Proper URI for "svn clone" on a network share (Win32)
 2013-08-21  0:11 UTC  (2+ messages)

CPPCheck found 24 high risk bugs in Git v.1.8.3.4
 2013-08-21  0:01 UTC  (17+ messages)

[RFC PATCHv2] repack: rewrite the shell script in C
 2013-08-20 22:46 UTC  (16+ messages)
` [RFC PATCHv3] "
    ` [RFC PATCHv4] "
                ` [PATCH] "
              ` Dokumenting api-paths.txt

[PATCH 3/4] gitweb: omit the repository owner when it is unset
 2013-08-20 19:53 UTC  (8+ messages)
` [PATCH v4 0/4] Four small gitweb tweaks
  ` [PATCH v4 1/4] gitweb: Ensure OPML text fits inside its box
  ` [PATCH v4 2/4] gitweb: vertically centre contents of page footer
  ` [PATCH v4 3/4] gitweb: omit the repository owner when it is unset
  ` [PATCH v4 4/4] gitweb: make search help link less ugly

[PATCH] xread(): Fix read error when filtering >= 2GB on Mac OS X
 2013-08-20 19:37 UTC  (25+ messages)
` [PATCH v2] compat: Fix read() of 2GB and more "
  ` [PATCH v3] "
    ` [PATCH v4] "
      ` [PATCH v5 0/2] Fix IO of >=2GB on Mac OS X by limiting IO chunks
        ` [PATCH v5 1/2] xread, xwrite: Limit size of IO, fixing IO of 2GB and more on Mac OS X
        ` [PATCH v5 2/2] Revert "compate/clipped-write.c: large write(2) fails on Mac OS X/XNU"

[PATCH] stream_to_pack: xread does not guarantee to read all requested bytes
 2013-08-20 19:37 UTC  (8+ messages)

netrc credential helper promotion out of contrib?
 2013-08-20 19:28 UTC  (2+ messages)

[PATCH] mailmap: fix check for freeing memory
 2013-08-20 17:45 UTC  (12+ messages)
    ` [PATCH] mailmap: remove redundant "

Git tag output order is incorrect (IMHO)
 2013-08-20 15:12 UTC  (5+ messages)

[PATCH] Document smart http
 2013-08-20 14:20 UTC  (3+ messages)

Notes and submodules
 2013-08-20  9:41 UTC  (4+ messages)

git clone doesn't work in symlink dir roots on Windows
 2013-08-20  7:30 UTC  (4+ messages)
    `  "

Does Git now have any C struct version history tracking mechanism?
 2013-08-20  3:55 UTC  (4+ messages)

[PATCH v2] submodule: prevent warning in summary output
 2013-08-20  0:26 UTC 

[PATCH] Git segmentation faults if submodule path is empty
 2013-08-20  0:26 UTC  (12+ messages)

What's cooking in git.git (Aug 2013, #05; Mon, 19)
 2013-08-19 22:44 UTC 

[PATCH] git-send-email: kill $prompting variable
 2013-08-19 21:25 UTC  (2+ messages)

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

[PATCH v2 0/2] Don't print status output with submodule.<name>.ignore=all
 2013-08-19 21:14 UTC  (5+ messages)
` [PATCH v2 1/2] submodule: fix confusing variable name
` [PATCH v2 2/2] submodule: don't print status output with ignore=all

[ANNOUNCE] Git v1.8.4-rc4
 2013-08-19 20:41 UTC  (2+ messages)

[PATCH gitk 0/4] gitk support for git log -L
 2013-08-19 17:30 UTC  (8+ messages)

What's cooking in git.git (Aug 2013, #04; Thu, 15)
 2013-08-19 16:53 UTC  (3+ messages)

[PATCH v6 2/3] branch: report invalid tracking branch as broken
 2013-08-19  0:38 UTC  (4+ messages)
` [PATCH v7 0/3] some enhancements for reporting branch tracking info

[PATCH v2 0/2] fix cases of rebase -i ignoring core.commentchar
 2013-08-19  0:29 UTC  (5+ messages)
` [PATCH v2 1/2] rebase -i: fix skip_unnecessary_picks() to respect core.commentchar
` [PATCH v2 2/2] rebase -i: fix core.commentchar regression

[RFC] git-send-email: Cache generated message-ids, use them when prompting
 2013-08-18 22:24 UTC  (3+ messages)

[PATCH] Add command `git bisect state` that checks if the current bisection process has reached the first bad commit
 2013-08-18 21:39 UTC  (4+ messages)

[PATCH] rebase -i: fix cases ignoring core.commentchar
 2013-08-18 20:36 UTC  (5+ messages)

[PATCH v2 00/46] "struct pathspec" conversion and :(glob) and :(icase)
 2013-08-18 19:40 UTC  (4+ messages)
  ` "git fmt-merge-msg" usage (was [PATCH v2 00/46] "struct pathspec" conversion and :(glob) and :(icase))
    ` "git fmt-merge-msg" usage


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