git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2007-07-30 22:20:43 to 2007-08-01 22:18:26 UTC [more...]

Git benchmark - comparison with Bazaar, Darcs, Git and Mercurial
 2007-08-01 22:18 UTC  (17+ messages)

cvs2svn conversion directly to git ready for experimentation
 2007-08-01 22:09 UTC  (3+ messages)

[PATCH 1/2] gitweb: Allow for multivalued parameters passed to href subroutine
 2007-08-01 13:05 UTC  (5+ messages)
` [RFC/PATCH 2/2] gitweb: Add an option to show size of blobs in the tree view

multiple checked out branches
 2007-08-01 22:04 UTC 

Interpreting EDITOR/VISUAL environment variables
 2007-08-01 21:47 UTC  (7+ messages)
      ` [PATCH] git-sh-setup.sh: make GIT_EDITOR/core.editor/VISUAL/EDITOR accept commands

[PATCH 1/3] rebase -i: handle --continue more like non-interactive rebase
 2007-08-01 21:45 UTC  (4+ messages)

Why does git-svn dcommit rewrite the log messages?
 2007-08-01 21:19 UTC 

Git clone error
 2007-08-01 21:12 UTC  (10+ messages)

git-commit --amend -m "..." complains?!?
 2007-08-01 20:45 UTC  (6+ messages)
        ` [PATCH] git-commit.sh: Permit the --amend message to be given with -m/-c/-C/-F

[ANNOUNCE] Guilt v0.27
 2007-08-01 19:36 UTC 

git-diff on touched files: bug or feature?
 2007-08-01 19:17 UTC  (5+ messages)

[PATCH] Add a --user option to git-config
 2007-08-01 18:31 UTC  (5+ messages)

[PATCH 0/9] work-tree clean ups
 2007-08-01 18:26 UTC  (19+ messages)
  ` [PATCH 1/4] Add is_absolute_path() and make_absolute_path()
  ` [PATCH 2/4] Add functions get_relative_cwd() and is_inside_dir()
        ` [NOT-SERIOUS PATCH] Make get_relative_cwd() not accept NULL for a directory
            ` [PATCH] get_relative_cwd(): clarify why it handles dir == NULL
  ` [PATCH 3/4] Add set_git_dir() function
  ` [PATCH 4/4] Clean up work-tree handling

[PATCH] Try to be consistent with capitalization in the documentation
 2007-08-01 17:17 UTC  (3+ messages)

git rebase--interactive, doesn't ignore commits already in upstream
 2007-08-01 14:59 UTC  (2+ messages)
` [PATCH] rebase -i: ignore patches that are in upstream already

dangling blob which is not dangling at all
 2007-08-01 14:21 UTC  (8+ messages)

[PATCH] unpack-trees.c: assume submodules are clean during check-out
 2007-08-01 14:05 UTC  (3+ messages)

[PATCH] Document "git stash message..."
 2007-08-01 13:38 UTC  (2+ messages)
  ` git-gui: diff/console part does not show UTF-8 Japanese

[PATCH] Hack git-add--interactive to make it work with ActiveState Perl
 2007-08-01 13:09 UTC 

MinGW build environment for Git
 2007-08-01 10:44 UTC  (4+ messages)

[PATCH] Allow git_author|committer_info be called in the same expression
 2007-08-01  9:35 UTC  (3+ messages)

[PATCH] make the name of the library directory a config option
 2007-08-01  5:36 UTC  (2+ messages)

[PATCH 1/4] Fix allocation of "int*" instead of "int"
 2007-08-01  4:11 UTC  (3+ messages)

[PATCH] Mention libiconv as a requirement for git-am
 2007-08-01  3:36 UTC  (4+ messages)

[ANNOUNCE] GIT MinGW port updated to v1.5.3.rc2
 2007-08-01  3:26 UTC  (2+ messages)

[PATCH] add option to find zlib in custom path
 2007-08-01  1:21 UTC  (4+ messages)

[PATCH] Add an option to specify a file to config builtin
 2007-07-31 22:36 UTC  (5+ messages)
    ` [PATCH] Make verse of git-config manpage more readable

[PATCH 1/5] Add test case for basic commit functionality
 2007-07-31 22:01 UTC  (19+ messages)
` [PATCH 2/5] Enable wt-status output to a given FILE pointer
  ` [PATCH 3/5] Add strbuf_printf() to do formatted printing to a strbuf
    ` [PATCH 4/5] Make builtin-commit-tree use a strbuf instead of hand-rolled realloc buffer
      ` [PATCH 5/5] Split out the actual commit creation from the option parsing etc
      ` [PATCH] Add strbuf_printf() to do formatted printing to a strbuf
  ` [PATCH] Add test case for basic commit functionality

merge time
 2007-07-31 20:07 UTC  (14+ messages)

[PATCH] git.el: Support for incremental status updates
 2007-07-31 19:58 UTC  (6+ messages)

[RFH PATCH] Teach the emacs git mode about core.excludesfile
 2007-07-31 19:57 UTC  (4+ messages)

Git User's Survey 2007
 2007-07-31 19:07 UTC  (16+ messages)
` [RFC] "
` [RFC (take 2) "
        ` Git User's Survey 2007 - web survey site

[PATCH] Allow fmt_ident to get an arbitrary buffer for the output
 2007-07-31 17:16 UTC 

Efficient way to import snapshots?
 2007-07-31 16:15 UTC  (22+ messages)

git-gui i18n / 0.9.x plans
 2007-07-31 14:32 UTC  (4+ messages)

"git stash" is not known to git
 2007-07-31 13:52 UTC  (5+ messages)

git-svn and distributed git
 2007-07-31 12:31 UTC  (2+ messages)

[PATCH 2/4] Move finding bisection into do_find_bisection
 2007-07-31 12:48 UTC  (3+ messages)
` [PATCH 3/4] Move some bisection code into best_bisection
` [PATCH 4/4] Bisection "distance" clean up

Git error on Cygwin
 2007-07-31 12:29 UTC  (3+ messages)

[PATCH] Add a test for git-config --file
 2007-07-31 11:53 UTC 

[GUILT PATCH v2 0/5] Add guards to guilt
 2007-07-31  4:05 UTC  (9+ messages)
` [GUILT PATCH 1/5] get_series: Remove comments from end of series lines
` [GUILT PATCH 2/5] guilt-guard: Assign guards to patches in series
` [GUILT PATCH 3/5] guilt-select: Select guards to apply when pushing patches
` [GUILT PATCH 4/5] get_series: return guarded patches only
` [GUILT PATCH 5/5] Guards test suite

[RFH PATCH] Teach the emacs git mode about core.excludesfile
 2007-07-31  1:30 UTC 

[PATCH] user-manual: mention git gui citool (commit, amend)
 2007-07-31  0:24 UTC  (2+ messages)

(Resend)[PATCH] git-svn: Translate invalid characters in refname
 2007-07-31  0:20 UTC  (2+ messages)

[PATCH] Introduce entry point for launching add--interactive
 2007-07-30 22:21 UTC 


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