git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2007-09-16 21:29:05 to 2007-09-18 08:55:41 UTC [more...]

[PATCH 0/5] More builtin-fetch fixes
 2007-09-18  8:54 UTC 

diffcore-rename performance mode
 2007-09-18  8:54 UTC  (3+ messages)

[PATCH] git-svnimport: Use separate arguments in the pipe for git-rev-parse
 2007-09-18  8:54 UTC  (2+ messages)

[PATCH] git-push: documentation and tests for pushing only branches
 2007-09-18  8:15 UTC 

[PATCH] git-merge: add option --no-ff
 2007-09-18  8:02 UTC  (23+ messages)

[PATCH 0/3] the return of the strbuf
 2007-09-18  7:56 UTC  (7+ messages)
` [PATCH 1/3] Drop strbuf's 'eof' marker, and make read_line a first class citizen
` [PATCH 2/3] fast-import was using dbuf's, replace them with strbuf's
` [PATCH 3/3] fast-import optimization:

[EGIT PATCH] Add feature and plugin
 2007-09-18  7:43 UTC  (2+ messages)

[PATCH 1/1] git-send-email: Add a --suppress-all option
 2007-09-18  7:40 UTC  (2+ messages)

[PATCH] Drop UTF-8 characters in manual pages
 2007-09-18  7:26 UTC 

[PATCH] contrib/fast-import: add perl version of simple example
 2007-09-18  7:27 UTC  (2+ messages)

[PATCH 1/2] contrib/fast-import: add simple shell example
 2007-09-18  7:26 UTC 

State of Perforce importing
 2007-09-18  7:27 UTC  (3+ messages)

commit summary, --pretty=short and other tools
 2007-09-18  7:19 UTC  (5+ messages)

The git-gui Times - Volume Zero Edition Eight Dot Three
 2007-09-18  3:21 UTC 

[PATCH 1/8] Export matches_pack_name() and fix its return value
 2007-09-18  3:01 UTC  (18+ messages)
` [PATCH 2/8] pack-objects --keep-unreachable
` [PATCH 3/8] repack -A -d: use --keep-unreachable when repacking
` [PATCH 4/8] git-gc --auto: move threshold check to need_to_gc() function
` [PATCH 5/8] git-gc --auto: add documentation
` [PATCH 6/8] git-gc --auto: protect ourselves from accumulated cruft
` [PATCH 7/8] git-gc --auto: restructure the way "repack" command line is built
` [PATCH 8/8] git-gc --auto: run "repack -A -d -l" as necessary

[PATCH 0/4] Make the documentation consistent for --track and --notrack
 2007-09-18  1:12 UTC  (5+ messages)
` [PATCH 1/4] Mention that git-branch will not automatically check out the new branch
` [PATCH 2/4] Copy the docs for --track and --notrack from git-checkout to git-branch
` [PATCH 3/4] Mention the parameters that git-pull would need to be equivalent to a --track in the git-checkout docs
` [PATCH 4/4] Make git-pull give hints on what to do when there is no branch to merge from

whitespace-stripping
 2007-09-18  0:53 UTC  (12+ messages)
` [PATCH 1/3] git-apply: fix whitespace stripping
  ` [PATCH 2/3] git-apply: complain about >=8 consecutive spaces in initial indent
    ` [PATCH 3/3] git-apply: add tests for stripping of leading and trailing whitespace

[PATCH] apply: get rid of --index-info in favor of --build-fake-ancestor
 2007-09-18  0:18 UTC  (4+ messages)

rename detection limit checking, cherry picking, and git am -3
 2007-09-18  0:18 UTC  (5+ messages)

[PATCH 1/9] Enable wt-status output to a given FILE pointer
 2007-09-18  0:11 UTC  (21+ messages)
` [PATCH 2/9] Enable wt-status to run against non-standard index file
  ` [PATCH 3/9] Add strbuf_printf() to do formatted printing to a strbuf
    ` [PATCH 4/9] Introduce entry point for launching add--interactive
      ` [PATCH 5/9] Introduce strbuf_read_fd()
        ` [PATCH 6/9] Rewrite launch_editor, create_tag and stripspace to use strbufs
          ` [PATCH 7/9] Add strbuf_read_path()
            ` [PATCH 8/9] Export rerere() and launch_editor()
              ` [PATCH 9/9] Implement git commit as a builtin command

[PATCH 1/7] Enable wt-status output to a given FILE pointer
 2007-09-18  0:06 UTC  (7+ messages)
` [PATCH 2/7] Enable wt-status to run against non-standard index file
  ` [PATCH 3/7] Introduce entry point for launching add--interactive
    ` [PATCH 4/7] Clean up stripspace a bit, use strbuf even more
      ` [PATCH 5/7] Add strbuf_read_file()
        ` [PATCH 6/7] Export rerere() and launch_editor()
          ` [PATCH 7/7] Implement git commit as a builtin command

List of bugs and suggestions
 2007-09-17 23:26 UTC  (2+ messages)

testsuite problems
 2007-09-17 22:50 UTC  (7+ messages)

[PATCH] git-commit.sh: Shell script cleanup
 2007-09-17 20:56 UTC 

git-send-email creates duplicate Message-Id's
 2007-09-17 20:47 UTC  (3+ messages)

RFC: German translation vocabulary
 2007-09-17 19:56 UTC  (13+ messages)

metastore (was: Track /etc directory using Git)
 2007-09-17 19:46 UTC  (34+ messages)
      ` metastore

Git pull fails on a repository > 1.5G
 2007-09-17 19:18 UTC  (3+ messages)

xmemdup patches
 2007-09-17 17:43 UTC  (6+ messages)
` [PATCH 1/2] Add xmemdup that duplicates a block of memory, and NUL terminates it
` [PATCH 2/2] Use xmemdup in many places

[PATCH] instaweb: support for Ruby's WEBrick server
 2007-09-17 13:55 UTC  (4+ messages)

[StGit PATCH] It doesn't make sense to sink below an unapplied patch
 2007-09-17  9:49 UTC  (4+ messages)

[PATCH 0/8] Updated git-gc --auto series
 2007-09-17  8:27 UTC  (9+ messages)
` [PATCH 1/8] Export matches_pack_name() and fix its return value
` [PATCH 2/8] pack-objects --keep-unreachable
` [PATCH 3/8] repack -A -d: use --keep-unreachable when repacking
` [PATCH 4/8] git-gc --auto: move threshold check to need_to_gc() function
` [PATCH 5/8] git-gc --auto: add documentation
` [PATCH 6/8] git-gc --auto: protect ourselves from accumulated cruft
` [PATCH 7/8] git-gc --auto: restructure the way "repack" command line is built
` [PATCH 8/8] git-gc --auto: run "repack -A -d -l" as necessary

git-gui i18n status?
 2007-09-17  9:04 UTC  (6+ messages)

[PATCH 0/8] Updated git-gc --auto series
 2007-09-17  8:43 UTC 

[StGit PATCH 00/13] Eliminate 'top' and 'bottom' files
 2007-09-17  8:17 UTC  (8+ messages)
` [StGit PATCH 13/13] Remove the 'top' field

[RFC] strbuf's in builtin-apply
 2007-09-17  5:43 UTC  (8+ messages)
  ` [PATCH] New strbuf APIs: splice and attach

Blaming diffs
 2007-09-17  5:41 UTC  (5+ messages)

[PATCH 3/3] rev-list --bisect: Bisection "distance" clean up
 2007-09-17  3:28 UTC 

[PATCH 2/3] rev-list --bisect: Move some bisection code into best_bisection
 2007-09-17  3:28 UTC 

[PATCH 1/3] rev-list --bisect: Move finding bisection into do_find_bisection
 2007-09-17  3:28 UTC 

[PATCH 1/3] rev-list --bisect: Move finding bisection into do_find_bisection
 2007-09-17  3:19 UTC  (3+ messages)

[PATCH] apply --index-info: fall back to current index for mode changes
 2007-09-17  0:46 UTC  (2+ messages)

git-archive not working correctly ?
 2007-09-17  0:35 UTC  (3+ 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).