git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-01-15 13:56:50 to 2009-01-17 01:39:22 UTC [more...]

git add --patch bug with split+edit?
 2009-01-17  1:37 UTC 

[PATCH] git-checkout(1) mention fate of extraneous files
 2009-01-17  0:36 UTC 

I've added Dulwich to the Git Wiki
 2009-01-16 23:30 UTC  (4+ messages)

[PATCH resend] bash completion: add 'rename' subcommand to git-remote
 2009-01-16 22:12 UTC 

[PATCH] Documentation: let asciidoc align related options
 2009-01-16 21:42 UTC 

fatal: git grep: cannot generate relative filenames containing '..'
 2009-01-16 21:30 UTC  (9+ messages)

[PATCH] builtin-commit.c: do not remove COMMIT_EDITMSG
 2009-01-16 21:15 UTC  (2+ messages)

[PATCH 0/4] refactor the --color-words to make it more hackable
 2009-01-16 21:09 UTC  (20+ messages)
` [PATCH take 3 0/4] color-words improvements

[RFC PATCH] Make the rebase edit mode really end up in an edit state
 2009-01-16 21:06 UTC  (42+ messages)

[PATCH 1/2] Move run_hook() from builtin-commit.c into run-command.c (libgit)
 2009-01-16 21:05 UTC  (14+ messages)
` [PATCH 2/2] api-run-command.txt: talk about run_hook()
    ` [PATCH v2 1/5] checkout: don't crash on file checkout before running post-checkout hook
      ` [PATCH v2 2/5] Move run_hook() from builtin-commit.c into run-command.c (libgit)
        ` [PATCH v2 3/5] api-run-command.txt: talk about run_hook()
          ` [PATCH v2 4/5] run_hook(): check the executability of the hook before filling argv
            ` [PATCH 5/5] run_hook(): allow more than 9 hook arguments

[RFC PATCH] Fix gitdir detection when in subdir of gitdir
 2009-01-16 20:55 UTC  (7+ messages)

[PATCH] githooks.txt: add missing word
 2009-01-16 20:36 UTC 

mergetool ignore
 2009-01-16 20:19 UTC 

[PATCH 5/5] bash: refactor 'git log --pretty=<format>' options
 2009-01-16 17:18 UTC  (2+ messages)

Confusing text in git-prune.txt
 2009-01-16 17:02 UTC  (3+ messages)

[PATCH/RFC] git-am: Make it easier to see which patch failed
 2009-01-16 16:27 UTC  (4+ messages)

[PATCH 2/5] bash: removed unnecessary checks for long options with argument
 2009-01-16 16:09 UTC  (2+ messages)

[PATCH 3/5] bash: add missing format-patch command line options
 2009-01-16 16:02 UTC 

[PATCH 3/3] Adds a #!bash to the top of bash completions so that editors can recognize, it as a bash script. Also adds a few simple comments above commands that, take arguments. The comments are meant to remind editors of potential, problems that
 2009-01-16 15:06 UTC 

[PATCH] checkout: implement "-" shortcut name for last branch
 2009-01-16 13:50 UTC  (27+ messages)
` [PATCH v2] "
            ` [PATCH] revision walker: include a detached HEAD in --all

[BUG] assertion failure in builtin-mv.c with "git mv -k"
 2009-01-16 12:57 UTC  (8+ messages)

Weird behaviour of git status
 2009-01-16 13:17 UTC  (3+ messages)

[PATCH next] git-notes: add test case for multi-line notes
 2009-01-16 13:06 UTC  (4+ messages)
` [PATCH next v3] "
    ` [PATCH next v4] git-notes: fix printing of "

What's cooking in git.git (Jan 2009, #03; Wed, 14)
 2009-01-16 11:54 UTC  (6+ messages)

'mail' link on http://repo.or.cz/w/git.git no workee?
 2009-01-16 11:37 UTC  (11+ messages)

how to edit commit message in history
 2009-01-16 11:18 UTC  (4+ messages)

autoconf: C99 format check
 2009-01-16  9:41 UTC  (2+ messages)

[PATCH] contrib: add 'git difftool' for launching common merge tools
 2009-01-16  8:00 UTC 

Is there a way to exclude some file from a diff?
 2009-01-16  7:04 UTC 

How to exclude some files when using git-archive?
 2009-01-16  5:26 UTC  (3+ messages)

git-difftool
 2009-01-16  5:05 UTC  (5+ messages)

[PATCH 0/3] fix "git add" pattern matching
 2009-01-16  2:51 UTC  (6+ messages)
` [PATCH 1/3] clean up pathspec matching
  ` [PATCH 2/3] remove pathspec_match, use match_pathspec instead
    ` [PATCH 3/3] implement pattern matching in ce_path_match

cygwin git diff crash
 2009-01-16  1:47 UTC  (6+ messages)

current git kernel has strange problems during bisect
 2009-01-15 23:13 UTC  (7+ messages)

git merge and cherry-pick and duplicated commits?
 2009-01-15 23:09 UTC  (4+ messages)

[PATCH 3/3] Adds a #!bash to the top of bash completions so that editors can recognize, it as a bash script. Also adds a few simple comments above commands that, take arguments. The comments are meant to remind editors of potential, problems that can occur when the script is sourced on systems with "set, -u."
 2009-01-15 22:56 UTC  (4+ messages)

[StGit PATCH] Check for local changes with "goto"
 2009-01-15 22:24 UTC  (3+ messages)

mistake in Release Notes for 1.6.2
 2009-01-15 22:13 UTC 

[JGIT PATCH 0/8] Crude merge support
 2009-01-15 21:09 UTC  (5+ messages)
` [JGIT PATCH 8/8] Define a basic merge API, and a two-way tree merge strategy

[PATCH noindent 1/3] bash-completion: Support running when set -u is enabled
 2009-01-15 21:01 UTC  (4+ messages)
` [PATCH noindent 2/3] bash-completion: Try bash completions before simple filetype
  ` [PATCH noindent 3/3] bash-completion: Added comments to remind about required arguments

rebase -p confusion in 1.6.1
 2009-01-15 18:22 UTC  (22+ messages)

[RFC/PATCH 3/7] replace_object: add mechanism to replace objects found in "refs/replace/"
 2009-01-15 17:40 UTC  (4+ messages)

[JGIT PATCH] Fix RawParseUtils to match on the end of the buffer
 2009-01-15 17:02 UTC 

[PATCH 1/3] bash-completion: Support running when set -u is enabled
 2009-01-15 15:47 UTC  (6+ messages)
` [PATCH 2/3] bash-completion: Try bash completions before simple filetype
  ` [PATCH 3/3] bash-completion: Added comments to remind about required arguments

[ANNOUNCE] tig-0.13
 2009-01-15 15:41 UTC  (9+ messages)

[STGIT][PATCH] new: translate non word characters in patch name to '-'
 2009-01-15 14:53 UTC  (4+ messages)

[Q] git rebase -i -p conflicts with squash
 2009-01-15 14:25 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).