git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-03-05 17:26:57 to 2014-03-08 02:49:06 UTC [more...]

[PATCH v3 00/25] Support multiple checkouts
 2014-03-08  2:48 UTC  (27+ 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 24/27] prune: strategies for linked checkouts
  ` [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/RFC] Documentation: Say that submodule clones use a separate gitdirs
 2014-03-08  0:50 UTC  (6+ messages)

[PATCH] upload-pack: allow shallow fetching from a read-only repository
 2014-03-08  0:08 UTC  (12+ messages)
` [PATCH v2] "
  ` [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 v7 00/11] Add interpret-trailers builtin
 2014-03-07 21:49 UTC  (2+ messages)

Trust issues with hooks and config files
 2014-03-07 21:04 UTC  (2+ 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  (28+ 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  (8+ messages)

[PATCH v6 00/11] Add interpret-trailers builtin
 2014-03-07 12:41 UTC  (15+ messages)
` [PATCH v6 02/11] trailer: process trailers from stdin and arguments
` [PATCH v6 04/11] trailer: process command line trailer arguments
` [PATCH v6 05/11] trailer: parse trailers from stdin
` [PATCH v6 08/11] trailer: add tests for "git interpret-trailers"
` [PATCH v6 09/11] trailer: execute command from 'trailer.<name>.command'

[PATCH v3] commit.c: Replace starts_with() with skip_prefix()
 2014-03-07 12:39 UTC  (5+ messages)

[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  (5+ 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  (5+ 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)

[PATCH v4] commit.c: use skip_prefix() instead of starts_with()
 2014-03-05 22:23 UTC  (4+ messages)

[PATCH] i18n: proposed command missing leading dash
 2014-03-05 21:57 UTC  (5+ messages)
` [PATCH v2 1/2] "

[PATCH v3] Replace memcpy with hashcpy when dealing hash copy globally
 2014-03-05 21:48 UTC  (2+ messages)

fnmatch vs regex
 2014-03-05 21:28 UTC  (3+ messages)

[RFC 0/3] Make git more user-friendly during a merge conflict
 2014-03-05 21:20 UTC  (8+ messages)
` [RFC 2/3] merge: Add hints to tell users about "git merge --abort"

git push first asks for credentials, then checks the branch exists
 2014-03-05 20:56 UTC  (7+ messages)
` [PATCH 0/3] push: detect local refspec errors early
  ` [PATCH 1/3] match_explicit: hoist refspec lhs checks into their own function
  ` [PATCH 2/3] match_explicit_lhs: allow a "verify only" mode
  ` [PATCH 3/3] push: detect local refspec errors early

Negation in refspecs
 2014-03-05 19:11 UTC  (2+ messages)

New directory lost by git am
 2014-03-05 19:10 UTC  (10+ messages)

[PATCH v2] cache_tree_find(): remove redundant checks
 2014-03-05 18:40 UTC  (7+ messages)

[PATCH v3 0/6] cache_tree_find() workover
 2014-03-05 17:26 UTC  (3+ messages)
` [PATCH v3 3/6] cache_tree_find(): fix comment formatting
` [PATCH v3 6/6] cache_tree_find(): use path variable when passing over slashes


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