summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-01rev-list --bisect: fix allocation of "int*" instead of "int".Christian Couder
2007-07-18Force listingblocks to be monospaced in manpagesJulian Phillips
2007-07-18Do not expect unlink(2) to fail on a directory.Junio C Hamano
2007-07-12GIT 1.5.2.4v1.5.2.4Junio C Hamano
2007-07-12Teach read-tree 2-way merge to ignore intermediate symlinksJunio C Hamano
2007-07-12Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano
2007-07-12git-gui: Work around bad interaction between Tcl and cmd.exe on ^{tree}gitgui-0.7.5Shawn O. Pearce
2007-07-10Clarify documentation of fast-import's D subcommandShawn O. Pearce
2007-07-10git-gui: Don't linewrap within console windowsShawn O. Pearce
2007-07-10git-gui: Correct ls-tree buffering problem in browserShawn O. Pearce
2007-07-09git-gui: Skip nicknames when selecting author initialsShawn O. Pearce
2007-07-08user-manual: fix directory name in git-archive exampleWilliam Pursell
2007-07-08user-manual: more explanation of push and pull usageJ. Bruce Fields
2007-07-08tutorial: Fix typoJ. Bruce Fields
2007-07-08user-manual: grammar and style fixesAndy Parkins
2007-07-07Fix "apply --reverse" with regard to whitespaceJohannes Schindelin
2007-07-06git-gui: Ensure windows shortcuts always have .bat extensionShawn O. Pearce
2007-07-06git-gui: Include a Push action on the left toolbarShawn O. Pearce
2007-07-06git-gui: Bind M1-P to push actionShawn O. Pearce
2007-07-06git-gui: Don't bind F5/M1-R in all windowsShawn O. Pearce
2007-07-04git-gui: Unlock the index when cancelling merge dialogShawn O. Pearce
2007-07-04Document -<n> for git-format-patchMiklos Vajna
2007-07-03glossary: add 'reflog'Johannes Schindelin
2007-07-03diff --no-index: fix --name-status with added filesJohannes Schindelin
2007-07-03Don't smash stack when $GIT_ALTERNATE_OBJECT_DIRECTORIES is too longJim Meyering
2007-07-03Correctly document the name of the global excludes file configurationMichael Hendricks
2007-07-02Make git-prune submodule aware (and fix a SEGFAULT in the process)Andy Parkins
2007-07-02GIT 1.5.2.3v1.5.2.3Junio C Hamano
2007-06-30Correct the name of NO_R_TO_GCC_LINKER in the comment describing it.Matt Kraai
2007-06-30git-remote: document -nSam Vilain
2007-06-30repack: improve documentation on -a optionSam Vilain
2007-06-30git-gui: properly popup error if gitk should be started but is not installedGerrit Pape
2007-06-29Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano
2007-06-27git-gui: Don't require a .pvcsrc to create Tools/Migrate menu hackgitgui-0.7.4Shawn O. Pearce
2007-06-27git-gui: Don't nice git blame on MSYS as nice is not supportedShawn O. Pearce
2007-06-27config: Change output of --get-regexp for valueless keysFrank Lichtenheld
2007-06-27config: Complete documentation of --get-regexpFrank Lichtenheld
2007-06-27cleanup merge-base test scriptSam Vilain
2007-06-27Fix zero-object version-2 packsLinus Torvalds
2007-06-27Ignore submodule commits when fetching over dumb protocolsSven Verdoolaege
2007-06-22git-gui: Don't require $DISPLAY just to get --versionShawn O. Pearce
2007-06-21git-gui: Bind Tab/Shift-Tab to cycle between panes in blameShawn O. Pearce
2007-06-21git-gui: Correctly install to /usr/bin on CygwinShawn O. Pearce
2007-06-16GIT 1.5.2.2v1.5.2.2Junio C Hamano
2007-06-16Documentation: adjust to AsciiDoc 8Junio C Hamano
2007-06-16Avoid diff cost on "git log -z"Junio C Hamano
2007-06-16git-branch --track: fix tracking branch computation.Junio C Hamano
2007-06-16$EMAIL is a last resort fallback, as it's system-wide.Junio C Hamano
2007-06-16merge-recursive: refuse to merge binary filesJohannes Schindelin
2007-06-16Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin