summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-204-11/+73
|\
| * git-gui: Don't display CR within console windowsgitgui-0.8.4Shawn O. Pearce2007-10-201-1/+1
| * git-gui: Handle progress bars from newer gitsShawn O. Pearce2007-10-201-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-071-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-211-3/+31
| * git-gui: Handle starting on mapped shares under CygwinShawn O. Pearce2007-09-211-1/+1
| * git-gui: Display message box when we cannot find git in $PATHShawn O. Pearce2007-09-211-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-201-1/+1
* | fast-import: Fix argument order to die in file_change_mJulian Phillips2007-10-201-1/+1
* | gitk.txt: Fix markup.Ralf Wildenhues2007-10-191-1/+1
* | send-pack: respect '+' on wildcard refspecsJeff King2007-10-192-0/+50
* | Paper bag fix diff invocation in 'git stash show'Shawn O. Pearce2007-10-191-1/+1
* | 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-181-3/+3
* | attr: fix segfault in gitattributes parsing codeSteffen Prohaska2007-10-182-1/+11
* | Define NI_MAXSERV if not defined by operating systemPatrick Welche2007-10-181-0/+4
* | Ensure we add directories in the correct orderAlex Bennee2007-10-181-0/+11
* | Avoid scary errors about tagged trees/blobs during git-fetchLinus Torvalds2007-10-181-1/+1
* | 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
* | git-config: print error message if the config file cannot be readGerrit Pape2007-10-181-1/+4
* | fixing output of non-fast-forward output of post-receive-emailRobert Schiele2007-10-181-1/+1
* | Document additional 1.5.3.5 fixes in release notesShawn O. Pearce2007-10-161-0/+15
* | Avoid 'expr index' on Mac OS X as it isn't supportedShawn O. Pearce2007-10-161-2/+1
* | filter-branch: update current branch when rewrittenJohannes Schindelin2007-10-162-1/+18
* | fix filter-branch documentationJohannes Schindelin2007-10-161-2/+1
* | helpful error message when send-pack finds no refs in common.Andrew Clausen2007-10-161-1/+2
* | Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREEJohannes Schindelin2007-10-162-1/+21
* | Correct typos in release notes for 1.5.3.5Shawn O. Pearce2007-10-161-2/+2
* | Whip post 1.5.3.4 maintenance series into shape.Shawn O. Pearce2007-10-152-1/+26
* | rebase -i: use diff plumbing instead of porcelainJohannes Schindelin2007-10-151-2/+2
* | Do not remove distributed configure scriptMathias Megyei2007-10-151-1/+4
* | git-archive: document --execMichele Ballabio2007-10-151-1/+6
* | git-reflog: document --verboseMichele Ballabio2007-10-151-1/+4
* | git-config: handle --file option with relative pathname properlyGerrit Pape2007-10-151-2/+7
* | clear_commit_marks(): avoid deep recursionJohannes Schindelin2007-10-151-9/+14
* | git add -i: Remove unused variablesJean-Luc Herren2007-10-151-10/+6
* | git add -i: Fix parsing of abbreviated hunk headersJean-Luc Herren2007-10-151-6/+5
* | git-config: don't silently ignore options after --listFrank Lichtenheld2007-10-151-1/+4
* | Clean up "git log" format with DIFF_FORMAT_NO_OUTPUTLinus Torvalds2007-10-153-3/+3
* | Fix embarrassing "git log --follow" bugLinus Torvalds2007-10-151-2/+2
* | GIT 1.5.3.4v1.5.3.4Junio C Hamano2007-10-032-11/+18
* | Add test case for ls-files --with-treeCarl Worth2007-10-031-0/+71
* | Must not modify the_index.cache as it may be passed to realloc at some point.Keith Packard2007-10-021-1/+2