git
2007-02-26  Junio C HamanoGIT 1.5.0.2 v1.5.0.2
2007-02-26  Pavel Roskingit-remote: support remotes with a dot in the name
2007-02-26  Junio C HamanoDocumentation: describe "-f/-t/-m" options to "git...
2007-02-26  Junio C Hamanodiff --cc: fix display of symlink conflicts during...
2007-02-26  Junio C HamanoMerge branch 'jc/merge-symlink' into maint
2007-02-26  Junio C Hamanomerge-recursive: fix longstanding bug in merging symlinks
2007-02-26  Junio C Hamanomerge-index: fix longstanding bug in merging symlinks
2007-02-25  Junio C HamanoAdd Release Notes to prepare for 1.5.0.2
2007-02-25  Roland DreierAllow arbitrary number of arguments to git-pack-objects
2007-02-25  Junio C Hamanorerere: do not deal with symlinks.
2007-02-25  Junio C Hamanorerere: do not skip two conflicted paths next to each...
2007-02-25  Junio C HamanoMerge git://repo.or.cz/git-gui into maint
2007-02-25  Junio C HamanoDon't modify CREDITS-FILE if it hasn't changed.
2007-02-24  Junio C Hamanodiff-patch: Avoid emitting double-slashes in textual...
2007-02-24  Junio C HamanoReword git-am 3-way fallback failure message.
2007-02-24  Robin RosenbergLimit filename for format-patch
2007-02-24  Santi Béjarcore.legacyheaders: Use the description used in RelNote...
2007-02-24  Dmitry V. Levingit-show-ref --verify: Fail if called without a reference
2007-02-23  Johannes Schindelingit-diff: fix combined diff
2007-02-23  Fredrik KuivinenFix 'git commit -a' in a newly initialized repository
2007-02-22  Shawn O. PearceInclude git-gui credits file in dist.
2007-02-22  Shawn O. PearceDocument the new core.bare configuration option.
2007-02-21  Junio C HamanoMerge branch 'master' of git://repo.or.cz/git-gui into...
2007-02-21  Michael LoefflerUse gunzip -c over gzcat in import-tars example.
2007-02-21  Shawn O. Pearcegit-gui: Don't crash in citool mode on initial commit. gitgui-0.6.1
2007-02-21  Shawn O. Pearcegit-gui: Remove TODO list.
2007-02-21  Shawn O. Pearcegit-gui: Include browser in our usage message.
2007-02-21  Shawn O. Pearcegit-gui: Change summary of git-gui.
2007-02-21  Shawn O. Pearcegit-gui: Display all authors of git-gui.
2007-02-21  Shawn O. Pearcegit-gui: Use mixed path for docs on Cygwin.
2007-02-21  Jason RiedyCheck for PRIuMAX rather than NO_C99_FORMAT in fast...
2007-02-20  Jason RiedyObey NO_C99_FORMAT in fast-import.c.
2007-02-20  Jason RiedyAdd a compat/strtoumax.c for Solaris 8.
2007-02-20  Christian Schlottergit-clone: Sync documentation to usage note.
2007-02-19  Junio C HamanoGIT 1.5.0.1 v1.5.0.1
2007-02-18  Fredrik KuivinenDocumentation/i18n.txt: it is i18n.commitencoding not...
2007-02-18  Fredrik KuivinenRead the config in rev-list
2007-02-18  Shawn O. Pearcegit-gui: Correct crash when saving options in blame...
2007-02-18  Junio C HamanoUpdate draft release notes for 1.5.0.1
2007-02-18  Junio C HamanoMerge git://git./pub/scm/gitk/gitk into maint
2007-02-17  Shawn O. PearceConvert update-index references in docs to add.
2007-02-17  Shawn O. PearceAttempt to improve git-rebase lead-in description.
2007-02-17  Junio C HamanoDo not take mode bits from index after type change.
2007-02-17  Tommi Kyntolagit-blame: prevent argument parsing segfault
2007-02-16  Junio C Hamanogit-merge: minor fix for no_trivial_merge_strategies.
2007-02-16  Shawn O. Pearcegit-gui: Expose the browser as a subcommand.
2007-02-16  Junio C Hamanopretend-sha1: grave bugfix.
2007-02-15  Martin Koeglergit-gui: Create new branches from a tag.
2007-02-14  Junio C HamanoGIT-VERSION-FILE: check ./version first.
2007-02-14  Alexandre Julliardsha1_file.c: Round the mmap offset to half the window...
2007-02-14  Mark LevedahlMake gitk save and restore window pane position on...
2007-02-14  Mark LevedahlMake gitk save and restore the user set window position.
2007-02-14  Junio C Hamano[PATCH] gitk: Use show-ref instead of ls-remote
2007-02-14  Junio C Hamano[PATCH] Make gitk work reasonably well on Cygwin.
2007-02-14  Mark Levedahl[PATCH] gitk - remove trailing whitespace from a few...
2007-02-14  Paul MackerrasChange git repo-config to git config
2007-02-14  Junio C HamanoMake sure packedgitwindowsize is multiple of (pagesize...
2007-02-14  Junio C HamanoAdd RelNotes 1.5.0.1
2007-02-14  Junio C HamanoStill updating 1.5.0 release notes.
2007-02-14  Alexandre Julliardgit-daemon: Avoid leaking the listening sockets into...
2007-02-14  Junio C HamanoClarify two backward incompatible repository options.
2007-02-14  Shawn O. Pearcegit-gui: Prefer version file over git-describe.
2007-02-14  Junio C HamanoMakefile: update check-docs target
2007-02-14  Junio C Hamanocmd-list: add git-remote
2007-02-14  Junio C HamanoDocumentation: Drop full-stop from git-fast-import...
2007-02-14  Shawn O. Pearcegit-gui: Print version on the console.
2007-02-14  Shawn O. Pearcegit-gui: More consistently display the application...
2007-02-14  Nicolas PitreMinor corrections to release notes
2007-02-14  Shawn O. Pearcegit-gui: Permit merging tags into the current branch.
2007-02-14  Shawn O. Pearcegit-gui: Basic version check to ensure git 1.5.0 or...
2007-02-14  Shawn O. Pearcegit-gui: Refactor 'exec git subcmd' idiom.
2007-02-14  Junio C HamanoGIT 1.5.0 v1.5.0
2007-02-13  Junio C HamanoAdd release notes to the distribution.
2007-02-13  Junio C HamanoMerge branch 'master' of git://repo.or.cz/git-gui
2007-02-13  Junio C HamanoDocumentation: Moving out of detached HEAD does not...
2007-02-13  Linus TorvaldsMark places that need blob munging later for CRLF conve...
2007-02-13  Nicolas PitreUpdate RPM core package description
2007-02-13  Andy ParkinsFix potential command line overflow in hooks--update
2007-02-13  Johannes Schindelingit-gc: run pack-refs by default unless the repo is...
2007-02-13  Andy Parkinsgit-gui: fix typo in GIT-VERSION-GEN, "/dev/null" not...
2007-02-13  Junio C Hamano"git-fetch --tags $URL" should not overwrite existing...
2007-02-13  Junio C Hamanofor-each-reflog: not having $GIT_DIR/logs directory...
2007-02-13  Junio C HamanoDo not forget to pack objects reachable from HEAD reflog.
2007-02-13  Michael SpangWork around Subversion race in git-svn tests.
2007-02-13  Pavel RoskinClarify that git-update-server-info should be run for...
2007-02-13  Aneesh Kumar K.Vblameview: Move the commit info to a pane below the...
2007-02-13  Matthias Lederhofergit merge documentation: -m is optional
2007-02-13  Mark LevedahlMake gitk save and restore window pane position on...
2007-02-13  Junio C HamanoAdd RPM target for git-gui
2007-02-13  Shawn O. PearceLink git-gui into the master Makefile.
2007-02-13  Junio C HamanoMerge branch 'master' of git://repo.or.cz/git-gui
2007-02-12  Shawn O. Pearcegit-gui: Change base version to 0.6. gitgui-0.6.0
2007-02-12  Shawn O. Pearcegit-gui: Guess our version accurately as a subproject.
2007-02-12  Shawn O. Pearcegit-gui: Handle gitgui tags in version gen.
2007-02-12  Shawn O. Pearcegit-gui: Generate a version file on demand.
2007-02-12  Shawn O. Pearcegit-gui: Rename GIT_VERSION to GITGUI_VERSION.
2007-02-12  Shawn O. Pearcegit-gui: Allow gitexecdir, INSTALL to be set by the...
2007-02-12  Michael Loefflerimport-tars: brown paper bag fix for file mode.
2007-02-12  Shawn O. Pearcefast-import: Support reusing 'from' and brown paper...
2007-02-12  Junio C HamanoMerge git-gui
next