gitweb.git

Commits

2007-09-03 GIT 1.5.3.1: obsolete git-p4 in RPM spec file. v1.5.3.1
2007-09-02 Typofix: 1.5.3 release notes
2007-09-02 GIT 1.5.3 v1.5.3
2007-09-01 Merge branch 'jp/send-email-cc'
2007-09-01 Mention -m as an abbreviation for --merge
2007-09-01 Update my contact address as the maintainer.
2007-09-01 Documentation: minor AsciiDoc mark-up fixes.
2007-09-01 URL: allow port specification in ssh:// URLs
2007-09-01 Avoid one-or-more (\+) non BRE in sed scripts.
2007-09-01 rebase -m: Fix incorrect short-logs of already applied...
2007-09-01 git-diff: resurrect the traditional empty "diff --git...
2007-09-01 git-tag: Fix -l option to use better shell style globs.
2007-09-01 git-svn: fix dcommit clobbering upstream when committin...
2007-09-01 git-svn: Protect against "diff.color = true".
2007-09-01 filter-branch: introduce convenience function "skip_commit"
2007-09-01 filter-branch: provide the convenience functions also...
2007-09-01 rebase -i: mention the option to split commits in the...
2007-09-01 filter-branch: fix remnants of old syntax in documentation
2007-09-01 Teach bash about completing arguments for git-tag
2007-08-31 Hopefully the final update to draft release notes for...
2007-08-31 Make "git-log --" without paths behave the same as...
2007-08-31 git-init: autodetect core.symlinks
2007-08-31 Make git-archimport log entries more consistent
2007-08-31 fix same sized delta logic
2007-08-31 filter-branch: make sure orig_namespace ends with a...
2007-08-31 git-filter-branch: document --original option
2007-08-31 git-filter-branch: more detailed USAGE
2007-08-31 Makefile: do not allow gnu make to remove test-*.o...
2007-08-31 Temporary fix for stack smashing in mailinfo
2007-08-31 Fixing comment in merge strategies
2007-08-30 ls-files --error-unmatch: do not barf if the same patte...
2007-08-29 Merge branch 'master' of git://git./gitk/gitk
2007-08-29 completion: also complete git-log's --left-right and...
2007-08-29 gitk: Fix bug causing undefined variable error when...
2007-08-29 git-daemon(1): assorted improvements.
2007-08-29 GIT 1.5.3-rc7 v1.5.3-rc7
2007-08-29 git-svn.txt: fix an obvious misspelling.
2007-08-29 git.el: Added colors for dark background
2007-08-29 format-patch documentation: reword to hint "--root...
2007-08-29 Merge branch 'jc/logsemantics'
2007-08-29 Documentation/git-diff: A..B and A...B cannot take...
2007-08-29 git-add: Make the filename globbing note a bit clearer
2007-08-29 git-add: Make the "tried to add ignored file" error...
2007-08-29 gitweb: Fix escaping HTML of project owner in 'projects...
2007-08-28 "format-patch --root rev" is the way to show everything.
2007-08-28 Porcelain level "log" family should recurse when diffing.
2007-08-28 git-merge: do up-to-date check also for all strategies
2007-08-28 git --bare cmd: do not unconditionally nuke GIT_DIR
2007-08-28 Fix initialization of a bare repository
2007-08-28 name-rev: Fix non-shortest description
2007-08-28 Describe two-dot and three-dot notation for diff endpoints.
2007-08-27 git-tag(1): Remove duplicate text
2007-08-27 gitweb: Lift any characters restriction on searched...
2007-08-27 RelNotes draft for 1.5.3 update.
2007-08-27 Merge branch 'master' of git://repo.or.cz/git-gui
2007-08-26 When nothing to git-commit, honor the git-status color...
2007-08-26 gitweb: Fix searchbox positioning
2007-08-26 Merge branch 'master' of git://linux-nfs.org/~bfields/git
2007-08-26 Merge branch 'maint'
2007-08-26 Documentation/user-manual.txt: fix a few omissions...
2007-08-26 user-manual: fix incorrect header level
2007-08-26 user-manual: use pithier example commit
2007-08-26 user-manual: introduce the word "commit" earlier
2007-08-26 user-manual: minor editing for conciseness
2007-08-26 user-manual: edit "ignoring files" for conciseness
2007-08-26 Documentation/user-manual.txt: fix a few omissions...
2007-08-26 Make usage documentation for git-add consistent.
2007-08-26 Make usage documentation for git-am consistent.
2007-08-25 Don't segfault if we failed to inflate a packed delta
2007-08-25 pack-objects: check return value from read_sha1_file()
2007-08-25 blame: check return value from read_sha1_file()
2007-08-25 git-gui: Correct 'git gui blame' in a subdirectory gitgui-0.8.2
2007-08-25 git-p4: Fix warnings about non-existant refs/remotes...
2007-08-25 git-p4: Make 'git-p4 branches' work after an initial...
2007-08-25 Documentation: Correct various misspellings and typos.
2007-08-25 Documentation: For consistency, use CVS instead of...
2007-08-25 Fix racy-git handling in git-write-tree.
2007-08-23 rebase -i: fix squashing corner case
2007-08-23 Install man3 manpages to $PREFIX/share/man/man3 even...
2007-08-23 git-svn init/clone --stdlayout option to default-init...
2007-08-23 diff-delta.c: Fix broken skip calculation.
2007-08-23 git-gui: Do not offer to stage three-way diff hunks...
2007-08-23 Merge branch 'master' of git://repo.or.cz/git/fastimport
2007-08-23 git-svn: dcommit prints out the URL to be committed to
2007-08-23 git-gui: Refactor diff pane popup support for future...
2007-08-23 Teach bash about git-submodule and its subcommands
2007-08-23 Teach bash to complete ref arguments to git-describe
2007-08-23 Update bash completion with new 1.5.3 command line...
2007-08-22 git-svn: update documentation with CAVEATS section
2007-08-22 Reset terminal attributes when terminating git send...
2007-08-22 Document -u option in git-svnimport man page
2007-08-22 Fix breakage in git-rev-list.txt
2007-08-22 git.el: Avoid a lisp error when there's no current...
2007-08-22 Fix git-remote for ActiveState Perl
2007-08-22 Documentation: update tar.umask default
2007-08-22 Suggest unsetting core.bare when using new-workdir...
2007-08-22 Fix new-workdir (again) to work on bare repositories
2007-08-22 git-gui: Fix "unoptimized loading" to not cause git...
2007-08-21 git-gui: Paper bag fix "Stage Hunk For Commit" in diff...
2007-08-21 GIT 1.5.3-rc6 v1.5.3-rc6
next