gitweb.git

Commits

2008-01-21 GIT 1.5.4-rc4 v1.5.4-rc4
2008-01-21 Merge git://repo.or.cz/git-gui
2008-01-21 Merge git://git.kernel.org/pub/scm/gitk/gitk
2008-01-20 http-push and http-fetch: handle URLs without trailing /
2008-01-20 http-push: clarify the reason of error from the initial...
2008-01-20 http-push: fail when info/refs exists and is already...
2008-01-20 http-push: fix webdav lock leak.
2008-01-20 parse_commit_buffer: tighten checks while parsing
2008-01-20 Update git-completion for new 'remote rm' option
2008-01-19 doc typo: s/prior committing/prior to committing/
2008-01-18 Include rev-list options in git-log manpage.
2008-01-18 http-push: disable http-push without USE_CURL_MULTI
2008-01-18 send-email: add no-validate option
2008-01-18 send-email: validate patches before sending anything
2008-01-18 send-email: detect invocation errors earlier
2008-01-18 fast-import: Don't use a maybe-clobbered errno value
2008-01-18 Move sha1_file_to_archive into libgit
2008-01-18 color unchanged lines as "plain" in "diff --color-words"
2008-01-18 autoconf: Add checking for unsetenv function
2008-01-18 core-tutorial typofix
2008-01-18 Officially deprecate repo-config.
2008-01-18 Fix random fast-import errors when compiled with NO_MMAP
2008-01-18 fast-import.c: don't try to commit marks file if write...
2008-01-18 git-gui: Makefile - Handle $DESTDIR on Cygwin
2008-01-18 git-gui: add french glossary: glossary/fr.po
2008-01-16 refs.c: rework ref_locks by abstracting from underlying...
2008-01-16 Improve use of lockfile API
2008-01-16 close_lock_file(): new function in the lockfile API
2008-01-16 Document lockfile API
2008-01-16 Be more careful about updating refs
2008-01-16 Correct spelling in diff.c comment
2008-01-16 Documentation: fix and clarify grammar in git-merge...
2008-01-16 Make 'git fsck' complain about non-commit branches
2008-01-16 Make builtin-commit.c more careful about parenthood
2008-01-16 treat any file with NUL as binary
2008-01-16 git-gui: Refresh file status description after hunk...
2008-01-16 git-gui: Allow 'Create New Repository' on existing...
2008-01-16 git-gui: Initial french translation
2008-01-16 git-gui: Improve German translation.
2008-01-16 git-gui: Updated Swedish translation after mailing...
2008-01-16 git-gui: Fix broken revert confirmation.
2008-01-16 git-gui: Update German translation
2008-01-16 git-gui: Update glossary: add term "hunk"
2008-01-16 git-commit: fix double close(2) that can close a wrong...
2008-01-16 hg-to-git: improve popen calls
2008-01-16 ls-remote: add -t and -h options.
2008-01-15 Squelch bogus progress output from git-rebase--interactive
2008-01-15 Add using merge subtree How-To
2008-01-15 Fix git-rerere documentation
2008-01-14 Revert "builtin-commit.c: remove useless check added...
2008-01-14 Make default pre-commit hook less noisy
2008-01-14 cvsimport: remove last use of repo-config from git...
2008-01-14 Remove usage of git- (dash) commands from email hook
2008-01-13 builtin-commit.c: remove useless check added by faulty...
2008-01-13 [PATCH] gitk: make Ctrl "+" really increase the font...
2008-01-13 Fix performance regression for partial commits
2008-01-12 git-clean: fix off-by-one memory access when given...
2008-01-12 git-svn: handle leading/trailing whitespace from svnsyn...
2008-01-12 GIT 1.5.4-rc3 v1.5.4-rc3
2008-01-12 RPM spec: include gitk message files.
2008-01-12 git-relink.txt: describe more clearly how hard linking...
2008-01-12 Document some default values in config.txt
2008-01-11 Merge ../gitk
2008-01-11 gitk: Update German translation.
2008-01-11 gitk: Fix typo in user message.
2008-01-11 gitk: Fix the Makefile to cope with systems lacking...
2008-01-11 pack-objects: remove redundant and wrong call to deflat...
2008-01-10 bundle, fast-import: detect write failure
2008-01-09 Trim leading / off of paths in git-svn prop_walk
2008-01-09 shortlog: mention the "-e" option in the usage
2008-01-09 Change git-gc documentation to reflect gc.packrefs...
2008-01-09 recv_sideband: Do not use ANSI escape sequence on dumb...
2008-01-09 Merge branch 'master' of git://git./gitk/gitk
2008-01-09 [PATCH] gitk: use user-configured background in view...
2008-01-09 [PATCH] gitk: Update German translation
2008-01-09 [PATCH] gitk: Update and fix Makefile
2008-01-09 git.el: Make status refresh faster.
2008-01-09 git.el: Refresh files from their real state upon commit.
2008-01-09 git.el: Make sure we never insert the same file twice.
2008-01-09 "git-apply --check" should not report "fixed"
2008-01-08 Merge in GIT 1.5.3.8
2008-01-08 GIT 1.5.3.8 v1.5.3.8
2008-01-08 Documentation: config: add 'help.*' and 'instaweb....
2008-01-08 Allow git-mergetool to handle paths with a leading...
2008-01-08 git-svn: clarify the "Ignoring error from SVN" piece
2008-01-07 git-svn: support for funky branch and project names...
2008-01-07 slightly better auto gc message
2008-01-07 Documentation: typofix
2008-01-07 Update draft release notes for 1.5.4
2008-01-07 diff: do not chomp hunk-header in the middle of a character
2008-01-07 utf8_width(): allow non NUL-terminated input
2008-01-07 utf8: pick_one_utf8_char()
2008-01-07 git.el: Display file types and type changes.
2008-01-07 git.el: Retrieve the permissions for up-to-date files.
2008-01-07 git.el: Support for getting diffs from inside the log...
2008-01-07 Make the git metapackage require the same version of...
2008-01-07 tree-walk: don't parse incorrect entries
2008-01-07 Document the color.interactive semantics
2008-01-07 add--interactive: allow diff colors without interactive...
2008-01-07 add--interactive: remove unused diff colors
next