summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-19Merge branch 'maint'Shawn O. Pearce
2007-10-19Further 1.5.3.5 fixes described in release notesShawn O. Pearce
2007-10-19Documentation/git-gc: improve description of --autoJeff King
2007-10-19Documentation/git-gc: explain --auto in descriptionJeff King
2007-10-19git-gc: improve wording of --auto notificationJeff King
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-18Merge branch 'jc/am-quiet'Shawn O. Pearce
2007-10-18Merge branch 'maint'Shawn O. Pearce
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-18Teach core.autocrlf to 'git blame'Marius Storm-Olsen
2007-10-18git-config: print error message if the config file cannot be readGerrit Pape
2007-10-18Merge branch 'lt/diff-rename'Shawn O. Pearce
2007-10-18Add a message explaining that automatic GC is about to startkoreth@midwinter.com
2007-10-18fixing output of non-fast-forward output of post-receive-emailRobert Schiele
2007-10-17git-svn: simplify the handling of fatal errorsBenoit Sigoure
2007-10-17git-svn: add git svn proplistBenoit Sigoure
2007-10-17git-svn: add git svn propgetBenoit Sigoure
2007-10-17git-svn: implement git svn create-ignoreBenoit Sigoure
2007-10-17git-svn: add a generic tree traversal to fetch SVN propertiesBenoit Sigoure
2007-10-17gitweb: speed up project listing on large work trees by limiting find depthLuke Lu
2007-10-17Merge branch 'maint'Shawn O. Pearce
2007-10-17Document additional 1.5.3.5 fixes in release notesShawn O. Pearce
2007-10-17git-cvsexportcommit.perl: git-apply no longer needs --binaryMichael Witten
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-17git-svn: use "no warnings 'once'" to disable false-positivesEygene Ryabinkin
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-16cvsexportcommit: get rid of temporary directoryJohannes Schindelin
2007-10-16git-rebase: document suppression of duplicate commitsJeff King
2007-10-16Documentation/git-tag.txt: Document how to backdate tagsMichael Olson
2007-10-16git-rebase--interactive.sh: Quote arguments to testMichael W. Olson
2007-10-16Merge branch 'maint'Shawn O. Pearce
2007-10-16Whip post 1.5.3.4 maintenance series into shape.Shawn O. Pearce
2007-10-16Minor usage update in setgitperms.perlJosh England
2007-10-16manual: use 'URL' instead of 'url'.Ralf Wildenhues
2007-10-16manual: add some markup.Ralf Wildenhues
2007-10-16manual: Fix example finding commits referencing given content.Ralf Wildenhues
2007-10-16Fix wording in push definition.Ralf Wildenhues
2007-10-16Fix some typos, punctuation, missing words, minor markup.Ralf Wildenhues
2007-10-16manual: Fix or remove em dashes.Ralf Wildenhues
2007-10-16Add a --dry-run option to git-push.Brian Ewins