summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | git-gui: Automatically refresh tracking branches when neededShawn O. Pearce2007-07-082-14/+88
| * | | git-gui: Option to default new branches to match tracking branchesShawn O. Pearce2007-07-084-5/+26
| * | | git-gui: Sort tags descending by tagger dateShawn O. Pearce2007-07-081-3/+2
| * | | git-gui: Enhance choose_rev to handle hundreds of branchesShawn O. Pearce2007-07-083-114/+249
| * | | git-gui: Fast-forward existing branch in branch create dialogShawn O. Pearce2007-07-081-22/+198
| * | | git-gui: Allow users to match remote branch names locallyShawn O. Pearce2007-07-082-4/+49
| * | | git-gui: Maintain remote and source ref for tracking branchesShawn O. Pearce2007-07-082-18/+60
| * | | git-gui: Optimize for newstyle refs/remotes layoutShawn O. Pearce2007-07-082-21/+40
| * | | git-gui: Refactor the delete branch dialog to use class systemShawn O. Pearce2007-07-084-165/+185
| * | | git-gui: Abstract the revision picker into a mega widgetShawn O. Pearce2007-07-084-213/+287
| * | | git-gui: Teach class system to support [$this cmd] syntaxShawn O. Pearce2007-07-081-12/+26
| * | | Merge branch 'maint'Shawn O. Pearce2007-07-081-0/+4
| |\ \ \
| * | | | git-gui: use "blame -w -C -C" for "where did it come from, originally?"Junio C Hamano2007-07-081-1/+9
| * | | | git-gui: New Git version check support routineShawn O. Pearce2007-07-081-15/+58
| * | | | git-gui: Honor rerere.enabled configuration optionShawn O. Pearce2007-07-081-1/+6