gitweb.git

Commits

2007-02-19 GIT 1.5.0.1 v1.5.0.1
2007-02-18 Documentation/i18n.txt: it is i18n.commitencoding not...
2007-02-18 Read the config in rev-list
2007-02-18 Update draft release notes for 1.5.0.1
2007-02-18 Merge git://git./pub/scm/gitk/gitk into maint
2007-02-17 Convert update-index references in docs to add.
2007-02-17 Attempt to improve git-rebase lead-in description.
2007-02-17 Do not take mode bits from index after type change.
2007-02-17 git-blame: prevent argument parsing segfault
2007-02-16 git-merge: minor fix for no_trivial_merge_strategies.
2007-02-16 pretend-sha1: grave bugfix.
2007-02-14 GIT-VERSION-FILE: check ./version first.
2007-02-14 sha1_file.c: Round the mmap offset to half the window...
2007-02-14 Make gitk save and restore window pane position on...
2007-02-14 Make gitk save and restore the user set window position.
2007-02-14 [PATCH] gitk: Use show-ref instead of ls-remote
2007-02-14 [PATCH] Make gitk work reasonably well on Cygwin.
2007-02-14 [PATCH] gitk - remove trailing whitespace from a few...
2007-02-14 Change git repo-config to git config
2007-02-14 Make sure packedgitwindowsize is multiple of (pagesize...
2007-02-14 Add RelNotes 1.5.0.1
2007-02-14 Still updating 1.5.0 release notes.
2007-02-14 git-daemon: Avoid leaking the listening sockets into...
2007-02-14 Clarify two backward incompatible repository options.
2007-02-14 Makefile: update check-docs target
2007-02-14 cmd-list: add git-remote
2007-02-14 Documentation: Drop full-stop from git-fast-import...
2007-02-14 Minor corrections to release notes
2007-02-14 GIT 1.5.0 v1.5.0
2007-02-13 Add release notes to the distribution.
2007-02-13 Merge branch 'master' of git://repo.or.cz/git-gui
2007-02-13 Documentation: Moving out of detached HEAD does not...
2007-02-13 Mark places that need blob munging later for CRLF conve...
2007-02-13 Update RPM core package description
2007-02-13 Fix potential command line overflow in hooks--update
2007-02-13 git-gc: run pack-refs by default unless the repo is...
2007-02-13 git-gui: fix typo in GIT-VERSION-GEN, "/dev/null" not...
2007-02-13 "git-fetch --tags $URL" should not overwrite existing...
2007-02-13 for-each-reflog: not having $GIT_DIR/logs directory...
2007-02-13 Do not forget to pack objects reachable from HEAD reflog.
2007-02-13 Work around Subversion race in git-svn tests.
2007-02-13 Clarify that git-update-server-info should be run for...
2007-02-13 blameview: Move the commit info to a pane below the...
2007-02-13 git merge documentation: -m is optional
2007-02-13 Make gitk save and restore window pane position on...
2007-02-13 Add RPM target for git-gui
2007-02-13 Link git-gui into the master Makefile.
2007-02-13 Merge branch 'master' of git://repo.or.cz/git-gui
2007-02-12 git-gui: Change base version to 0.6. gitgui-0.6.0
2007-02-12 git-gui: Guess our version accurately as a subproject.
2007-02-12 git-gui: Handle gitgui tags in version gen.
2007-02-12 git-gui: Generate a version file on demand.
2007-02-12 git-gui: Rename GIT_VERSION to GITGUI_VERSION.
2007-02-12 git-gui: Allow gitexecdir, INSTALL to be set by the...
2007-02-12 import-tars: brown paper bag fix for file mode.
2007-02-12 fast-import: Support reusing 'from' and brown paper...
2007-02-12 Merge git-gui
2007-02-12 Add discussion section to git-tag documentation.
2007-02-12 Teach git-am to pass -p option down to git-apply
2007-02-12 Documentation: git-rebase -C<n>
2007-02-12 Merge branch 'master' of git://repo.or.cz/git/fastimport
2007-02-12 bash: Hide git-fast-import.
2007-02-12 fast-import: Add tip about importing renames.
2007-02-12 fast-import: Hide the pack boundary commits by default.
2007-02-11 git-gui: Stop deleting gitk preferences.
2007-02-11 Document that git-am can read standard input.
2007-02-11 Make gitk save and restore the user set window position.
2007-02-11 t4016: test quoting funny pathnames in diff output
2007-02-11 diff.c: More logical file name quoting for renames...
2007-02-11 diff.c: Properly quote file names in diff --summary...
2007-02-11 diff.c: Reuse the pprint_rename function for diff ...
2007-02-11 Make it easier to override path to asciidoc command
2007-02-11 Avoid ugly linewrap in git help
2007-02-11 Fixed some typos in git-repack docs
2007-02-11 git-svn: correctly handle boolean options via git-config
2007-02-11 Allow aliases to expand to shell commands
2007-02-11 Print a sane error message if an alias expands to an...
2007-02-10 diff_flush_name(): take struct diff_options parameter.
2007-02-10 wt_status_prepare(): clean up structure initialization.
2007-02-09 git-fetch: document automatic tag following.
2007-02-09 remove mailmap.linux
2007-02-09 git-blame.el: Autoupdate while editing
2007-02-09 git-blame.el: Doc fixes and cleanup
2007-02-09 git-blame.el: blame unsaved changes
2007-02-09 git-blame.el: improve color handling
2007-02-09 Handle uncommitted changes and cache descriptions
2007-02-09 git-blame: Change installation instructions
2007-02-09 git-blame: Add Emacs Lisp file headers and GNU GPL...
2007-02-09 Documentation/git-pull: describe default behaviour...
2007-02-09 git-gui: Focus into blame panels on Mac OS.
2007-02-09 reflog: handle $name => remotes/%s/HEAD mapping consist...
2007-02-09 git-gui: Improve annotated file display.
2007-02-09 git-gui: Jump to the first annotation block as soon...
2007-02-09 git-gui: Redesign the display of annotated files.
2007-02-09 log --reflog: use dwim_log
2007-02-09 format-patch -n: make sorting easier by padding number
2007-02-09 git-gui: Use git-config now over git-repo-config.
2007-02-09 git-gui: Relabel the Add All action.
2007-02-09 git-gui: Select subcommands like git does.
2007-02-09 log --reflog: honour --relative-date
next