summaryrefslogtreecommitdiffstats
path: root/test-absolute-path.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-01git-format-patch.txt: fix explanation of an example.Sergei Organov1-1/+1
2007-11-01git-filter-branch.txt: fix a typo.Sergei Organov1-1/+1
2007-11-01git-clone.txt: Improve --depth description.Ralf Wildenhues1-3/+3
2007-11-01gitweb: Update config file example for snapshot feature in gitweb/INSTALLJakub Narebski1-1/+1
2007-10-31GIT 1.5.3.5v1.5.3.5Junio C Hamano2-7/+1
2007-10-31Update GIT 1.5.3.5 Release NotesJunio C Hamano1-1/+7
2007-10-31git-rebase--interactive.sh: Make 3-way merge strategies work for -p.Björn Steinbrink1-0/+2
2007-10-31git-rebase--interactive.sh: Don't pass a strategy to git-cherry-pick.Björn Steinbrink1-2/+2
2007-10-31Fix --strategy parsing in git-rebase--interactive.shBjörn Steinbrink1-1/+0
2007-10-31Make merge-recursive honor diff.renamelimitLars Hjemli1-0/+6
2007-10-31cherry-pick/revert: more compact user direction messageNicolas Pitre1-1/+1
2007-10-31core-tutorial: Use new syntax for git-merge.Sergei Organov1-4/+4
2007-10-31git-merge: document but discourage the historical syntaxJunio C Hamano1-5/+6
2007-10-31Prevent send-pack from segfaulting (backport from 'master')Junio C Hamano1-1/+4
2007-10-30Documentation/git-cvsexportcommit.txt: s/mgs/msg/ in exampleMichael W. Olson1-1/+1
2007-10-29RelNotes-1.5.3.5: describe recent fixesJunio C Hamano1-0/+21
2007-10-29merge-recursive.c: mrtree in merge() is not used before setJunio C Hamano1-1/+1
2007-10-29sha1_file.c: avoid gcc signed overflow warningsJunio C Hamano1-7/+9
2007-10-29Fix a small memory leak in builtin-addBenoit Sigoure1-0/+2
2007-10-28honor the http.sslVerify option in shell scriptsAurelien Bompard2-4/+6
2007-10-27Fix generation of perl/perl.makAlex Riesen1-5/+1
2007-10-25git-remote: fix "Use of uninitialized value in string ne"Junio C Hamano1-1/+2
2007-10-21Describe more 1.5.3.5 fixes in release notesShawn O. Pearce1-0/+15
2007-10-21Fix diffcore-break total breakageLinus Torvalds2-4/+8
2007-10-21Fix directory scanner to correctly ignore files without d_typeLinus Torvalds1-14/+38
2007-10-21Improve receive-pack error message about funny ref creationJoakim Tjernlund1-1/+1
2007-10-21fast-import: Fix argument order to die in file_change_mJulian Phillips1-1/+1
2007-10-21git-gui: Don't display CR within console windowsgitgui-0.8.4Shawn O. Pearce1-1/+1
2007-10-21git-gui: Handle progress bars from newer gitsShawn O. Pearce1-1/+4
2007-10-20git-gui: Correctly report failures from git-write-treeShawn O. Pearce1-1/+1
2007-10-20gitk.txt: Fix markup.Ralf Wildenhues1-1/+1
2007-10-20send-pack: respect '+' on wildcard refspecsJeff King2-0/+50
2007-10-19Paper bag fix diff invocation in 'git stash show'Shawn O. Pearce1-1/+1
2007-10-19Further 1.5.3.5 fixes described in release notesShawn O. Pearce1-3/+13
2007-10-19Avoid invoking diff drivers during git-stashShawn O. Pearce1-3/+3
2007-10-19attr: fix segfault in gitattributes parsing codeSteffen Prohaska2-1/+11
2007-10-19Define NI_MAXSERV if not defined by operating systemPatrick Welche1-0/+4
2007-10-19Ensure we add directories in the correct orderAlex Bennee1-0/+11
2007-10-19Avoid scary errors about tagged trees/blobs during git-fetchLinus Torvalds1-1/+1
2007-10-18Yet more 1.5.3.5 fixes mentioned in release notesShawn O. Pearce1-0/+8
2007-10-18cvsserver: Use exit 1 instead of die when req_Root fails.Brian Gernhardt1-2/+4
2007-10-18git-blame shouldn't crash if run in an unmerged treeLinus Torvalds2-0/+75
2007-10-18git-config: print error message if the config file cannot be readGerrit Pape1-1/+4
2007-10-18fixing output of non-fast-forward output of post-receive-emailRobert Schiele1-1/+1
2007-10-17Document additional 1.5.3.5 fixes in release notesShawn O. Pearce1-0/+15
2007-10-17Avoid 'expr index' on Mac OS X as it isn't supportedShawn O. Pearce1-2/+1
2007-10-17filter-branch: update current branch when rewrittenJohannes Schindelin2-1/+18
2007-10-17fix filter-branch documentationJohannes Schindelin1-2/+1
2007-10-17helpful error message when send-pack finds no refs in common.Andrew Clausen1-1/+2
2007-10-17Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREEJohannes Schindelin2-1/+21