git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-01-16 16:03:42 to 2009-01-18 10:55:04 UTC [more...]

[PATCH 0/3] Implement 'git archive --submodules'
 2009-01-18 10:53 UTC  (4+ messages)
` [PATCH 1/3] sha1_file: add function to insert alternate object db
  ` [PATCH 2/3] Teach read_tree_recursive() how to traverse into submodules
    ` [PATCH 3/3] git-archive: add support for --submodules

[PATCH/RFC] git-am: Make it easier to see which patch failed
 2009-01-18  9:53 UTC  (7+ messages)

[PATCH] http-push: fix off-by-path_len
 2009-01-18  9:12 UTC  (19+ messages)
` Where's Nick?, was "
` [PATCH] t5540: clarify that http-push does not handle packed-refs on the remote
  ` [WIP Patch 00/12] Refactoring the http API
    ` [WIP Patch 01/12] Don't expect verify_pack() callers to set pack_size
      ` [WIP Patch 02/12] Some cleanup in get_refs_via_curl()
        ` [WIP Patch 03/12] Two new functions for the http API
          ` [WIP Patch 04/12] Use the new http API in http_fetch_ref()
            ` [WIP Patch 05/12] Use the new http API in get_refs_via_curl()
              ` [WIP Patch 06/12] Use the new http API in http-walker.c:fetch_indices()
                ` [WIP Patch 07/12] Use the new http API in http-push.c:fetch_indices()
                  ` [WIP Patch 08/12] Use the new http API in update_remote_info_refs()
                    ` [WIP Patch 09/12] Use the new http API in fetch_symref()
                      ` [WIP Patch 10/12] Use the new http API in http-walker.c:fetch_index()
                        ` [WIP Patch 11/12] Use the new http API in http-push.c:fetch_index()
                          ` [WIP Patch 12/12] Use the new http API in http-walker.c:fetch_pack()

[PATCH/RFC v1 1/1] +5 cases (4 fail), diff whitespace tests
 2009-01-18  7:47 UTC  (3+ messages)

[PATCH v2] checkout: implement "-" shortcut name for last branch
 2009-01-18  7:25 UTC  (34+ messages)
` [PATCH/RFC v3 0/6] N-th last checked out branch
      ` [PATCH/RFC v3bis 1/2] sha1_name: implement @{-N} syntax for N-th last checked out
        ` [PATCH/RFC v3bis 2/2] checkout: implement '@{-N}' and '-' special abbreviations
      ` [PATCH] interpret_nth_last_branch(): avoid traversing the reflogs twice
        ` [PATCH/RFC v4 0/5] N-th last checked out branch
          ` [PATCH/RFC v4 1/5] checkout: implement "@{-N}" shortcut name for N-th last branch
            ` [PATCH/RFC v4 2/5] sha1_name: tweak @{-N} lookup
              ` [PATCH/RFC v4 3/5] sha1_name: support @{-N} syntax in get_sha1()
                ` [PATCH/RFC v4 4/5] checkout: implement "-" abbreviation, add docs and tests
                  ` [PATCH/RFC v4 5/5] interpret_nth_last_branch(): avoid traversing the reflogs twice
                    ` [PATCH 6/5] Fix parsing of @{-1}@{1}
` [PATCH/RFC v3 1/6] reflog: refactor parsing and checking
` [PATCH/RFC v3 2/6] reflog: refactor log open+mmap
` [PATCH/RFC v3 3/6] reflog: make for_each_reflog_ent use mmap
` [PATCH/RFC v3 4/6] reflog: add backwards iterator
` [PATCH/RFC v3 5/6] sha1_name: implement @{-N} syntax for N-th last checked out
` [PATCH/RFC v3 6/6] checkout: implement '@{-N}' and '-' special abbreviations

[PATCH] bash completion: refactor diff options
 2009-01-18  7:18 UTC  (3+ messages)
` [PATCH next resend] "

[PATCH] checkout: implement "-" shortcut name for last branch
 2009-01-18  6:36 UTC  (10+ messages)
` [PATCH v2] "
            ` [PATCH] revision walker: include a detached HEAD in --all

[PATCH/RFC] git-svn: Add --convert-timezone option
 2009-01-18  4:10 UTC  (4+ messages)
    ` [PATCH v2] git-svn: Add --localtime option to "fetch"

rebase -p confusion in 1.6.1
 2009-01-18  4:02 UTC  (7+ messages)
  ` [PATCH] do not drop commits before the merge base
      ` [PATCH] rebase -p: seed first commit in case it's before the merge bases

[PATCH 2/2] http-push: remove MOVE step after PUT when sending objects to server
 2009-01-18  3:19 UTC  (3+ messages)

[PATCH] bash: offer to show (un)staged changes
 2009-01-18  2:32 UTC  (5+ messages)

[PATCH 1/2] Move run_hook() from builtin-commit.c into run-command.c (libgit)
 2009-01-18  2:05 UTC  (13+ messages)
    ` [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
            ` [PATCH v2 "

[PATCH] checkout: implement "-" shortcut name for last branch
 2009-01-18  1:38 UTC  (2+ messages)
` [TOY PATCH] git-resurrect: find traces of a branch name and resurrect it

[PATCH] mergetool: put the cursor on the editable file for Vim
 2009-01-18  1:35 UTC  (2+ messages)

[PATCH] contrib/workdir: create logs/refs and rr-cache in the origin repository
 2009-01-18  1:31 UTC  (2+ messages)

[PATCH] git svn clone -s was not prefixing 'branches/'
 2009-01-18  1:24 UTC  (4+ messages)

[RFC PATCH] Make the rebase edit mode really end up in an edit state
 2009-01-18  1:24 UTC  (14+ messages)

log-tree.c: date hardwired
 2009-01-18  0:52 UTC  (6+ messages)

[PATCH 3/3] http-push: update tests
 2009-01-17 21:24 UTC  (10+ messages)

[PATCH 1/2] http-push: send opaquelocktoken in If: for PUT requests
 2009-01-17 20:14 UTC  (2+ messages)

[JGIT PATCH 0/8] Crude merge support
 2009-01-17 19:16 UTC  (6+ messages)
` [JGIT PATCH 8/8] Define a basic merge API, and a two-way tree merge strategy

[PATCH] git-checkout(1) mention fate of extraneous files
 2009-01-17 18:35 UTC  (3+ messages)

git-svn fails to fetch repository
 2009-01-17 17:33 UTC  (14+ messages)

[PATCH 0/4] refactor the --color-words to make it more hackable
 2009-01-17 16:29 UTC  (15+ messages)
` [PATCH take 3 0/4] color-words improvements
          ` [PATCH v4 0/7] customizable --color-words
            ` [PATCH v4 1/7] Add color_fwrite_lines(), a function coloring each line individually
              ` [PATCH v4 2/7] color-words: refactor word splitting and use ALLOC_GROW()
                ` [PATCH v4 3/7] color-words: change algorithm to allow for 0-character word boundaries
                  ` [PATCH v4 4/7] color-words: take an optional regular expression describing words
                    ` [PATCH v4 5/7] color-words: enable REG_NEWLINE to help user
                      ` [PATCH v4 6/7] color-words: expand docs with precise semantics
                        ` [PATCH v4 7/7] color-words: make regex configurable via attributes

[PATCH 1/2] grep -w: forward to next possible position after rejected match
 2009-01-17 15:50 UTC  (9+ messages)
` [PATCH 2/2] grep: don't call regexec() for fixed strings
        ` [PATCH 1/4] Add ctype test
        ` [PATCH 2/4] Reformat ctype.c
        ` [PATCH 3/4] Change NUL char handling of isspecial()
        ` [PATCH 4/4] Add is_regex_special()

[RFC] Making format-patch output better when blank line is missing?
 2009-01-17 15:47 UTC  (2+ 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
 2009-01-17 15:46 UTC  (9+ messages)
      ` [PATCH 1/2] color: make it easier for non-config to parse color specs
      ` [PATCH 2/2] expand --pretty=format color options
      ` Cyellow, was Re: [a way-too-long line]

'mail' link on http://repo.or.cz/w/git.git no workee?
 2009-01-17 15:19 UTC  (7+ messages)

Possible git bug
 2009-01-17 15:16 UTC  (2+ messages)

[PATCH 1/3] http-push: append slash if possible for directories
 2009-01-17 15:11 UTC  (5+ messages)
    ` [PATCH] http-push: when making directories, have a trailing slash in the path name

git-difftool
 2009-01-17 14:17 UTC  (8+ messages)

[PATCH 2/3] http-push: when sending objects, don't PUT before MOVE
 2009-01-17 12:08 UTC  (3+ messages)

Minimum required version of subversion for git-svn?
 2009-01-17 10:58 UTC  (4+ messages)

[PATCH resend] bash completion: add 'rename' subcommand to git-remote
 2009-01-17  8:03 UTC  (2+ messages)

[Announce] teamgit v0.0.9 - visual interactive rebase
 2009-01-17  7:38 UTC 

fatal: git grep: cannot generate relative filenames containing '..'
 2009-01-17  2:21 UTC  (4+ messages)

I've added Dulwich to the Git Wiki
 2009-01-17  2:37 UTC  (5+ messages)

git add --patch bug with split+edit?
 2009-01-17  2:33 UTC  (2+ messages)

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

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

[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 2/5] bash: removed unnecessary checks for long options with argument
 2009-01-16 16:09 UTC  (2+ 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).