git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-08-30 08:36:44 to 2014-09-04 13:07:36 UTC [more...]

Can git detect and manage source file's extensional attribute by command 'setfattr' ?
 2014-09-04 13:07 UTC  (2+ messages)

Importing from RTC to GIT
 2014-09-04 12:55 UTC  (2+ messages)

[BUG (maybe)] git rev-parse --verify --quiet isn't quiet
 2014-09-04 11:20 UTC 

[PATCH] setup.c: set workdir when gitdir is not default
 2014-09-04 10:53 UTC  (3+ messages)

[RFC/PATCH 0/3] Teach revert/cherry-pick the --no-verify option
 2014-09-04  8:34 UTC  (16+ messages)
` [RFC/PATCH 1/3] t7503/4: Add failing testcases for revert/cherry-pick --no-verify
` [RFC/PATCH 2/3] revert/cherry-pick: Add --no-verify option, and pass it on to commit
    ` [PATCH] parse-options: detect attempt to add a duplicate short option name
` [RFC/PATCH 3/3] revert/cherry-pick --no-verify: Update documentation

Next Git conference or meeting
 2014-09-04  7:40 UTC  (9+ messages)

mini-GitTogether Oct 2014? (was: Next Git conference or meeting)
 2014-09-04  2:56 UTC  (6+ messages)

[PATCH 0/6] Improve tag checking in fsck and with transfer.fsckobjects
 2014-09-04  2:04 UTC  (12+ messages)
` [PATCH 4/6] fsck: check tag objects' headers

[RFC PATCH 0/1] am: bug report and new patch format support
 2014-09-04  0:46 UTC  (9+ messages)
` [RFC PATCH 1/1] am: add gitk patch format
` [RFC PATCHv2 0/2] am: bug fix and new patch format support
  ` [RFC PATCHv2 1/2] am: add gitk patch format
  ` [RFC PATCHv2 2/2] am: avoid re-directing stdin twice

A handful of topics merged to 'next'
 2014-09-03 23:23 UTC 

[PATCH v13 00/11] Add interpret-trailers builtin
 2014-09-03 21:30 UTC  (2+ messages)

[PATCH] Makefile: add NO_CLOCK_GETTIME check
 2014-09-03 20:58 UTC  (3+ messages)

What's cooking in git.git (Sep 2014, #01; Tue, 2)
 2014-09-03 19:30 UTC  (5+ messages)

[PATCH v3 2/2] MinGW: Update tests to handle a native eol of crlf
 2014-09-03 18:19 UTC  (5+ messages)

[RFC] add detached HEAD to --all listing
 2014-09-03 16:18 UTC  (6+ messages)
` [PATCH] rev-parse: include HEAD in --all output

[PATCH] reachable.c: add HEAD to reachability starting commits
 2014-09-03 16:14 UTC  (5+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH] completion: Add --ignore-blank-lines for diff
 2014-09-03 15:00 UTC 

How To Make a Distribution Build
 2014-09-03 13:53 UTC 

[PATCH v8 1/4] cache-tree: Create/update cache-tree on checkout
 2014-09-03 12:02 UTC  (10+ messages)
` [PATCH v8 1/4] cache-tree: Create/update cache-tree on checkou
      ` [PATCH] cache-tree: propagate invalidation up when punting
        ` [PATCH v2] cache-tree: do not try to use an invalidated subtree info to build a tree

[PATCH] Make locked paths absolute when current directory is changed
 2014-09-03  8:00 UTC  (10+ messages)
` [PATCH v2 1/2] lockfile.c: remove PATH_MAX limitation (except in resolve_symlink)
  ` [PATCH v3 0/3] Keep .lock file paths absolute
    ` [PATCH v3 1/3] lockfile.c: remove PATH_MAX limitation (except in resolve_symlink)

[PATCH] fix calloc() and xcalloc() argument ordering
 2014-09-03  6:30 UTC  (3+ messages)

git archive and glob pathspecs
 2014-09-03  6:21 UTC  (2+ messages)

gitk bug: write commit to file takes commit message from previous commit
 2014-09-03  5:47 UTC  (2+ messages)

[PATCH] imap-send: simplify v_issue_imap_cmd() and get_cmd_result() using starts_with()
 2014-09-03  3:50 UTC  (3+ messages)

[BUG] Hang when I did something a bit weird with submodules
 2014-09-03  2:26 UTC  (3+ messages)

[PATCH 1/9] git-compat-util.h: Add missing semicolon after struct itimerval
 2014-09-03  0:17 UTC  (6+ messages)

Transaction patch series overview
 2014-09-02 21:11 UTC  (32+ messages)
              ` [PATCH 0/20] rs/ref-transaction-1 (Re: Transaction patch series overview)
                ` [PATCH v22 0/22] "
                  ` [PATCH 01/22] refs.c: change ref_transaction_create to do error checking and return status
                  ` [PATCH 02/22] refs.c: update ref_transaction_delete to check for error "
                  ` [PATCH 03/22] refs.c: make ref_transaction_begin take an err argument
                  ` [PATCH 04/22] refs.c: add transaction.status and track OPEN/CLOSED
                  ` [PATCH 05/22] tag.c: use ref transactions when doing updates
                  ` [PATCH 06/22] replace.c: use the ref transaction functions for updates
                  ` [PATCH 07/22] commit.c: use ref transactions "
                  ` [PATCH 08/22] sequencer.c: use ref transactions for all ref updates
                  ` [PATCH 09/22] fast-import.c: change update_branch to use ref transactions
                  ` [PATCH 10/22] branch.c: use ref transaction for all ref updates
                  ` [PATCH 11/22] refs.c: change update_ref to use a transaction
                  ` [PATCH 12/22] receive-pack.c: use a reference transaction for updating the refs
                  ` [PATCH 13/22] fast-import.c: use a ref transaction when dumping tags
                  ` [PATCH 14/22] walker.c: use ref transaction for ref updates
                  ` [PATCH 15/22] refs.c: make lock_ref_sha1 static
                  ` [PATCH 16/22] refs.c: remove the update_ref_lock function
                  ` [PATCH 17/22] refs.c: remove the update_ref_write function
                  ` [PATCH 18/22] refs.c: remove lock_ref_sha1
                  ` [PATCH 19/22] refs.c: make prune_ref use a transaction to delete the ref
                  ` [PATCH 20/22] refs.c: make delete_ref use a transaction
                  ` [PATCH 21/22] update-ref --stdin: narrow scope of err strbuf
                  ` [PATCH 22/22] update-ref --stdin: pass transaction around explicitly

git submodule, multi-threading the update process for large number of registered submodules
 2014-09-02 19:30 UTC  (2+ messages)

[RFC PATCH 1/3] stylefix: pointers bind to the variable, not the type
 2014-09-02 19:19 UTC  (7+ messages)
` [RFC PATCH 2/3] headers: improve header dependencies
  ` [RFC PATCH 3/3] core: "

[PATCH] gc --auto: do not run 'pack-refs' and 'reflog expire' twice
 2014-09-02 19:16 UTC  (3+ messages)

[PATCH v3 1/2] Push the NATIVE_CRLF Makefile variable to C and added a test for native
 2014-09-02 19:03 UTC  (2+ messages)

[PATCH] Improve English grammar
 2014-09-02 18:53 UTC  (3+ messages)

[PATCH v2 00/19] Signed push
 2014-09-02 17:40 UTC  (4+ messages)
` [PATCH v2 19/19] signed push: fortify against replay attacks

[PATCH 00/32] nd/multiple-work-trees cleanup
 2014-09-02 17:33 UTC  (15+ messages)
` [PATCH 22/32] checkout: support checking out into a new working directory
` [PATCH 30/32] git_path(): keep "info/sparse-checkout" per work-tree
` [PATCH 31/32] checkout: don't require a work tree when checking out into a new one
` [PATCH 32/32] t2025: add a test to make sure grafts is working from a linked checkout

[BUG] resolved deltas
 2014-09-02 17:19 UTC  (24+ messages)
                  ` [PATCH 2/2] index-pack: handle duplicate base objects gracefully
                  ` [PATCH 3/2] t5309: mark delta-cycle failover tests as passing

Configurable filename for what is now .gitignore
 2014-09-01 23:33 UTC  (5+ messages)

git fsck exit code?
 2014-09-01 18:17 UTC  (7+ messages)

Trailing whitespace on git diff output
 2014-09-01 18:10 UTC  (2+ messages)

Dealing with conflicting tags - multiple remotes
 2014-09-01 15:36 UTC 

git stash -u deletes directories containing ignored files
 2014-09-01 14:08 UTC 

[PATCH] wt-status.c: Expand cut_line so the scissor line is 72 chars
 2014-09-01  0:07 UTC 

[PATCH v2] teach fast-export an --anonymize option
 2014-08-31 15:53 UTC  (6+ messages)
` [PATCH v3] "

contact me,
 2014-08-31 11:47 UTC 

[PATCH v2] stash: prefer --quiet over shell redirection
 2014-08-31  7:42 UTC 

[PATCH 1/2] bisect: remove unnecessary redirection
 2014-08-31  7:35 UTC  (5+ messages)
` [PATCH 2/2] stash: prefer --quiet over shell redirection

Auto Packing message twice?
 2014-08-31  4:26 UTC  (3+ messages)

progress.c does not compile under Mac OS X
 2014-08-30 23:12 UTC  (2+ messages)

[PATCH] merge-tree: remove unused df_conflict arguments
 2014-08-30 21:40 UTC 

[PATCH] config: simplify git_config_include()
 2014-08-30 16:07 UTC 

[PATCH] http-walker: simplify process_alternates_response() using strbuf
 2014-08-30 15:55 UTC 

make install fails because GNU tar needed
 2014-08-30 15:26 UTC  (5+ messages)

problem with def of inet_ntop() in git-compat-util.h as well as other places
 2014-08-30 15:25 UTC  (9+ messages)

[PATCH] pack-write: simplify index_pack_lockfile using skip_prefix() and xstrfmt()
 2014-08-30  9:47 UTC 

[PATCH] connect: simplify check_ref() using skip_prefix() and starts_with()
 2014-08-30  9:46 UTC 

[PATCH 1/2] t0027: Tests for core.eol=native, eol=lf, eol=crlf
 2014-08-30  9:01 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).