summaryrefslogtreecommitdiffstats
path: root/builtin-rm.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-02-28index-pack: Loop over pread until data loading is complete.Shawn O. Pearce1-2/+8
2007-02-28blameview: Fix the browse behavior in blameviewAneesh Kumar1-1/+1
2007-02-28Fix minor typos/grammar in user-manual.txtMichael Coleman1-17/+14
2007-02-28Correct ordering in git-cvsimport's option documentationMichael Poole1-5/+4
2007-02-28git-show: Reject native refLinus Torvalds1-0/+2
2007-02-28Fix git-show man page formatting in the EXAMPLES sectionTheodore Tso1-3/+3
2007-02-27git-apply: do not fix whitespaces on context lines.Junio C Hamano1-1/+2
2007-02-27diff --cc: integer overflow given a 2GB-or-larger fileJim Meyering1-3/+3
2007-02-27mailinfo: do not get confused with logical lines that are too long.Linus Torvalds6-19/+147
2007-02-26GIT 1.5.0.2v1.5.0.2Junio C Hamano2-12/+18
2007-02-26git-remote: support remotes with a dot in the namePavel Roskin1-1/+1
2007-02-26Documentation: describe "-f/-t/-m" options to "git-remote add"Junio C Hamano1-0/+13
2007-02-26diff --cc: fix display of symlink conflicts during a merge.Junio C Hamano2-7/+34
2007-02-26merge-recursive: fix longstanding bug in merging symlinksJunio C Hamano1-1/+1
2007-02-26merge-index: fix longstanding bug in merging symlinksJunio C Hamano1-1/+1
2007-02-25Add Release Notes to prepare for 1.5.0.2Junio C Hamano2-1/+60
2007-02-25Allow arbitrary number of arguments to git-pack-objectsRoland Dreier1-3/+9
2007-02-25rerere: do not deal with symlinks.Junio C Hamano1-5/+9
2007-02-25rerere: do not skip two conflicted paths next to each other.Junio C Hamano1-1/+1
2007-02-25Don't modify CREDITS-FILE if it hasn't changed.Junio C Hamano1-6/+19
2007-02-24diff-patch: Avoid emitting double-slashes in textual patch.Junio C Hamano1-2/+4
2007-02-24Reword git-am 3-way fallback failure message.Junio C Hamano1-1/+1
2007-02-24Limit filename for format-patchRobin Rosenberg1-7/+21
2007-02-24core.legacyheaders: Use the description used in RelNotes-1.5.0Santi BĂ©jar1-4/+11
2007-02-24git-show-ref --verify: Fail if called without a referenceDmitry V. Levin1-2/+4
2007-02-23git-diff: fix combined diffJohannes Schindelin1-1/+2
2007-02-23Fix 'git commit -a' in a newly initialized repositoryFredrik Kuivinen1-0/+4
2007-02-22Include git-gui credits file in dist.Shawn O. Pearce1-1/+2
2007-02-22Document the new core.bare configuration option.Shawn O. Pearce1-0/+12
2007-02-21Use gunzip -c over gzcat in import-tars example.Michael Loeffler1-3/+6
2007-02-21git-gui: Don't crash in citool mode on initial commit.gitgui-0.6.1Shawn O. Pearce1-8/+8
2007-02-21git-gui: Remove TODO list.Shawn O. Pearce1-44/+0
2007-02-21git-gui: Include browser in our usage message.Shawn O. Pearce1-1/+1
2007-02-21git-gui: Change summary of git-gui.Shawn O. Pearce1-1/+1
2007-02-21git-gui: Display all authors of git-gui.Shawn O. Pearce4-10/+136
2007-02-21git-gui: Use mixed path for docs on Cygwin.Shawn O. Pearce1-1/+1
2007-02-21Check for PRIuMAX rather than NO_C99_FORMAT in fast-import.c.Jason Riedy1-21/+16
2007-02-20Obey NO_C99_FORMAT in fast-import.c.Jason Riedy1-14/+23
2007-02-20Add a compat/strtoumax.c for Solaris 8.Jason Riedy3-0/+28
2007-02-20git-clone: Sync documentation to usage note.Christian Schlotter2-3/+3
2007-02-19GIT 1.5.0.1v1.5.0.1Junio C Hamano3-8/+13
2007-02-19Documentation/i18n.txt: it is i18n.commitencoding not core.commitencodingFredrik Kuivinen1-6/+6
2007-02-19Read the config in rev-listFredrik Kuivinen1-0/+1
2007-02-18git-gui: Correct crash when saving options in blame mode.Shawn O. Pearce1-15/+21
2007-02-18Update draft release notes for 1.5.0.1Junio C Hamano1-2/+19
2007-02-17Convert update-index references in docs to add.Shawn O. Pearce9-14/+15
2007-02-17Attempt to improve git-rebase lead-in description.Shawn O. Pearce1-8/+14
2007-02-17Do not take mode bits from index after type change.Junio C Hamano6-16/+46
2007-02-17git-blame: prevent argument parsing segfaultTommi Kyntola1-0/+3
2007-02-17git-merge: minor fix for no_trivial_merge_strategies.Junio C Hamano1-6/+9