summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make show_rfc2822_date() just another date output format.Junio C Hamano2007-07-145-24/+21
* Support output ISO 8601 format datesRobin Rosenberg2007-07-144-2/+15
* Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2007-07-141-3/+3
|\
| * gitk: Fix bug introduced by previous commitPaul Mackerras2007-07-131-3/+3
* | Fix git-rebase -i to allow squashing of fast-forwardable commitsAlex Riesen2007-07-141-2/+3
* | lockfile.c: schedule remove_lock_file only once.Sven Verdoolaege2007-07-131-4/+4
* | send-email: discard blank around address in extract_valid_address as well.Stephen Rothwell2007-07-131-1/+1
* | make git-send-email.perl handle email addresses with no names when Email::Val...Greg KH2007-07-131-0/+1
* | Document git commit --untracked-files and --verboseJakub Narebski2007-07-131-1/+14
* | Document long options '--message=<msg>' and '--no-commit'Jakub Narebski2007-07-132-1/+2
* | Update git-merge documentation.Jakub Narebski2007-07-133-0/+21
* | Pack-objects: properly initialize the depth valueNicolas Pitre2007-07-131-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-101-1/+1
| * | | git-gui: Use sh.exe in Cygwin shortcutsShawn O. Pearce2007-07-101-1/+1
| * | | git-gui: Paper bag fix for Cygwin shortcut creationShawn O. Pearce2007-07-101-1/+1
| * | | Merge branch 'maint'Shawn O. Pearce2007-07-102-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-092-18/+55