git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2007-09-07 01:41:00 to 2007-09-09 08:44:22 UTC [more...]

strbuf API
 2007-09-08 23:44 UTC  (24+ messages)
` strbuf new API, take 2 for inclusion
  ` [PATCH 1/7] Rework strbuf API and semantics
    ` [PATCH 2/7] Simplify strbuf uses in archive-tar.c using the proper functions
      ` [PATCH 3/7] Use proper strbuf API, and also simplify cmd_data code
        ` [PATCH 4/7] Simplify write_tree using strbuf's
          ` [PATCH 5/7] Further strbuf re-engineering
            ` [PATCH 6/7] Eradicate yet-another-buffer implementation in buitin-rerere.c
` Use strbufs in commit.c (pretty printing)
  ` [PATCH 1/3] Add strbuf_rtrim (to remove trailing spaces)
    ` [PATCH 2/3] Change semantics of interpolate to work like snprintf
      ` [PATCH 3/3] Rework pretty_print_commit to use strbufs instead of custom buffers

git-svn 1.5.3 does not understand grafts?
 2007-09-08 23:33 UTC  (8+ messages)
          ` [PATCH] git-svn: understand grafts when doing dcommit

[RFC] Convert builin-mailinfo.c to use The Better String Library
 2007-09-09  1:36 UTC  (78+ messages)

[PATCH] Button added to performs a GUI diff (inline)
 2007-09-08 23:34 UTC  (2+ messages)

Use more strbufs series [on top of next]
 2007-09-09  0:12 UTC  (8+ messages)
` [PATCH 1/6] Add strbuf_rtrim and strbuf_insert
  ` [PATCH 2/6] Change semantics of interpolate to work like snprintf
    ` [PATCH 3/6] Rework pretty_print_commit to use strbufs instead of custom buffers
      ` [PATCH 4/6] Use strbuf_read in builtin-fetch-tool.c
        ` [PATCH 5/6] Use strbufs to in read_message (imap-send.c), custom buffer--
          ` [PATCH 6/6] Replace all read_fd use with strbuf_read, and get rid of it

[PATCH] git-diff: don't squelch the new SHA1 in submodule diffs
 2007-09-09  0:18 UTC  (2+ messages)

[PATCH] diff-delta.c: pack the index structure
 2007-09-09  0:38 UTC  (6+ messages)
` [PATCH] diff-delta.c: rename {a,}{entry,hash} to {,u}{entry,hash}
  ` [PATCH] diff-delta.c: Rationalize culling of hash buckets

[PATCH] git-tag -s must fail if gpg cannot sign the tag
 2007-09-09  1:37 UTC 

rebase from ambiguous ref discards changes
 2007-09-08 22:20 UTC  (16+ messages)
    ` [PATCH] HEAD, ORIG_HEAD and FETCH_HEAD are really special

[PATCH] diff-delta.c: pack the index structure
 2007-09-08 21:25 UTC  (2+ messages)
` [PATCH] diff-delta.c: Rationalize culling of hash buckets

[PATCH] diff-delta.c: pack the index structure
 2007-09-08 20:50 UTC  (5+ messages)

how to export git repository?
 2007-09-08 15:08 UTC  (2+ messages)

gitweb on MAC OSX 10.3 Panther
 2007-09-08 14:05 UTC 

.git/info/exclude w/ CFLF fails in cygwin
 2007-09-08 10:36 UTC  (2+ messages)

People unaware of the importance of "git gc"?
 2007-09-08 10:01 UTC  (23+ messages)
                  ` Subject: [PATCH] git-merge-pack
                        ` [PATCH] make sha1_file.c::matches_pack_name() available to others
                        ` [PATCH] pack-objects --repack-unpacked

git-gui: fix selection of fonts under X11
 2007-09-08  9:14 UTC 

git-svn: Branching clarifications
 2007-09-08  7:58 UTC  (5+ messages)

[PATCH 2/2] git-tag -s must fail if gpg is broken and cannot sign tags
 2007-09-08  5:41 UTC  (5+ messages)

how to access working tree from .git dir?
 2007-09-08  1:02 UTC  (9+ messages)

checkout and rm
 2007-09-07 22:00 UTC  (2+ messages)

[RFC] svnimport/cvsimport: force creation of tags that already exist
 2007-09-07 21:35 UTC  (3+ messages)
  ` [PATCH] (cvs|svn)import: Ask git-tag to overwrite old tags

[PATCH] introduce config core.binaryCheckFirstBytes for xdiff-interface
 2007-09-07 21:19 UTC  (2+ messages)

[PATCH] git-clone: better error message if curl program is missing
 2007-09-07 21:19 UTC  (2+ messages)

[RFC/PATCH] git-svn: add support for --first-parent
 2007-09-07 18:37 UTC  (12+ messages)
` [PATCH] git-svn: remove --first-parent, add --upstream
                  ` Configure mutt to be used in git and lkml mailing lists (was: Re: [PATCH] git-svn: remove --first-parent, add --upstream)

[PATCH] git-gui: lib/index.tcl: handle files with % in the filename properly
 2007-09-07 17:16 UTC 

[PATCH] Documentation / grammer nit
 2007-09-07 16:43 UTC 

[PATCH] straighten the list of objects to deltify
 2007-09-07 16:19 UTC  (8+ messages)
` [PATCH] localize window memory usage accounting
  ` [PATCH] rearrange delta search progress reporting
    ` [PATCH] basic threaded delta search

[PATCH] Button added to performs a GUI diff
 2007-09-07 15:07 UTC 

[PATCH] git-rebase: support --whitespace=<option>
 2007-09-07 14:20 UTC  (2+ messages)
` [PATCH] git-rebase: fix -C option

[PATCH 1/3] git-gui/Makefile: Replace libdir with gitgui_libdir
 2007-09-07 12:44 UTC  (5+ messages)

PATCH to add a button to perform a meld on the current file
 2007-09-07 11:25 UTC  (2+ messages)

Distributing revisions to patches in a series
 2007-09-07 11:04 UTC  (2+ messages)

git-svn: libsvn-perl_1.4.4 and do_switch()
 2007-09-07 11:00 UTC  (6+ messages)
` [PATCH] git-svn: fix blocking with svn:// servers after do_switch
  ` git-svn: "Malformed network data" issue
    ` [PATCH] git-svn: fix "Malformed network data" with svn:// servers
        ` [PATCH (try 2)] "

[PATCH 2/3] archive: specfile support (--pretty=format: in archive files)
 2007-09-07 10:45 UTC  (14+ messages)
          ` [PATCH 4/3] archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLDR"
          ` [PATCH 5/3] archive: rename attribute specfile to export-subst

very slow cherry-pick'ing (old-2.6-bkcvs tree)
 2007-09-07  7:27 UTC  (3+ messages)

[ANNOUNCE] git/gitweb.git repository
 2007-09-07  6:39 UTC  (4+ messages)

Stats in Git
 2007-09-07  6:36 UTC  (12+ messages)
` [PATCH] Add a new lstat implementation based on Win32 API, and make stat use that implementation too

Significant performance waste in git-svn and friends
 2007-09-07  6:28 UTC  (5+ 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).