summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-21Merge branch 'maint' of git://repo.or.cz/git-gui into maintShawn O. Pearce
2007-10-21Improve receive-pack error message about funny ref creationJoakim Tjernlund
2007-10-21fast-import: Fix argument order to die in file_change_mJulian Phillips
2007-10-21git-gui: Don't display CR within console windowsgitgui-0.8.4Shawn O. Pearce
2007-10-21git-gui: Handle progress bars from newer gitsShawn O. Pearce
2007-10-20git-gui: Correctly report failures from git-write-treeShawn O. Pearce
2007-10-20gitk.txt: Fix markup.Ralf Wildenhues
2007-10-20send-pack: respect '+' on wildcard refspecsJeff King
2007-10-19Paper bag fix diff invocation in 'git stash show'Shawn O. Pearce
2007-10-19Further 1.5.3.5 fixes described in release notesShawn O. Pearce
2007-10-19Avoid invoking diff drivers during git-stashShawn O. Pearce
2007-10-19attr: fix segfault in gitattributes parsing codeSteffen Prohaska
2007-10-19Define NI_MAXSERV if not defined by operating systemPatrick Welche
2007-10-19Ensure we add directories in the correct orderAlex Bennee
2007-10-19Avoid scary errors about tagged trees/blobs during git-fetchLinus Torvalds
2007-10-18Yet more 1.5.3.5 fixes mentioned in release notesShawn O. Pearce
2007-10-18cvsserver: Use exit 1 instead of die when req_Root fails.Brian Gernhardt
2007-10-18git-blame shouldn't crash if run in an unmerged treeLinus Torvalds
2007-10-18git-config: print error message if the config file cannot be readGerrit Pape
2007-10-18fixing output of non-fast-forward output of post-receive-emailRobert Schiele
2007-10-17Document additional 1.5.3.5 fixes in release notesShawn O. Pearce
2007-10-17Avoid 'expr index' on Mac OS X as it isn't supportedShawn O. Pearce
2007-10-17filter-branch: update current branch when rewrittenJohannes Schindelin
2007-10-17fix filter-branch documentationJohannes Schindelin
2007-10-17helpful error message when send-pack finds no refs in common.Andrew Clausen
2007-10-17Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREEJohannes Schindelin
2007-10-17Correct typos in release notes for 1.5.3.5Shawn O. Pearce
2007-10-16Whip post 1.5.3.4 maintenance series into shape.Shawn O. Pearce
2007-10-16rebase -i: use diff plumbing instead of porcelainJohannes Schindelin
2007-10-16Do not remove distributed configure scriptMathias Megyei
2007-10-16git-archive: document --execMichele Ballabio
2007-10-16git-reflog: document --verboseMichele Ballabio
2007-10-16git-config: handle --file option with relative pathname properlyGerrit Pape
2007-10-16clear_commit_marks(): avoid deep recursionJohannes Schindelin
2007-10-16git add -i: Remove unused variablesJean-Luc Herren
2007-10-16git add -i: Fix parsing of abbreviated hunk headersJean-Luc Herren
2007-10-16git-config: don't silently ignore options after --listFrank Lichtenheld
2007-10-16Clean up "git log" format with DIFF_FORMAT_NO_OUTPUTLinus Torvalds
2007-10-16Fix embarrassing "git log --follow" bugLinus Torvalds
2007-10-08git-gui: accept versions containing text annotations, like 1.5.3.mingw.1Steffen Prohaska
2007-10-03GIT 1.5.3.4v1.5.3.4Junio C Hamano
2007-10-03Add test case for ls-files --with-treeCarl Worth
2007-10-03Must not modify the_index.cache as it may be passed to realloc at some point.Keith Packard
2007-10-03git-gui: Don't crash when starting gitk from a browser sessionShawn O. Pearce
2007-10-03git-gui: Allow gitk to be started on Cygwin with native Tcl/TkShawn O. Pearce
2007-10-03the ar tool is called gar on some systemsRobert Schiele
2007-10-03rename diff_free_filespec_data_large() to diff_free_filespec_blob()Junio C Hamano
2007-10-03diffcore-rename: cache file deltasJeff King
2007-10-03Mention 'cpio' dependency in INSTALLJohan Herland
2007-10-03Make git-pull complain and give advice when there is nothing to merge withFederico Mena Quintero