git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-03-06 23:20:30 to 2014-03-10 17:12:19 UTC [more...]

[PATCH 00/26] Clean up update-refs --stdin and implement ref_transaction
 2014-03-10 17:12 UTC  (31+ messages)
` [PATCH 01/26] t1400: Fix name and expected result of one test
` [PATCH 02/26] t1400: Provide sensible input to the command
` [PATCH 03/26] t1400: Pass a legitimate <newvalue> to update command
` [PATCH 04/26] parse_arg(): Really test that argument is properly terminated
` [PATCH 05/26] t1400: Add some more tests involving quoted arguments
` [PATCH 06/26] refs.h: Rename the action_on_err constants
` [PATCH 07/26] update_refs(): Fix constness
` [PATCH 08/26] update-ref --stdin: Read the whole input at once
` [PATCH 09/26] parse_cmd_verify(): Copy old_sha1 instead of evaluating <oldvalue> twice
` [PATCH 10/26] update-ref.c: Extract a new function, parse_refname()
` [PATCH 11/26] update-ref --stdin: Improve error messages for invalid values
` [PATCH 12/26] update-ref --stdin: Make error messages more consistent
` [PATCH 13/26] update-ref --stdin: Simplify error messages for missing oldvalues
` [PATCH 14/26] update-ref.c: Extract a new function, parse_next_sha1()
` [PATCH 15/26] update-ref --stdin: Improve the error message for unexpected EOF
` [PATCH 16/26] update-ref --stdin: Harmonize error messages
` [PATCH 17/26] refs: Add a concept of a reference transaction
` [PATCH 18/26] update-ref --stdin: Reimplement using reference transactions
` [PATCH 19/26] refs: Remove API function update_refs()
` [PATCH 20/26] struct ref_update: Rename field "ref_name" to "refname"
` [PATCH 21/26] struct ref_update: Store refname as a FLEX_ARRAY
` [PATCH 22/26] commit_ref_transaction(): Introduce temporary variables
` [PATCH 23/26] struct ref_update: Add a lock member
` [PATCH 24/26] struct ref_update: Add type field
` [PATCH 25/26] commit_ref_transaction(): Also free the ref_transaction
` [PATCH 26/26] commit_ref_transaction(): Work with transaction->updates in place

[RFC/WIP] Pluggable reference backends
 2014-03-10 16:28 UTC  (7+ messages)

[GSoC][PATCH v2] use strchrnul() in place of strchr() and strlen()
 2014-03-10 15:36 UTC  (2+ messages)

[PATCH/RFC] Documentation: Say that submodule clones use a separate gitdirs
 2014-03-10 15:31 UTC  (9+ messages)

[PATCH v7 00/11] Add interpret-trailers builtin
 2014-03-10 15:27 UTC  (4+ messages)

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

Trust issues with hooks and config files
 2014-03-10 15:18 UTC  (4+ messages)

question about: Facebook makes Mercurial faster than Git
 2014-03-10 14:48 UTC  (7+ messages)

git merge --date --author
 2014-03-10 12:52 UTC  (5+ messages)

[PATCH] i18n: proposed command missing leading dash
 2014-03-10 12:51 UTC  (4+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] i18n: assure command not corrupted by _() process

Accidentially deleted directory, bug in git clean -d?
 2014-03-10 10:31 UTC 

howto to run git without a master branch
 2014-03-10  9:30 UTC  (7+ messages)

[PATCH] simplified the chain if() statements of install_branch_config() function in branch.c
 2014-03-10  9:27 UTC  (9+ messages)

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

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

Potential GSOC microproject idea
 2014-03-10  8:35 UTC  (2+ messages)

What's cooking in git.git (Mar 2014, #01; Tue, 4)
 2014-03-10  8:22 UTC  (2+ messages)

[PATCH] rev-parse --parseopt: option argument name hints
 2014-03-10  5:55 UTC  (4+ messages)
    ` [PATCH v2] "

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

[PATCH v3 00/25] Support multiple checkouts
 2014-03-09 11:25 UTC  (48+ 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 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  (5+ messages)

[PATCH] rebase: new option to post edit a squashed or fixed up commit
 2014-03-09  3:12 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 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 

[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  (19+ messages)
                  ` [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  (4+ messages)
` [PATCH 6/6] merge hook tests: use 'test_must_fail' instead of '!'


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