git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-03-18 07:25:49 to 2011-03-20 11:08:09 UTC [more...]

[PATCH v2 1/3] gitweb: rename parse_date() to format_date()
 2011-03-20 11:07 UTC  (11+ messages)
` [PATCH v5 2/3] gitweb: introduce localtime feature
` [PATCH/RFC 3/3] gitweb: change highlighting of "atnight" commits
` [PATCH -1/3] gitweb: Always call parse_date with timezone parameter
  ` [PATCH -1/3 (amend)] "
` [PATCH v2 4/3] gitweb: Always call format_date "

Histogram diff, libgit2 enhancement, libgit2 => git merge (GSOC)
 2011-03-20 10:55 UTC 

[bug] git checkout lies about number of ahead commits when switching from detached HEAD
 2011-03-20  9:19 UTC  (8+ messages)
        ` [PATCH 1/3] checkout: add basic tests for detached-orphan warning
        ` [PATCH 2/3] checkout: clear commit marks after detached-orphan check
        ` [PATCH 3/3] checkout: tweak detached-orphan warning format

Git fails to detect subcommand when hook is symlinked to a builtin
 2011-03-20  9:09 UTC  (6+ messages)

[PATCH] repack: find -> /usr/bin/find, as for cygwin
 2011-03-20  8:42 UTC  (13+ messages)

[PATCH] Check for PRIuMAX rather than NO_C99_FORMAT in fast-import.c
 2011-03-20  6:03 UTC  (4+ messages)
` [PATCH 0/2] fix NO_C99_FORMAT on 64-bit systems
  ` [PATCH 1/2] mktag: avoid %td in format string

[PATCH v2] Allow git mv FileA fILEa on case ignore file systems
 2011-03-20  5:50 UTC  (4+ messages)

dependable submodules
 2011-03-20  4:32 UTC  (3+ messages)

EOL conversion nits
 2011-03-19 23:10 UTC 

[PATCH] git status: fix grammar when in detached head
 2011-03-19 22:16 UTC  (2+ messages)

gsoc - Better git log --follow support
 2011-03-19 21:57 UTC  (2+ messages)
` GSoC - Better "git log --follow" support

[PATCH 1/2] gitweb: rename parse_date() to format_date()
 2011-03-19 21:41 UTC  (11+ messages)
` [PATCH v4 2/2] gitweb: introduce localtime feature

brtfs COW links and git
 2011-03-19 20:15 UTC 

[PATCH] grep: read patterns from stdin with -f -
 2011-03-19 18:33 UTC 

[PATCH] find_unique_abbrev(): honor caller-supplied "len" better
 2011-03-19 16:24 UTC  (9+ messages)

[PATCH 1/2] git-init.txt: move description section up
 2011-03-19 16:13 UTC  (4+ messages)
` [PATCH 2/2 nd/init-gitdir] init, clone: support --separate-git-dir for .git file

git bisect code 125 - "WFT?"
 2011-03-19 15:20 UTC  (8+ messages)
          ` [PATCH 1/2] git bisect run: exit code 126 and 127 abort the run
          ` [PATCH 2/2] bisect documentation: exit codes 126,127 abort bisect

About Summer of code idea -- better big-file support
 2011-03-19 15:13 UTC  (4+ messages)

[PATCH] Allow git mv FileA fILEa when core.ignorecase = true
 2011-03-19 14:28 UTC  (4+ messages)

The way to make work with git a bit more easier
 2011-03-19 12:30 UTC  (2+ messages)

Git Accepted to Summer of Code 2011
 2011-03-19 10:28 UTC 

git stash: status from current dir not top dir?
 2011-03-19  9:24 UTC  (8+ messages)

[PATCH] Include headers for getrlimit() in sha1_file.c
 2011-03-19  9:09 UTC  (4+ messages)

vcs-svn: purge obsolete data structures and code
 2011-03-19  9:10 UTC  (33+ messages)
` [PATCH 1/9] vcs-svn: pass paths through to fast-import
` [PATCH 2/9] vcs-svn: avoid using ls command twice
` [PATCH 3/9] vcs-svn: implement perfect hash for node-prop keys
` [PATCH 4/9] vcs-svn: implement perfect hash for top-level keys
` [PATCH 5/9] vcs-svn: factor out usage of string_pool
` [PATCH 6/9] vcs-svn: drop string_pool
` [PATCH 7/9] vcs-svn: drop trp.h
` [PATCH 8/9] vcs-svn: drop obj_pool.h
` [PATCH 9/9] vcs-svn: use strchr to find RFC822 delimiter
` vcs-svn: integrate support for text deltas
  ` [PATCH 01/16] vcs-svn: improve support for reading large files
  ` [PATCH 02/16] vcs-svn: make buffer_skip_bytes return length read
  ` [PATCH 03/16] vcs-svn: make buffer_copy_bytes "
  ` [PATCH 04/16] vcs-svn: improve reporting of input errors
  ` [PATCH 05/16] vcs-svn: learn to maintain a sliding view of a file
  ` [PATCH 06/16] vcs-svn: skeleton of an svn delta parser
  ` [PATCH 07/16] vcs-svn: parse svndiff0 window header
  ` [PATCH 08/16] vcs-svn: read the preimage when applying deltas
  ` [PATCH 09/16] vcs-svn: read inline data from deltas
  ` [PATCH 10/16] vcs-svn: read instructions "
  ` [PATCH 11/16] vcs-svn: implement copyfrom_data delta instruction
  ` [PATCH 12/16] vcs-svn: verify that deltas consume all inline data
  ` [PATCH 13/16] vcs-svn: let deltas use data from postimage
  ` [PATCH 14/16] vcs-svn: let deltas use data from preimage
  ` [PATCH 15/16] vcs-svn: microcleanup in svndiff0 window-reading code
  ` [PATCH 16/16] vcs-svn: implement text-delta handling

Question: How to rebase my changes on a new base (ref)?
 2011-03-19  8:54 UTC  (2+ messages)

[PATCH v2 1/3] gitweb: fix #patchNN anchors when path_info is enabled
 2011-03-19  1:25 UTC  (17+ messages)
` [PATCH v2 2/3] gitweb: introduce localtime feature
  ` [PATCH v3 "
` [PATCH 3/3] gitweb: show alternate author/committer times
  ` [PATCH 3/3 (alternate)] gitweb: Mark "atnight" author/committer times also for 'localtime'
` [PATCH v3 1/3] gitweb: fix #patchNN anchors when path_info is enabled
    ` [PATCH v3 (amend) "

[RFC/PATCH] Documentation/remote-helpers: explain capabilities first
 2011-03-19  0:29 UTC  (6+ messages)

Q: rebasing (moving) a whole tree (not just one branch)
 2011-03-18 22:53 UTC  (5+ messages)

[PATCH 3/3] fetch-pack: use smaller handshake window for initial request
 2011-03-18 22:27 UTC 

[PATCH 2/3] fetch-pack: progressively use larger handshake windows
 2011-03-18 22:27 UTC 

[PATCH 1/3] fetch-pack: factor out hardcoded handshake window size
 2011-03-18 22:26 UTC 

Deleting a Bare Repo
 2011-03-18 21:36 UTC  (2+ messages)

Git submodule update and the --merge flag when submodule is yet to be checked out
 2011-03-18 21:35 UTC  (5+ messages)

[PATCH/RFD 0/2] revision.c: --merges, --no-merges and --merges-only
 2011-03-18 21:21 UTC  (20+ messages)
        ` [PATCH 0/3] rev-list and friends: --min-parents, --max-parents
          ` [PATCH 1/3] revision.c: introduce --min-parents and --max-parents
          ` [PATCH 2/3] t6009: use test_commit() from test-lib.sh
          ` [PATCH 3/3] rev-list --min-parents,--max-parents: doc and test and completion

Question about "branch.<name>.merge"
 2011-03-18 21:13 UTC  (2+ messages)

[PATCH] completion: Add space to PS1 when showing upstream
 2011-03-18 20:01 UTC  (2+ messages)

[RFD] Gitweb: Source configuration from file separate from the CGI script
 2011-03-18 17:54 UTC  (8+ messages)

[PATCH] docs: fix grammar in gitattributes.txt
 2011-03-18 16:59 UTC  (3+ messages)

Git issue with connection keep-alive
 2011-03-18 14:59 UTC 

gut submodule update and merge
 2011-03-18 14:13 UTC  (2+ messages)

[PATCH] diffcore-rename: don't consider unmerged path as source
 2011-03-18 14:00 UTC  (3+ messages)

Merging split files
 2011-03-18 13:22 UTC 

same files on different paths on different branches
 2011-03-18 13:12 UTC  (3+ messages)

[PATCH] system_path: use a static buffer
 2011-03-18 11:54 UTC  (8+ messages)
    ` PATH_MAX (Re: [PATCH] system_path: use a static buffer)
    ` [PATCH 1/2] wrapper.c: add xgetcwd()
      ` [PATCH 2/2] setup_gently: use xgetcwd()

git filter-branch --filter-notes/--post-rewrite?
 2011-03-18  9:53 UTC  (3+ messages)

[PATCH] Name make_*_path functions more accurately
 2011-03-18  8:06 UTC  (3+ messages)


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 NNTP newsgroup(s).