summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | pretend-sha1: grave bugfix.Junio C Hamano2007-02-151-1/+3
* | | GIT-VERSION-FILE: check ./version first.Junio C Hamano2007-02-141-10/+11
* | | sha1_file.c: Round the mmap offset to half the window size.Alexandre Julliard2007-02-141-5/+3
* | | Make sure packedgitwindowsize is multiple of (pagesize * 2)Junio C Hamano2007-02-142-5/+10
* | | Add RelNotes 1.5.0.1Junio C Hamano2007-02-141-0/+20
* | | Still updating 1.5.0 release notes.Junio C Hamano2007-02-141-5/+2
* | | git-daemon: Avoid leaking the listening sockets into child processes.Alexandre Julliard2007-02-141-0/+10
* | | Clarify two backward incompatible repository options.Junio C Hamano2007-02-141-2/+8
* | | Makefile: update check-docs targetJunio C Hamano2007-02-131-1/+4
* | | cmd-list: add git-remoteJunio C Hamano2007-02-131-0/+1
* | | Documentation: Drop full-stop from git-fast-import title.Junio C Hamano2007-02-131-1/+1
* | | Minor corrections to release notesNicolas Pitre2007-02-131-14/+12
* | | GIT 1.5.0v1.5.0Junio C Hamano2007-02-141-1/+1
* | | Add release notes to the distribution.Junio C Hamano2007-02-135-2/+490
* | | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2007-02-131-1/+1
|\ \ \ | | |/ | |/|
| * | git-gui: fix typo in GIT-VERSION-GEN, "/dev/null" not "/devnull"Andy Parkins2007-02-131-1/+1
* | | Documentation: Moving out of detached HEAD does not warn anymore.Junio C Hamano2007-02-131-16/+6
* | | Mark places that need blob munging later for CRLF conversion.Linus Torvalds2007-02-133-0/+3
* | | Update RPM core package descriptionNicolas Pitre2007-02-131-12/+9
* | | Fix potential command line overflow in hooks--updateAndy Parkins2007-02-131-1/+1
* | | git-gc: run pack-refs by default unless the repo is bareJohannes Schindelin2007-02-133-0/+23
* | | "git-fetch --tags $URL" should not overwrite existing tagsJunio C Hamano2007-02-121-15/+2
* | | for-each-reflog: not having $GIT_DIR/logs directory is not an error.Junio C Hamano2007-02-121-1/+1
* | | Do not forget to pack objects reachable from HEAD reflog.Junio C Hamano2007-02-121-1/+1
* | | Work around Subversion race in git-svn tests.Michael Spang2007-02-125-2/+13
* | | Clarify that git-update-server-info should be run for every git-pushPavel Roskin2007-02-121-8/+8
* | | blameview: Move the commit info to a pane below the blame window.Aneesh Kumar K.V2007-02-121-7/+26
* | | git merge documentation: -m is optionalMatthias Lederhofer2007-02-121-1/+1
* | | Make gitk save and restore window pane position on Linux and Cygwin.Mark Levedahl2007-02-121-10/+13
* | | Add RPM target for git-guiJunio C Hamano2007-02-121-3/+23
* | | Link git-gui into the master Makefile.Shawn O. Pearce2007-02-121-2/+8
* | | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2007-02-123-19/+58
|\ \ \ | |/ /
| * | git-gui: Change base version to 0.6.gitgui-0.6.0Shawn O. Pearce2007-02-121-1/+1
| * | git-gui: Guess our version accurately as a subproject.Shawn O. Pearce2007-02-121-4/+37
| * | git-gui: Handle gitgui tags in version gen.Shawn O. Pearce2007-02-121-5/+3
| * | git-gui: Generate a version file on demand.Shawn O. Pearce2007-02-121-1/+5
| * | git-gui: Rename GIT_VERSION to GITGUI_VERSION.Shawn O. Pearce2007-02-123-6/+6
| * | git-gui: Allow gitexecdir, INSTALL to be set by the caller.Shawn O. Pearce2007-02-121-3/+7
* | | import-tars: brown paper bag fix for file mode.Michael Loeffler2007-02-121-3/+1
* | | fast-import: Support reusing 'from' and brown paper bag fix reset.Shawn O. Pearce2007-02-123-14/+77
* | | Merge git-guiJunio C Hamano2007-02-115-0/+6065
|\ \ \ | |/ /
| * | git-gui: Stop deleting gitk preferences.Shawn O. Pearce2007-02-111-8/+0
| * | git-gui: Focus into blame panels on Mac OS.Shawn O. Pearce2007-02-091-1/+3
| * | git-gui: Improve annotated file display.Shawn O. Pearce2007-02-091-22/+72
| * | git-gui: Jump to the first annotation block as soon as its available.Shawn O. Pearce2007-02-081-1/+6
| * | git-gui: Redesign the display of annotated files.Shawn O. Pearce2007-02-081-199/+160
| * | git-gui: Use git-config now over git-repo-config.Shawn O. Pearce2007-02-081-8/+8
| * | git-gui: Relabel the Add All action.Shawn O. Pearce2007-02-081-2/+2
| * | git-gui: Select subcommands like git does.Shawn O. Pearce2007-02-081-13/+35
| * | git-gui: View blame from the command line.Shawn O. Pearce2007-02-081-84/+136