git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-07-19 15:42:24 to 2014-07-23 17:52:49 UTC [more...]

Unify subcommand structure; introduce double dashes for all subcommands?
 2014-07-23 17:52 UTC  (2+ messages)

rebase flattens history when it shouldn't?
 2014-07-23 17:52 UTC  (2+ messages)

[PATCH 0/5] nd/multiple-work-trees follow-ups
 2014-07-23 17:46 UTC  (8+ messages)
` [PATCH 1/5] gitrepository-layout.txt: s/ignored/ignored if/
` [PATCH 2/5] prune --repos: fix uninitialized access
` [PATCH 3/5] checkout --to: no auto-detach if the ref is already checked out
` [PATCH 4/5] checkout --to: fix dangling pointers in remove_junk()
` [PATCH 5/5] environment.c: fix incorrect git_graft_file initialization

[PATCH] config.c: change the function signature of `git_config_string()`
 2014-07-23 17:25 UTC  (10+ messages)

[PATCH 00/15] ref-transactions for reflogs
 2014-07-23 17:03 UTC  (16+ messages)
` [PATCH 01/15] refs.c make ref_transaction_create a wrapper to ref_transaction_update
` [PATCH 02/15] refs.c: make ref_transaction_delete a wrapper for ref_transaction_update
` [PATCH 03/15] refs.c: rename the transaction functions
` [PATCH 04/15] refs.c: add a new update_type field to ref_update
` [PATCH 05/15] refs.c: add a function to append a reflog entry to a fd
` [PATCH 06/15] lockfile.c: make hold_lock_file_for_append preserve meaningful errno
` [PATCH 07/15] refs.c: add a transaction function to append a reflog entry
` [PATCH 08/15] refs.c: add a flag to allow reflog updates to truncate the log
` [PATCH 09/15] refs.c: only write reflog update if msg is non-NULL
` [PATCH 10/15] refs.c: allow multiple reflog updates during a single transaction
` [PATCH 11/15] reflog.c: use a reflog transaction when writing during expire
` [PATCH 12/15] refs.c: rename log_ref_setup to create_reflog
` [PATCH 13/15] refs.c: make unlock_ref/close_ref/commit_ref static
` [PATCH 14/15] refs.c: remove lock_any_ref_for_update
` [PATCH 15/15] refs.c: allow deleting refs with a broken sha1

What's cooking in git.git (Jul 2014, #04; Tue, 22)
 2014-07-23 14:17 UTC  (3+ messages)

confused about remote branch management
 2014-07-23 13:30 UTC  (3+ messages)

Bug in get_pwd_cwd() in Windows?
 2014-07-23 12:40 UTC  (4+ messages)

[PATCH 1/2] General Manpage: Switch homepage for stats
 2014-07-23 12:32 UTC  (2+ messages)
` [PATCH 2/2] .mailmap: Combine my emails

[PATCH] Make locked paths absolute when current directory is changed
 2014-07-23 11:55 UTC  (10+ messages)
` [PATCH v2 1/2] lockfile.c: remove PATH_MAX limitation (except in resolve_symlink)
  ` [PATCH v2 2/2] Make locked paths absolute when current directory is changed

[PATCH v6 00/32] Support multiple checkouts
 2014-07-23  8:02 UTC  (8+ messages)
` [PATCH v7 00/31] "
  ` [PATCH v7 11/31] $GIT_COMMON_DIR: a new environment variable
  ` [PATCH v7 23/31] checkout: clean up half-prepared directories in --to mode

Fuck this piece of shit software
 2014-07-23  2:10 UTC 

Git + mod_auth_kerb
 2014-07-23  1:59 UTC  (6+ messages)

[PATCH/RFC] git-svn: New flag to add a file in empty directories
 2014-07-23  0:06 UTC  (2+ messages)

[PATCH] Documentation: fix missing text for rev-parse --verify
 2014-07-22 23:41 UTC  (5+ messages)
    ` [PATCH v2] "

inotify support, nearly there
 2014-07-22 23:27 UTC  (4+ messages)

[PATCH] t7300: repair filesystem permissions with test_when_finished
 2014-07-22 22:53 UTC  (4+ messages)
` [RFH] "git clean" deletes excluded files in untracked directories

[PATCH 00/12] Use ref transactions part 3
 2014-07-22 21:46 UTC  (15+ messages)
` [PATCH 02/12] wrapper.c: add a new function unlink_or_msg
` [PATCH 05/12] refs.c: pass NULL as *flags to read_ref_full
` [PATCH 12/12] refs.c: fix handling of badly named refs

.gitignore and git stash -u
 2014-07-22 21:22 UTC  (2+ messages)

[PATCH 1/4] completion: add missing terminator in case statement
 2014-07-22 21:17 UTC  (11+ messages)
` [PATCH v2 1/3] completion: complete "unstuck" `git push --recurse-submodules`
  ` [PATCH v2 2/3] completion: add some missing options to `git push`
  ` [PATCH v2 3/3] completion: complete `git push --force-with-lease=`

Two gitweb bugs related to javascript-actions
 2014-07-22 20:41 UTC 

[BUG] "git merge-file" mismerge
 2014-07-22 19:19 UTC 

[PATCH v10] tag: support configuring --sort via .gitconfig
 2014-07-22 17:32 UTC  (3+ messages)

[PATCH v3 0/6] git_config callers rewritten with the new config cache API
 2014-07-22 11:23 UTC  (26+ messages)
` [PATCH v3 1/6] alias.c: replace `git_config()` with `git_config_get_string()`
` [PATCH v3 2/6] branch.c: "
` [PATCH v3 3/6] imap-send.c: replace `git_config()` with `git_config_get_*()` family
` [PATCH v3 4/6] notes.c: replace `git_config()` with `git_config_get_value()`
` [PATCH v3 5/6] pager.c: "
` [PATCH v3 6/6] notes-util.c: "
` [PATCH/RFC] rewrite `git_default_config()` using config-set API functions

[PATCH v2 0/4] getcwd without PATH_MAX
 2014-07-22 10:43 UTC  (9+ messages)
` [PATCH v2 1/4] strbuf: add strbuf_getcwd()
` [PATCH v2 2/4] use strbuf_getcwd() to get the current working directory without fixed-sized buffers
` [PATCH v2 3/4] wrapper: add xgetcwd()
` [PATCH v2 4/4] use xgetcwd() get the current directory or die

OSX packages on git-scm.com broken on previous OSX versions?
 2014-07-22 10:41 UTC  (2+ messages)

scan.coverity: improve the modeling file of git.git
 2014-07-22  8:33 UTC  (2+ messages)

[PATCH 0/3] fix test suite with mingw-unicode patches
 2014-07-21 22:39 UTC  (16+ messages)
` [PATCH 0/6] mingw test fixes
  ` [PATCH 2/6] Disable t0110's high-bit test on Windows
        ` [PATCH] t0110/MinGW: skip tests that pass arbitrary bytes on the command line
  ` [PATCH 4/6] t4210: skip command-line encoding tests on mingw
        `  "
          ` [PATCH 2/2] test prerequisites: enumerate with commas

[PATCH] git-gui: Make git-gui lib dir configurable at runtime
 2014-07-21 21:57 UTC  (3+ messages)

[PATCH v2] git-gui: Make git-gui lib dir configurable at runime
 2014-07-21 20:41 UTC 

[PATCH v7 0/9] Add --graft option to git replace
 2014-07-21 20:09 UTC  (3+ messages)
` [PATCH v7 1/9] replace: cleanup redirection style in tests

[PATCH v4 0/1] http: Add Accept-Language header if possible
 2014-07-21 19:01 UTC  (3+ messages)
` [PATCH v4 1/1] "

Why C pure? What IDE/tools?
 2014-07-21 15:06 UTC 

[PATCH 00/13] mingw unicode environment
 2014-07-21 16:32 UTC  (4+ messages)
` [PATCH 02/13] Win32: Unicode environment (outgoing)
  ` [PATCH] fixup! "

[PATCH] checkout: indicate when a detached head is checked out for a branch
 2014-07-21 13:03 UTC  (5+ messages)

a more helpful message on "git status" output
 2014-07-21 10:20 UTC  (5+ messages)

[PATCH/RFH 0/3] stable priority-queue
 2014-07-21  9:07 UTC  (3+ messages)

[RFC/PATCH] avoid SIGPIPE warnings for aliases
 2014-07-21  6:45 UTC  (2+ messages)

[PATCH] abspath.c: use PATH_MAX in real_path_internal()
 2014-07-21  2:25 UTC  (10+ messages)

[RFC] rebase --root: Empty root commit is replaced with sentinel
 2014-07-20 20:52 UTC  (4+ messages)
` [PATCH v1] rebase --root: sentinel commit cloaks empty commits

[PATCH] Add failing test: "fsck survives inflate errors"
 2014-07-20 20:43 UTC  (2+ messages)

git_inetd_server: run git-http-backend using inetd
 2014-07-20 15:25 UTC  (6+ messages)

[PATCH 0/3] getcwd without PATH_MAX
 2014-07-20 15:22 UTC  (10+ messages)
` [PATCH 1/3] strbuf: add strbuf_add_cwd()
` [PATCH 2/3] wrapper: add xgetcwd()
` [PATCH 3/3] use xgetcwd() get the current directory or die

[PATCH] add documentation for writing config files
 2014-07-20  7:18 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 1/2] mergetool: don't require a work tree for --tool-help
 2014-07-19 18:29 UTC  (4+ messages)
` [PATCH 2/2] difftool: don't assume that default sh is sane

[RFC PATCH 0/7] rebase -i: Implement `reword` and `squash` in terms of `do_pick`
 2014-07-19 18:14 UTC  (7+ messages)
` [PATCH RFC v2 00/19] Enable options --signoff, --reset-author for pick, reword
  ` [PATCH RFC v2 08/19] rebase -i: Root commits are replayed with an unnecessary option

[PATCH] fast-import: use hashcmp() for SHA1 hash comparison
 2014-07-19 17:53 UTC  (7+ messages)

[PATCH] Fix contrib/subtree Makefile to patch #! line
 2014-07-19 16:08 UTC 


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