summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use PRIuMAX instead of 'unsigned long long' in show-indexShawn O. Pearce2007-10-211-1/+1
* Merge branch 'maint'Shawn O. Pearce2007-10-2113-32/+187
|\
| * Describe more 1.5.3.5 fixes in release notesShawn O. Pearce2007-10-211-0/+15
| * Fix diffcore-break total breakageLinus Torvalds2007-10-212-4/+8
| * Fix directory scanner to correctly ignore files without d_typeLinus Torvalds2007-10-211-14/+38
| * Merge branch 'maint' of git://repo.or.cz/git-gui into maintShawn O. Pearce2007-10-214-11/+73
| |\
| | * git-gui: Don't display CR within console windowsgitgui-0.8.4Shawn O. Pearce2007-10-211-1/+1
| | * git-gui: Handle progress bars from newer gitsShawn O. Pearce2007-10-211-1/+4
| | * git-gui: Correctly report failures from git-write-treeShawn O. Pearce2007-10-201-1/+1
| | * git-gui: accept versions containing text annotations, like 1.5.3.mingw.1Steffen Prohaska2007-10-081-0/+1
| | * git-gui: Don't crash when starting gitk from a browser sessionShawn O. Pearce2007-10-031-2/+8
| | * git-gui: Allow gitk to be started on Cygwin with native Tcl/TkShawn O. Pearce2007-10-031-0/+20
| | * git-gui: Ensure .git/info/exclude is honored in Cygwin workdirsShawn O. Pearce2007-09-221-3/+31
| | * git-gui: Handle starting on mapped shares under CygwinShawn O. Pearce2007-09-221-1/+1
| | * git-gui: Display message box when we cannot find git in $PATHShawn O. Pearce2007-09-221-1/+5
| | * git-gui: Avoid using bold text in entire gui for some fontsSimon Sasburg2007-09-201-1/+1
| * | Improve receive-pack error message about funny ref creationJoakim Tjernlund2007-10-211-1/+1
| * | fast-import: Fix argument order to die in file_change_mJulian Phillips2007-10-211-1/+1
| * | gitk.txt: Fix markup.Ralf Wildenhues2007-10-201-1/+1
| * | send-pack: respect '+' on wildcard refspecsJeff King2007-10-202-0/+50
* | | Improved const correctness for stringsShawn O. Pearce2007-10-214-5/+5
* | | Merge git://git.kernel.org/pub/scm/gitk/gitkShawn O. Pearce2007-10-211-20/+21
|\ \ \
| * | | gitk: Fix "can't unset prevlines(...)" Tcl errorPaul Mackerras2007-10-211-16/+5
| * | | gitk: Avoid an error when cherry-picking if HEAD has moved onPaul Mackerras2007-10-201-1/+1
| * | | gitk: Check that we are running on at least Tcl/Tk 8.4Paul Mackerras2007-10-201-0/+7
| * | | gitk: Do not pick up file names of "copy from" linesJohannes Sixt2007-10-201-2/+1
| * | | gitk: Add support for OS X mouse wheelJonathan del Strother2007-10-201-0/+6
| * | | gitk: disable colours when calling git logSam Vilain2007-10-171-1/+1
* | | | Deduce exec_path also from calls to git with a relative pathJohannes Schindelin2007-10-211-2/+3
* | | | git-p4 support for perforce renames.Chris Pettitt2007-10-201-1/+11
* | | | git-p4: When skipping a patch as part of "git-p4 submit" make sure we correct...Simon Hausmann2007-10-201-0/+4
* | | | Merge branch 'maint'Shawn O. Pearce2007-10-191-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Paper bag fix diff invocation in 'git stash show'Shawn O. Pearce2007-10-191-1/+1
* | | | Merge branch 'maint'Shawn O. Pearce2007-10-197-8/+43
|\| | |
| * | | Further 1.5.3.5 fixes described in release notesShawn O. Pearce2007-10-191-3/+13
| * | | Avoid invoking diff drivers during git-stashShawn O. Pearce2007-10-191-3/+3
| * | | attr: fix segfault in gitattributes parsing codeSteffen Prohaska2007-10-192-1/+11
| * | | Define NI_MAXSERV if not defined by operating systemPatrick Welche2007-10-191-0/+4
| * | | Ensure we add directories in the correct orderAlex Bennee2007-10-191-0/+11
| * | | Avoid scary errors about tagged trees/blobs during git-fetchLinus Torvalds2007-10-191-1/+1
* | | | Documentation/git-gc: improve description of --autoJeff King2007-10-191-12/+17
* | | | Documentation/git-gc: explain --auto in descriptionJeff King2007-10-191-1/+2
* | | | git-gc: improve wording of --auto notificationJeff King2007-10-191-3/+3
* | | | Merge branch 'jc/am-quiet'Shawn O. Pearce2007-10-181-4/+0
|\ \ \ \
| * | | | git-am: fix typo in the previous one.Junio C Hamano2007-10-011-1/+1
| * | | | git-am: make the output quieter.Junio C Hamano2007-09-301-5/+1
* | | | | Merge branch 'maint'Shawn O. Pearce2007-10-186-4/+92
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Yet more 1.5.3.5 fixes mentioned in release notesShawn O. Pearce2007-10-181-0/+8
| * | | | cvsserver: Use exit 1 instead of die when req_Root fails.Brian Gernhardt2007-10-181-2/+4
| * | | | git-blame shouldn't crash if run in an unmerged treeLinus Torvalds2007-10-182-0/+75