gitweb.git

Commits

2008-03-28 GIT 1.5.4.5 v1.5.4.5
2008-03-27 Update draft release notes for 1.5.4.5
2008-03-27 Merge branch 'jc/maint-fetch-regression-1.5.4' into...
2008-03-27 Documentation: clarify use of .git{ignore,attributes...
2008-03-26 t/t3800-mktag.sh: use test_must_fail rather than '!'
2008-03-26 git-fetch test: test tracking fetch results, not just...
2008-03-26 Fix branches file configuration
2008-03-26 Tighten refspec processing
2008-03-26 Fix the wrong output of `git-show v1.3.0~155^2~4` in...
2008-03-16 Start draft ReleaseNotes for 1.5.4.5
2008-03-16 rebase -m: do not trigger pre-commit verification
2008-03-15 format-patch: generate MIME header as needed even when...
2008-03-15 Make man page building quiet when DOCBOOK_XSL_172 is...
2008-03-15 git-new-workdir: Share SVN meta data between work dirs...
2008-03-15 rev-parse: fix meaning of rev~ vs rev~0.
2008-03-15 git-svn: don't blindly append '*' to branch/tags config
2008-03-14 Merge branch 'ph/maint-quiltimport' into maint
2008-03-14 merge-file: handle empty files gracefully
2008-03-14 merge-recursive: handle file mode changes
2008-03-14 Minor wording changes in the keyboard descriptions...
2008-03-13 git fetch: Take '-n' to mean '--no-tags'
2008-03-13 quiltimport: fix misquoting of parsed -p<num> parameter
2008-03-13 git-cvsimport: fix merging with remote parent branch
2008-03-12 gitweb: Fix bug in href(..., -replay=>1) when using...
2008-03-12 git-svn: fix find-rev error message when missing arg
2008-03-12 t0021: tr portability fix for Solaris
2008-03-12 launch_editor(): allow spaces in the filename
2008-03-12 git rebase --abort: always restore the right commit
2008-03-11 Merge branch 'kb/maint-filter-branch-disappear' into...
2008-03-11 Merge branch 'aw/maint-shortlog-blank-lines' into maint
2008-03-10 git-pull documentation: warn about the option order
2008-03-10 git-quiltimport: better parser to grok "enhanced" serie...
2008-03-09 GIT 1.5.4.4 v1.5.4.4
2008-03-09 ident.c: reword error message when the user name cannot...
2008-03-09 Fix dcommit, rebase when rewriteRoot is in use
2008-03-08 filter-branch: handle "disappearing tree" case correctl...
2008-03-08 Really make the LF after reset in fast-import optional
2008-03-08 Merge branch 'mh/maint-http-proxy-fix' into maint
2008-03-08 Merge branch 'js/maint-daemon' into maint
2008-03-08 Merge branch 'js/maint-cvsexport' into maint
2008-03-08 Merge branch 'jc/maint-log-merge-left-right' into maint
2008-03-08 Merge branch 'ew/maint-svn-cert-fileprovider' into...
2008-03-07 unquote_c_style: fix off-by-one.
2008-03-07 test-lib: fix TERM to dumb for test repeatability
2008-03-07 config.txt: refer to --upload-pack and --receive-pack...
2008-03-06 Merge branch 'maint' of git://repo.or.cz/git-gui into...
2008-03-05 shortlog: take the first populated line of the description
2008-03-05 git-gui: Gracefully fall back to po2msg.sh if msgfmt...
2008-03-04 Fix 'git remote show' regression on empty repository...
2008-03-03 Fix incorrect wording in git-merge.txt.
2008-03-03 git-merge.sh: better handling of combined --squash...
2008-03-03 Fix random crashes in http_cleanup()
2008-03-03 Update draft release notes for 1.5.4.4
2008-03-03 revert: actually check for a dirty index
2008-03-03 tests: introduce test_must_fail
2008-03-03 git-submodule: Fix typo 'url' which should be '$url'
2008-03-03 receive-pack: Initialize PATH to include exec-dir.
2008-03-01 Documentation cherry-pick: Fix cut-and-paste error
2008-03-01 git.el: find the git-status buffer whatever its name is
2008-03-01 Merge branch 'maint' of git://repo.or.cz/git-gui into...
2008-02-28 templates/Makefile: don't depend on local umask setting
2008-02-28 Correct name of diff_flush() in API documentation
2008-02-28 Start preparing for 1.5.4.4
2008-02-28 git-gui: Paper bag fix info dialog when no files are... gitgui-0.9.3
2008-02-27 Fix "git log --merge --left-right"
2008-02-27 Set proxy override with http_init()
2008-02-27 daemon: ensure that base-path is an existing directory
2008-02-27 daemon: send more error messages to the syslog
2008-02-27 Eliminate confusing "won't bisect on seeked tree" failure
2008-02-27 builtin-reflog.c: don't install new reflog on write...
2008-02-27 send-email: fix In-Reply-To regression
2008-02-27 git-svn: Don't prompt for client cert password everytime.
2008-02-27 Fix 'git cvsexportcommit -w $cvsdir ...' when used...
2008-02-27 Add testcase for 'git cvsexportcommit -w $cvsdir ....
2008-02-27 Prompt to continue when editing during rebase --interactive
2008-02-27 Documentation/git svn log: add a note about timezones.
2008-02-27 Merge branch 'js/maint-http-push' into maint
2008-02-27 Don't use GIT_CONFIG in t5505-remote
2008-02-26 Documentation/git-am.txt: Pass -r in the example invoca...
2008-02-26 timezone_names[]: fixed the tz offset for New Zealand.
2008-02-26 filter-branch documentation: non-zero exit status in...
2008-02-26 rev-parse: fix potential bus error with --parseopt...
2008-02-25 Use a single implementation and API for copy_file()
2008-02-25 Documentation/git-filter-branch: add a new msg-filter...
2008-02-25 Correct fast-export file mode strings to match fast...
2008-02-24 Protect peel_ref fallback case from NULL parse_object...
2008-02-24 Ensure 'make dist' compiles git-archive.exe on Cygwin
2008-02-23 GIT 1.5.4.3 v1.5.4.3
2008-02-23 Merge branch 'maint' of git://repo.or.cz/git-gui into...
2008-02-22 hash: fix lookup_hash semantics
2008-02-22 git-gui: Focus insertion point at end of strings in...
2008-02-22 git-gui: Avoid hardcoded Windows paths in Cygwin packag...
2008-02-22 git-gui: Default TCL_PATH to same location as TCLTK_PATH
2008-02-22 git-gui: Paper bag fix error dialogs opening over the...
2008-02-21 git-gui: Ensure error dialogs always appear over all...
2008-02-21 Clarified the meaning of git-add -u in the documentation
2008-02-20 git-clone.sh: properly configure remote even if remote...
2008-02-20 Documentation/git-stash: document options for git stash...
2008-02-20 send-email: squelch warning due to comparing undefined...
2008-02-20 cvsexportcommit: be graceful when "cvs status" reorders...
next