git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-03-06 08:05:40 to 2014-03-10 05:47:55 UTC [more...]

[PATCH] rev-parse --parseopt: option argument name hints
 2014-03-10  5:47 UTC  (3+ messages)

[PATCH] [GSOC] branch.c: install_branch_config: simplify if chain
 2014-03-10  5:32 UTC 

howto to run git without a master branch
 2014-03-09 23:58 UTC  (6+ messages)

[PATCH/RFC] Documentation: Say that submodule clones use a separate gitdirs
 2014-03-09 23:24 UTC  (7+ messages)

Trust issues with hooks and config files
 2014-03-09 17:27 UTC  (3+ messages)

[PATCH 3/3] rebase: new convenient option to edit a single commit
 2014-03-09 16:30 UTC  (3+ messages)
` [PATCH/RFC] rebase: new convenient option to edit/reword/delete "

[PATCH v3 00/25] Support multiple checkouts
 2014-03-09 11:25 UTC  (50+ messages)
` [PATCH v4 00/27] "
  ` [PATCH v4 02/27] Convert git_snpath() to strbuf_git_path()
  ` [PATCH v4 18/27] setup.c: support multi-checkout repo setup
  ` [PATCH v4 22/27] checkout: clean up half-prepared directories in --to mode
  ` [PATCH v4 26/27] gc: support prune --repos
  ` [PATCH v5 00/28] Support multiple checkouts
    ` [PATCH v5 01/28] path.c: make get_pathname() return strbuf instead of static buffer
    ` [PATCH v5 02/28] path.c: make get_pathname() call sites return const char *
    ` [PATCH v5 03/28] Convert git_snpath() to strbuf_git_path()
    ` [PATCH v5 04/28] path.c: rename vsnpath() to do_git_path()
    ` [PATCH v5 05/28] path.c: group git_path(), git_pathdup() and strbuf_git_path() together
    ` [PATCH v5 06/28] Make git_path() aware of file relocation in $GIT_DIR
    ` [PATCH v5 07/28] *.sh: respect $GIT_INDEX_FILE
    ` [PATCH v5 08/28] reflog: avoid constructing .lock path with git_path
    ` [PATCH v5 09/28] fast-import: use git_path() for accessing .git dir instead of get_git_dir()
    ` [PATCH v5 10/28] commit: use SEQ_DIR instead of hardcoding "sequencer"
    ` [PATCH v5 11/28] Add new environment variable $GIT_COMMON_DIR
    ` [PATCH v5 12/28] git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objects
    ` [PATCH v5 13/28] *.sh: avoid hardcoding $GIT_DIR/hooks/
    ` [PATCH v5 14/28] git-stash: avoid hardcoding $GIT_DIR/logs/
    ` [PATCH v5 15/28] setup.c: convert is_git_directory() to use strbuf
    ` [PATCH v5 16/28] setup.c: detect $GIT_COMMON_DIR in is_git_directory()
    ` [PATCH v5 17/28] setup.c: convert check_repository_format_gently to use strbuf
    ` [PATCH v5 18/28] setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()
    ` [PATCH v5 19/28] setup.c: support multi-checkout repo setup
    ` [PATCH v5 20/28] wrapper.c: wrapper to open a file, fprintf then close
    ` [PATCH v5 21/28] use new wrapper write_file() for simple file writing
    ` [PATCH v5 22/28] checkout: support checking out into a new working directory
    ` [PATCH v5 23/28] checkout: clean up half-prepared directories in --to mode
    ` [PATCH v5 24/28] checkout: detach if the branch is already checked out elsewhere
    ` [PATCH v5 25/28] prune: strategies for linked checkouts
    ` [PATCH v5 26/28] gc: style change -- no SP before closing bracket
    ` [PATCH v5 27/28] gc: support prune --repos
    ` [PATCH v5 28/28] count-objects: report unused files in $GIT_DIR/repos/

[PATCH v3] commit.c: Replace starts_with() with skip_prefix()
 2014-03-09 11:10 UTC  (7+ messages)

[PATCH] rebase: new option to post edit a squashed or fixed up commit
 2014-03-09  3:12 UTC 

Potential GSOC microproject idea
 2014-03-09  1:54 UTC 

remote rename
 2014-03-09  0:11 UTC 

git 1.9.0 segfault
 2014-03-08 19:29 UTC  (7+ messages)
    ` [PATCH] builtin/mv: fix out of bounds write
        ` [PATCH v2] "
      ` [PATCH] mv: prevent mismatched data when ignoring errors

[GSoC14][RFC] Proposal Draft: Refactor tempfile handling
 2014-03-08 17:04 UTC  (3+ messages)

[PATCH v7 00/11] Add interpret-trailers builtin
 2014-03-08 11:54 UTC  (3+ messages)

[GSoC][PATCH v2] use strchrnul() in place of strchr() and strlen()
 2014-03-08  6:48 UTC 

[PATCH v2] upload-pack: allow shallow fetching from a read-only repository
 2014-03-08  0:08 UTC  (8+ messages)
` [PATCH v3] upload-pack: send shallow info over stdin to pack-objects

[PATCH] submodule : Add --no-separate-git-dir option to add and update command
 2014-03-07 23:00 UTC  (10+ messages)

[PATCH v7 03/11] trailer: read and process config information
 2014-03-07 22:16 UTC  (4+ messages)

[PATCH] tag: grok "--with" as synonym to "--contains"
 2014-03-07 20:07 UTC 

git merge --date --author
 2014-03-07 19:43 UTC  (4+ messages)

[PATCH] Use long for timezone in pretty.c:show_ident_date()
 2014-03-07 19:29 UTC  (2+ messages)

Microproject idea: new OPT_* macros for PARSE_OPT_NONEG
 2014-03-07 19:20 UTC  (4+ messages)

[PATCH] show_ident_date: fix always-false conditional
 2014-03-07 18:12 UTC  (3+ messages)

[PATCH] disable grafts during fetch/push/bundle
 2014-03-07 17:19 UTC  (26+ messages)
                  ` [RFC/PATCH 1/4] replace: refactor command-mode determination
                  ` [RFC/PATCH 2/4] replace: use OPT_CMDMODE to handle modes
                  ` [RFC/PATCH 3/4] replace: factor object resolution out of replace_object
                  ` [RFC/PATCH 4/4] replace: add --edit option

difftool sends malformed path to exernal tool on Windows
 2014-03-07 16:07 UTC  (7+ messages)

[PATCH v6 00/11] Add interpret-trailers builtin
 2014-03-07 12:41 UTC  (6+ messages)
` [PATCH v6 02/11] trailer: process trailers from stdin and arguments

[PATH] branch.c:install_branch_config():Simplify code generating verbose message
 2014-03-07  8:55 UTC  (2+ messages)

[RFC/PATCH] diff: simplify cpp funcname regex
 2014-03-07  7:23 UTC  (4+ messages)

[PATCH v7 02/11] trailer: process trailers from stdin and arguments
 2014-03-06 22:13 UTC 

[PATCH v7 04/11] trailer: process command line trailer arguments
 2014-03-06 22:14 UTC 

[PATCH v7 06/11] trailer: put all the processing together and print
 2014-03-06 22:14 UTC 

[PATCH v7 01/11] Add data structures and basic functions for commit trailers
 2014-03-06 22:13 UTC 

[PATCH v7 10/11] trailer: add tests for commands in config file
 2014-03-06 22:14 UTC 

[PATCH v7 09/11] trailer: execute command from 'trailer.<name>.command'
 2014-03-06 22:14 UTC 

[PATCH v7 07/11] trailer: add interpret-trailers command
 2014-03-06 22:14 UTC 

[PATCH v7 11/11] Documentation: add documentation for 'git interpret-trailers'
 2014-03-06 22:14 UTC 

[PATCH v7 05/11] trailer: parse trailers from stdin
 2014-03-06 22:14 UTC 

[PATCH v7 08/11] trailer: add tests for "git interpret-trailers"
 2014-03-06 22:14 UTC 

[PATCH v5] Replace memcpy with hashcpy when dealing hash copy globally
 2014-03-07  2:04 UTC 

[PATCH] *.sh: drop useless use of "env"
 2014-03-07  1:14 UTC  (2+ messages)
` [micro] Use 'env' on test_must_fail as appropriate

gc/repack has no option to lose grafted parents
 2014-03-07  0:47 UTC  (4+ messages)

[PATCH 0/6] fix hunk editing with 'commit -p -m'
 2014-03-07  0:35 UTC  (16+ messages)
` [PATCH 1/6] test patch hunk editing with "commit -p -m"
` [PATCH 2/6] commit: fix "
` [PATCH 3/6] merge: fix GIT_EDITOR override for commit hook
` [PATCH 4/6] merge hook tests: fix and update tests
` [PATCH 5/6] merge hook tests: fix missing '&&' in test
` [PATCH 6/6] merge hook tests: use 'test_must_fail' instead of '!'

[BUG] Halt during fetch on MacOS
 2014-03-06 23:12 UTC  (5+ messages)

[PATCH/RFC] git-gui: Add a 'recursive' checkbox in the clone menu
 2014-03-06 22:00 UTC  (5+ messages)
      `  "

[PATCH v2 1/2] t3200-branch: test setting branch as own upstream
 2014-03-06 21:53 UTC  (4+ messages)
` [PATCH] "

RFC GSoC idea: git configuration caching (needs co-mentor!)
 2014-03-06 21:33 UTC  (4+ messages)

[PATCH] git-prompt.sh: make '+' work for unborn branches
 2014-03-06 21:19 UTC  (2+ messages)

[PATCH] use strchrnul() in place of strchr() and strlen()
 2014-03-06 20:54 UTC  (2+ messages)

RFC GSoc Idea: blame: do not overly favor earlier parents
 2014-03-06 20:24 UTC  (3+ messages)

Testing for commit reachability through plumbing commands
 2014-03-06 20:23 UTC  (4+ messages)

[PATCH v4] Replace memcpy with hashcpy when dealing hash copy globally
 2014-03-06 19:32 UTC  (2+ messages)

Rewriting git history during git-svn conversion
 2014-03-06 19:09 UTC  (3+ messages)

Unable to shrink repository size
 2014-03-06 15:25 UTC  (3+ messages)

[PATCH v2] commit.c: Replace starts_with() with skip_prefix()
 2014-03-06  9:38 UTC  (2+ messages)

[RFC] make --set-upstream work for local branches not in refs/heads
 2014-03-06  9:27 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).