gitweb.git

Commits

2007-03-28 GIT 1.5.1-rc3 v1.5.1-rc3
2007-03-28 Update main git.html page to point at 1.5.0.6 documentation
2007-03-28 Merge branch 'maint' to synchronize with 1.5.0.6
2007-03-28 GIT 1.5.0.6 v1.5.0.6
2007-03-28 commit: fix pretty-printing of messages with "\nencoding "
2007-03-28 t4118: be nice to non-GNU sed
2007-03-28 t/t6006: add tests for a slightly more complex commit...
2007-03-28 Fix "--pretty=format:" encoding item
2007-03-28 Fix "--pretty=format:" for parent related items.
2007-03-28 http-fetch: remove path_len from struct alt_base, it...
2007-03-28 http-fetch: don't use double-slash as directory separat...
2007-03-28 git-commit: "read-tree -m HEAD" is not the right way...
2007-03-28 Add some basic tests of rev-list --pretty=format
2007-03-28 git-upload-pack: make sure we close unused pipe ends
2007-03-28 --pretty=format: fix broken %ct and %at interpolation
2007-03-27 use xrealloc in help.c
2007-03-27 read-tree: use xcalloc
2007-03-27 Fix "getaddrinfo()" buglet
2007-03-27 Makefile: remove test-chmtime program in target clean.
2007-03-27 gitweb: Cleanup and uniquify die_error calls
2007-03-27 sha1_file.c (write_sha1_file): Detect close failure
2007-03-27 git.el: Display some information about the HEAD commit.
2007-03-27 Document git-log --first-parent
2007-03-27 Bisect: add checks at the beginning of "git bisect...
2007-03-27 sha1_file.c (write_sha1_from_fd): Detect close failure.
2007-03-27 git-rm: don't remove newly added file without -f
2007-03-26 Bisect: Use "git-show-ref --verify" when reseting.
2007-03-26 gitweb: Add example of config file and how to generate...
2007-03-26 GIT 1.5.1-rc2 v1.5.1-rc2
2007-03-26 git-svn: fix rel_path() when not connected to the repos...
2007-03-26 use xmalloc in git.c and help.c
2007-03-26 Merge branch 'jc/fpl'
2007-03-26 Update README to point at a few key periodical messages...
2007-03-25 Merge branch 'maint'
2007-03-25 Merge branch 'maint' of git://linux-nfs.org/~bfields...
2007-03-25 Merge branch 'js/remote-show-push'
2007-03-25 Merge branch 'maint'
2007-03-25 Use diff* with --exit-code in git-am, git-rebase and...
2007-03-25 Document --quiet option to git-diff
2007-03-25 write_sha1_from_fd() should make new objects read-only
2007-03-25 make it more obvious that temporary files are temporary...
2007-03-25 update-hook: remove e-mail sending hook.
2007-03-25 gitweb: Add some installation notes in gitweb/INSTALL
2007-03-25 gitweb: Fix not marking signoff lines in "log" view
2007-03-25 gitweb: Don't escape attributes in CGI.pm HTML methods
2007-03-25 gitweb: Change to use explicitly function call cgi...
2007-03-24 git-am documentation: describe what is taken from where.
2007-03-24 git-revert: Revert revert message to old behaviour
2007-03-24 Merge branch 'maint'
2007-03-24 Documentation: bisect: make a comment fit better in...
2007-03-24 Documentation: bisect: add some titles to some paragraphs.
2007-03-24 Documentation: bisect: reformat more paragraphs.
2007-03-24 Documentation: bisect: reword one paragraph.
2007-03-24 Documentation: bisect: reformat some paragraphs.
2007-03-24 Fix path-limited "rev-list --bisect" termination condition.
2007-03-23 gitweb: Fix "next" link in commit view
2007-03-23 git-bisect.sh: properly dq $GIT_DIR
2007-03-23 git-bisect: typofix
2007-03-23 checkout: report where the new HEAD is upon detaching...
2007-03-23 Bisect: implement "git bisect run <cmd>..." to automati...
2007-03-23 Bisect: convert revs given to good and bad to commits
2007-03-23 t4118: be nice to non-GNU sed
2007-03-23 git-apply: Do not free the wrong buffer when we convert...
2007-03-22 Merge git://git2.kernel.org/pub/scm/gitk/gitk
2007-03-22 Merge branch 'maint'
2007-03-22 Documentation/pack-format.txt: Clear up description...
2007-03-22 update HEAD reflog when branch pointed to by HEAD is...
2007-03-22 update-hook: abort early if the project description...
2007-03-22 git-merge: Put FETCH_HEAD data in merge commit message
2007-03-22 git-rebase: make 'rebase HEAD branch' work as expected.
2007-03-22 tree_entry_interesting(): allow it to say "everything...
2007-03-22 tree-diff: avoid strncmp()
2007-03-22 Teach tree_entry_interesting() that the tree entries...
2007-03-21 Switch over tree descriptors to contain a pre-parsed...
2007-03-21 Initialize tree descriptors with a helper function...
2007-03-21 Remove "pathlen" from "struct name_entry"
2007-03-21 [PATCH] prefer "git COMMAND" over "git-COMMAND" in...
2007-03-21 fix typo in git-am manpage
2007-03-21 blame: cmp_suspect is not "cmp" anymore.
2007-03-21 minor git-prune optimization
2007-03-21 improve checkout message when asking for same branch
2007-03-21 Be more careful about zlib return values
2007-03-21 Don't ever return corrupt objects from "parse_object()"
2007-03-21 index-pack: more validation checks and cleanups
2007-03-21 index-pack: use hash_sha1_file()
2007-03-21 don't ever allow SHA1 collisions to exist by fetching...
2007-03-20 Teach git-remote to list pushed branches.
2007-03-20 git-fetch: Fix single_force in append_fetch_head
2007-03-20 Merge git://git2.kernel.org/pub/scm/gitk/gitk
2007-03-20 make git clone -q suppress the noise with http fetch
2007-03-20 Fix loose object uncompression check.
2007-03-20 contrib/continuous: a continuous integration build...
2007-03-20 Provide some technical documentation for shallow clones
2007-03-20 Add a HOWTO for setting up a standalone git daemon
2007-03-20 xdiff/xutils.c(xdl_hash_record): factor out whitespace...
2007-03-20 blame: micro-optimize cmp_suspect()
2007-03-20 Replace remaining instances of strdup with xstrdup.
2007-03-20 use a LRU eviction policy for the delta base cache
2007-03-20 clean up the delta base cache size a bit
2007-03-19 GIT 1.5.1-rc1 v1.5.1-rc1
next