summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-21--walk-reflogs: do not crash with cyclic reflog ancestryJohannes Schindelin
2007-01-21--walk-reflogs: actually find the right commit by date.Johannes Schindelin
2007-01-21Fix --walk-reflog with --pretty=onelineJunio C Hamano
2007-01-21reflog-walk: build fixesJunio C Hamano
2007-01-21log --walk-reflog: documentationJunio C Hamano
2007-01-21--walk-reflogs: disallow uninteresting commitsJohannes Schindelin
2007-01-21Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin
2007-01-21git-rebase: allow rebasing a detached HEAD.Junio C Hamano
2007-01-21branch -f: no reason to forbid updating the current branch in a bare repo.Junio C Hamano
2007-01-21git-tag -d: allow deleting multiple tags at once.Junio C Hamano
2007-01-21Do not verify filenames in a bare repositoryJohannes Schindelin
2007-01-21Stop ignoring Documentation/READMEJunio C Hamano
2007-01-21apply --cached: fix crash in subdirectoryJohannes Schindelin
2007-01-21show-branch --reflog: fix show_date() callJunio C Hamano
2007-01-21show_date(): fix relative datesJohannes Schindelin
2007-01-20show-branch --reflog: tighten input validation.Junio C Hamano
2007-01-20show-branch --reflog: show the reflog message at the top.Junio C Hamano
2007-01-20Extend read_ref_at() to be usable from places other than sha1_name.Junio C Hamano
2007-01-20dwim_ref(): Separate name-to-ref DWIM code out.Junio C Hamano
2007-01-20config_set_multivar(): disallow newlines in keysJohannes Schindelin
2007-01-20rename --exec to --receive-pack for push and send-packUwe Kleine-König
2007-01-20make --exec=... option to git-push configurableUwe Kleine-König
2007-01-20Update documentation of fetch-pack, push and send-packUwe Kleine-König
2007-01-20Documentation/git.txt: command re-classificationJunio C Hamano
2007-01-19Documentation: generated cmds-*.txt does not depend on git.txtJunio C Hamano
2007-01-19refs.c::read_ref_at(): fix bogus munmap() call.Junio C Hamano
2007-01-19for_each_reflog_ent: do not leak FILE *Junio C Hamano
2007-01-19Documentation: Generate command lists.Junio C Hamano
2007-01-18Documentation: sync git.txt command list and manual page titleJunio C Hamano
2007-01-18Documentation: move command list in git.txt into separate files.Junio C Hamano
2007-01-18prune-packed: add -q to usageMatthias Lederhofer
2007-01-18Document --ignore-if-in-upstream in git-format-patchDavid Kågedal
2007-01-18Shell syntax fix in git-resetDavid Kågedal
2007-01-18Use standard -t option for touch.Simon 'corecode' Schubert
2007-01-18Use fixed-size integers for .idx file I/OJunio C Hamano
2007-01-18Use fixed-size integers for the on-disk pack structure.Simon 'corecode' Schubert
2007-01-18git-format-patch: the default suffix is now .patch, not .txtJunio C Hamano
2007-01-18git-format-patch: make --binary on by defaultJunio C Hamano
2007-01-18Add --summary to git-format-patch by defaultJunio C Hamano
2007-01-18git-format-patch -3Junio C Hamano
2007-01-18Document pack .idx file format upgrade strategy.Shawn O. Pearce
2007-01-18Refer users to git-rev-parse for revision specification syntax.Shawn O. Pearce
2007-01-18Document the master@{n} reflog query syntax.Shawn O. Pearce
2007-01-17Documentation/git-parse-remote.txt: we deal with config vars as wellJunio C Hamano
2007-01-17Documentation: m can be relative in "git-blame -Ln,m"Junio C Hamano
2007-01-17Documentation: suggest corresponding Porcelain-level in plumbing docs.Junio C Hamano
2007-01-17Documentation/git-resolve: deprecated.Junio C Hamano
2007-01-17sanitize content of README fileNicolas Pitre
2007-01-17git-format-patch: do not crash with format.headers without value.Junio C Hamano
2007-01-17Introduce 'git-format-patch --suffix=.patch'Junio C Hamano