summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-19gitk.txt: Fix markup.Libravatar Ralf Wildenhues1-1/+1
2007-10-19send-pack: respect '+' on wildcard refspecsLibravatar Jeff King2-0/+50
2007-10-19Paper bag fix diff invocation in 'git stash show'Libravatar Shawn O. Pearce1-1/+1
2007-10-19Further 1.5.3.5 fixes described in release notesLibravatar Shawn O. Pearce1-3/+13
2007-10-18Avoid invoking diff drivers during git-stashLibravatar Shawn O. Pearce1-3/+3
2007-10-18attr: fix segfault in gitattributes parsing codeLibravatar Steffen Prohaska2-1/+11
2007-10-18Define NI_MAXSERV if not defined by operating systemLibravatar Patrick Welche1-0/+4
2007-10-18Ensure we add directories in the correct orderLibravatar Alex Bennee1-0/+11
2007-10-18Avoid scary errors about tagged trees/blobs during git-fetchLibravatar Linus Torvalds1-1/+1
2007-10-18Yet more 1.5.3.5 fixes mentioned in release notesLibravatar Shawn O. Pearce1-0/+8
2007-10-18cvsserver: Use exit 1 instead of die when req_Root fails.Libravatar Brian Gernhardt1-2/+4
2007-10-18git-blame shouldn't crash if run in an unmerged treeLibravatar Linus Torvalds2-0/+75
2007-10-18git-config: print error message if the config file cannot be readLibravatar Gerrit Pape1-1/+4
2007-10-18fixing output of non-fast-forward output of post-receive-emailLibravatar Robert Schiele1-1/+1
2007-10-16Document additional 1.5.3.5 fixes in release notesLibravatar Shawn O. Pearce1-0/+15
2007-10-16Avoid 'expr index' on Mac OS X as it isn't supportedLibravatar Shawn O. Pearce1-2/+1
2007-10-16filter-branch: update current branch when rewrittenLibravatar Johannes Schindelin2-1/+18
2007-10-16fix filter-branch documentationLibravatar Johannes Schindelin1-2/+1
2007-10-16helpful error message when send-pack finds no refs in common.Libravatar Andrew Clausen1-1/+2
2007-10-16Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREELibravatar Johannes Schindelin2-1/+21
2007-10-16Correct typos in release notes for 1.5.3.5Libravatar Shawn O. Pearce1-2/+2
2007-10-15Whip post 1.5.3.4 maintenance series into shape.Libravatar Shawn O. Pearce2-1/+26
2007-10-15rebase -i: use diff plumbing instead of porcelainLibravatar Johannes Schindelin1-2/+2
2007-10-15Do not remove distributed configure scriptLibravatar Mathias Megyei1-1/+4
2007-10-15git-archive: document --execLibravatar Michele Ballabio1-1/+6
2007-10-15git-reflog: document --verboseLibravatar Michele Ballabio1-1/+4
2007-10-15git-config: handle --file option with relative pathname properlyLibravatar Gerrit Pape1-2/+7
2007-10-15clear_commit_marks(): avoid deep recursionLibravatar Johannes Schindelin1-9/+14
2007-10-15git add -i: Remove unused variablesLibravatar Jean-Luc Herren1-10/+6
2007-10-15git add -i: Fix parsing of abbreviated hunk headersLibravatar Jean-Luc Herren1-6/+5
2007-10-15git-config: don't silently ignore options after --listLibravatar Frank Lichtenheld1-1/+4
2007-10-15Clean up "git log" format with DIFF_FORMAT_NO_OUTPUTLibravatar Linus Torvalds3-3/+3
2007-10-15Fix embarrassing "git log --follow" bugLibravatar Linus Torvalds1-2/+2
2007-10-07git-gui: accept versions containing text annotations, like 1.5.3.mingw.1Libravatar Steffen Prohaska1-0/+1
2007-10-03GIT 1.5.3.4Libravatar Junio C Hamano2-11/+18
2007-10-03Add test case for ls-files --with-treeLibravatar Carl Worth1-0/+71
2007-10-02Must not modify the_index.cache as it may be passed to realloc at some point.Libravatar Keith Packard1-1/+2
2007-10-03git-gui: Don't crash when starting gitk from a browser sessionLibravatar Shawn O. Pearce1-2/+8
2007-10-03git-gui: Allow gitk to be started on Cygwin with native Tcl/TkLibravatar Shawn O. Pearce1-0/+20
2007-10-02the ar tool is called gar on some systemsLibravatar Robert Schiele1-1/+1
2007-10-02rename diff_free_filespec_data_large() to diff_free_filespec_blob()Libravatar Junio C Hamano3-5/+5
2007-10-02diffcore-rename: cache file deltasLibravatar Jeff King3-4/+11
2007-10-02Mention 'cpio' dependency in INSTALLLibravatar Johan Herland1-0/+3
2007-10-02Make git-pull complain and give advice when there is nothing to merge withLibravatar Federico Mena Quintero1-4/+18
2007-10-02Note that git-branch will not automatically checkout the new branchLibravatar Federico Mena Quintero1-0/+4
2007-10-02Add documentation for --track and --no-track to the git-branch docs.Libravatar Federico Mena Quintero1-0/+15
2007-10-02Say when --track is useful in the git-checkout docs.Libravatar Federico Mena Quintero1-1/+3
2007-10-02Fix typo in config.txtLibravatar Johannes Schindelin1-1/+1
2007-10-02for-each-ref: fix %(numparent) and %(parent)Libravatar Junio C Hamano1-4/+6
2007-10-02git-commit: initialize TMP_INDEX just to be sure.Libravatar Junio C Hamano1-0/+1