summaryrefslogtreecommitdiffstats
path: root/reachable.h (unfollow)
Commit message (Expand)AuthorFilesLines
2007-07-12GIT 1.5.2.4v1.5.2.4Junio C Hamano3-2/+30
2007-07-12Teach read-tree 2-way merge to ignore intermediate symlinksJunio C Hamano2-0/+53
2007-07-12git-gui: Work around bad interaction between Tcl and cmd.exe on ^{tree}gitgui-0.7.5Shawn O. Pearce1-1/+12
2007-07-10Clarify documentation of fast-import's D subcommandShawn O. Pearce1-3/+5
2007-07-10git-gui: Don't linewrap within console windowsShawn O. Pearce1-0/+4
2007-07-10git-gui: Correct ls-tree buffering problem in browserShawn O. Pearce1-9/+13
2007-07-09git-gui: Skip nicknames when selecting author initialsShawn O. Pearce1-0/+4
2007-07-09user-manual: fix directory name in git-archive exampleWilliam Pursell1-1/+1
2007-07-09user-manual: more explanation of push and pull usageJ. Bruce Fields1-1/+18
2007-07-09tutorial: Fix typoJ. Bruce Fields1-1/+1
2007-07-09user-manual: grammar and style fixesAndy Parkins1-3/+3
2007-07-07Fix "apply --reverse" with regard to whitespaceJohannes Schindelin2-1/+11
2007-07-06git-gui: Ensure windows shortcuts always have .bat extensionShawn O. Pearce1-0/+6
2007-07-06git-gui: Include a Push action on the left toolbarShawn O. Pearce1-0/+4
2007-07-06git-gui: Bind M1-P to push actionShawn O. Pearce1-1/+6
2007-07-06git-gui: Don't bind F5/M1-R in all windowsShawn O. Pearce1-3/+3
2007-07-04git-gui: Unlock the index when cancelling merge dialogShawn O. Pearce1-1/+3
2007-07-04Document -<n> for git-format-patchMiklos Vajna1-0/+3
2007-07-03glossary: add 'reflog'Johannes Schindelin1-0/+6
2007-07-03diff --no-index: fix --name-status with added filesJohannes Schindelin3-1/+7
2007-07-03Don't smash stack when $GIT_ALTERNATE_OBJECT_DIRECTORIES is too longJim Meyering1-3/+13
2007-07-03Correctly document the name of the global excludes file configurationMichael Hendricks1-1/+1
2007-07-03Make git-prune submodule aware (and fix a SEGFAULT in the process)Andy Parkins1-0/+20
2007-07-02GIT 1.5.2.3v1.5.2.3Junio C Hamano3-2/+29
2007-06-30Correct the name of NO_R_TO_GCC_LINKER in the comment describing it.Matt Kraai1-3/+3
2007-06-30git-remote: document -nSam Vilain1-0/+7
2007-06-30repack: improve documentation on -a optionSam Vilain1-4/+7
2007-06-30git-gui: properly popup error if gitk should be started but is not installedGerrit Pape1-3/+5
2007-06-27git-gui: Don't require a .pvcsrc to create Tools/Migrate menu hackgitgui-0.7.4Shawn O. Pearce1-2/+1
2007-06-27git-gui: Don't nice git blame on MSYS as nice is not supportedShawn O. Pearce1-1/+5
2007-06-27config: Change output of --get-regexp for valueless keysFrank Lichtenheld2-2/+12
2007-06-27config: Complete documentation of --get-regexpFrank Lichtenheld1-0/+2
2007-06-27cleanup merge-base test scriptSam Vilain1-12/+18
2007-06-27Fix zero-object version-2 packsLinus Torvalds1-1/+4
2007-06-27Ignore submodule commits when fetching over dumb protocolsSven Verdoolaege1-0/+3
2007-06-22git-gui: Don't require $DISPLAY just to get --versionShawn O. Pearce2-7/+8
2007-06-21git-gui: Bind Tab/Shift-Tab to cycle between panes in blameShawn O. Pearce1-1/+5
2007-06-21git-gui: Correctly install to /usr/bin on CygwinShawn O. Pearce1-1/+7
2007-06-16GIT 1.5.2.2v1.5.2.2Junio C Hamano3-2/+63
2007-06-16Documentation: adjust to AsciiDoc 8Junio C Hamano5-4/+14
2007-06-16Avoid diff cost on "git log -z"Junio C Hamano1-1/+2
2007-06-16git-branch --track: fix tracking branch computation.Junio C Hamano2-30/+53
2007-06-16$EMAIL is a last resort fallback, as it's system-wide.Junio C Hamano1-2/+2
2007-06-16merge-recursive: refuse to merge binary filesJohannes Schindelin2-0/+20
2007-06-16Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin4-17/+11
2007-06-16Add a local implementation of hstrerror for the system which do not have itAlex Riesen3-0/+31
2007-06-16Generated spec file to be ignored is named git.spec and not git-core.specJakub Narebski1-1/+1
2007-06-12Unquote From line from patch before comparing with given from address.Kristian Høgsberg1-1/+2
2007-06-12git-cherry: Document 'limit' command-line optionLuiz Fernando N. Capitulino1-0/+3
2007-06-12git-gui: Save geometry before the window layout is damagedShawn O. Pearce6-9/+26