summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document git commit --untracked-files and --verboseJakub Narebski2007-07-121-1/+14
* Document long options '--message=<msg>' and '--no-commit'Jakub Narebski2007-07-122-1/+2
* Update git-merge documentation.Jakub Narebski2007-07-123-0/+21
* Pack-objects: properly initialize the depth valueNicolas Pitre2007-07-121-0/+1
* GIT v1.5.3-rc1v1.5.3-rc1Junio C Hamano2007-07-122-2/+10
* Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2007-07-121-190/+253
|\
| * gitk: Improve handling of -- and ambiguous argumentsPaul Mackerras2007-07-121-20/+29
| * gitk: Use git log and add support for --left-rightPaul Mackerras2007-07-091-12/+34
| * gitk: Fix bug causing "can't read commitrow(0,n)" errorPaul Mackerras2007-07-091-2/+2
| * [PATCH] gitk: Fix for tree view ending in nested directoriesBrian Downing2007-07-091-0/+3
| * gitk: Remove the unused stopfindproc functionPaul Mackerras2007-07-041-19/+0
| * gitk: Fix bug in the anc_or_desc routinePaul Mackerras2007-07-041-1/+2
| * gitk: Fix the find and highlight functionsPaul Mackerras2007-07-041-138/+185
* | gitweb: new cgi parameter: optMiklos Vajna2007-07-121-0/+19
* | Add missing functions to contrib/emacs/vc-git.elDavid Kastrup2007-07-121-0/+65
* | Documentation for git-log --followSteven Walter2007-07-121-0/+9
* | reduce git-pack-objects memory usage a little moreNicolas Pitre2007-07-121-10/+9
* | Add documentation for --window-memory, pack.windowMemoryBrian Downing2007-07-123-0/+28
* | Add --window-memory option to git-repackBrian Downing2007-07-121-1/+2
* | Add pack-objects window memory usage limitBrian Downing2007-07-121-8/+44
* | Add functions for parsing integers with size suffixesBrian Downing2007-07-122-12/+49
* | Support fetching the memory usage of a delta indexBrian Downing2007-07-122-0/+17
* | Don't try to delta if target is much smaller than sourceBrian Downing2007-07-121-0/+2
* | Correct shebang line for contrib/stats/packinfo.plBrian Downing2007-07-121-1/+1
* | script to display a distribution of longest common hash prefixesNicolas Pitre2007-07-121-0/+26
* | apply delta depth bias to already deltified objectsNicolas Pitre2007-07-121-4/+10
* | Update list of older git docsJunio C Hamano2007-07-121-1/+2
* | Merge commit 'git-gui/master'Junio C Hamano2007-07-1223-888/+2210
|\ \
| * | git-gui: Change prior tree SHA-1 verification to use git_readShawn O. Pearce2007-07-121-1/+1
| * | Merge branch 'maint'Shawn O. Pearce2007-07-121-1/+12
| |\ \
| * | | git-gui: Include a space in Cygwin shortcut command linesShawn O. Pearce2007-07-091-1/+1
| * | | git-gui: Use sh.exe in Cygwin shortcutsShawn O. Pearce2007-07-091-1/+1
| * | | git-gui: Paper bag fix for Cygwin shortcut creationShawn O. Pearce2007-07-091-1/+1
| * | | Merge branch 'maint'Shawn O. Pearce2007-07-092-9/+17
| |\ \ \
| * | | | git-gui: Improve the Windows and Mac OS X shortcut creatorsShawn O. Pearce2007-07-092-21/+31
| * | | | git-gui: Teach console widget to use git_readShawn O. Pearce2007-07-092-34/+29
| * | | | git-gui: Perform our own magic shbang detection on WindowsShawn O. Pearce2007-07-091-13/+24
| * | | | git-gui: Treat `git version` as `git --version`Shawn O. Pearce2007-07-091-0/+1
| * | | | git-gui: Assume unfound commands are known by git wrapperShawn O. Pearce2007-07-091-1/+4
| * | | | git-gui: Correct gitk installation locationShawn O. Pearce2007-07-091-12/+4
| * | | | git-gui: Always use absolute path to all git executablesShawn O. Pearce2007-07-0913-84/+258
| * | | | git-gui: Show a progress meter for checking out filesShawn O. Pearce2007-07-082-18/+55
| * | | | git-gui: Change the main window progress bar to use status_barShawn O. Pearce2007-07-082-12/+8
| * | | | git-gui: Extract blame viewer status bar into mega-widgetShawn O. Pearce2007-07-082-41/+87
| * | | | git-gui: Allow double-click in checkout dialog to start checkoutShawn O. Pearce2007-07-082-0/+5
| * | | | git-gui: Default selection to first matching refShawn O. Pearce2007-07-081-0/+5
| * | | | git-gui: Unabbreviate commit SHA-1s prior to displayShawn O. Pearce2007-07-081-1/+20
| * | | | git-gui: Refactor branch switch to support detached headShawn O. Pearce2007-07-0811-449/+746
| * | | | git-gui: Refactor our ui_status_value update techniqueShawn O. Pearce2007-07-085-64/+67
| * | | | git-gui: Better handling of detached HEADShawn O. Pearce2007-07-081-4/+14