summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-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
2007-10-03Note that git-branch will not automatically checkout the new branchFederico Mena Quintero
2007-10-03Add documentation for --track and --no-track to the git-branch docs.Federico Mena Quintero
2007-10-03Say when --track is useful in the git-checkout docs.Federico Mena Quintero
2007-10-02Fix typo in config.txtJohannes Schindelin
2007-10-02for-each-ref: fix %(numparent) and %(parent)Junio C Hamano
2007-10-02git-commit: initialize TMP_INDEX just to be sure.Junio C Hamano
2007-10-02fixed link in documentation of diff-optionsSteffen Prohaska
2007-10-01Whip post 1.5.3.3 maintenance series into shape.Junio C Hamano
2007-10-01git stash: document apply's --index switchMiklos Vajna
2007-10-01post-receive-hook: Remove the From field from the generated email header so t...Andy Parkins
2007-09-30git-remote: exit with non-zero status after detecting errors.Jari Aalto
2007-09-30rebase -i: squash should retain the authorship of the _first_ commitJohannes Schindelin
2007-09-30git-add--interactive: Improve behavior on bogus inputJean-Luc Herren
2007-09-30git-add--interactive: Allow Ctrl-D to exitJean-Luc Herren