summaryrefslogtreecommitdiffstats
path: root/git-rebase--interactive.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-28Documentation: minor grammatical fixes.David J. Mellor1-6/+6
2009-02-28Ensure proper setup of git_dir for git-hash-objectElijah Newren1-2/+2
2009-02-28added missing backtick in git-apply.txtDanijel Tasov1-1/+1
2009-02-27bisect: fix another instance of eval'ed stringChristian Couder1-1/+7
2009-02-27bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedChristian Couder2-35/+66
2009-02-26Fix odb_mkstemp() on AIXMike Ralphson1-1/+2
2009-02-25Make sure objects/pack exists before creating a new packJunio C Hamano7-27/+72
2009-02-20More friendly message when locking the index fails.Matthieu Moy3-3/+17
2009-02-20Document git blame --reverse.Matthieu Moy2-1/+8
2009-02-19Documentation: Note file formats send-email acceptsTodd Zullinger1-0/+13
2009-02-18tests: fix "export var=val"Junio C Hamano2-3/+3
2009-02-18Skip timestamp differences for diff --no-indexMichael Spang3-0/+8
2009-02-18Documentation/git-push: --all, --mirror, --tags can not be combinedGerrit Pape1-1/+1
2009-02-12Support "\" in non-wildcard exclusion entriesFinn Arne Gangstad2-2/+9
2009-02-12Prepare for 1.6.1.4.Junio C Hamano2-1/+20
2009-02-12Make repack less likely to corrupt repositoryJunio C Hamano1-20/+67
2009-02-12fast-export: ensure we traverse commits in topological orderElijah Newren1-0/+1
2009-02-11Clear the delta base cache if a pack is rebuiltShawn O. Pearce1-0/+1
2009-02-11revision traversal and pack: notice and die on missing commitJunio C Hamano2-2/+43
2009-02-11Clear the delta base cache during fast-import checkpointShawn O. Pearce3-0/+9
2009-02-09gitweb: add $prevent_xss option to prevent XSS by repository contentMatt McCutchen2-3/+27
2009-02-08rev-list: fix showing distance when using --bisect-allChristian Couder1-0/+1
2009-02-07GIT 1.6.1.3v1.6.1.3Junio C Hamano3-2/+34
2009-02-06filter-branch: do not consider diverging submodules a 'dirty worktree'Johannes Schindelin1-1/+1
2009-02-05Fixed broken git help -w when installing from RPMDavid J. Mellor1-1/+4
2009-02-05builtin-blame.c: Use utf8_strwidth for author's namesGeoffrey Thomas1-5/+7
2009-02-05utf8: add utf8_strwidth()Geoffrey Thomas2-0/+20
2009-02-04urls.txt: document optional port specification in git URLSStefan Naewe1-4/+4
2009-02-04builtin-mv.c: check for unversionned files before looking at the destination.Matthieu Moy2-5/+5
2009-02-04Add a testcase for "git mv -f" on untracked files.Matthieu Moy1-0/+8
2009-02-04Missing && in t/t7001.sh.Matthieu Moy1-1/+1
2009-02-04builtin-remote: make rm operation safer in mirrored repositoryJay Soffian2-2/+53
2009-02-04User-manual: "git stash <comment>" form is long goneWilliam Pursell1-1/+1
2009-02-04add test-dump-cache-tree in MakefileGuanqun Lu2-1/+1
2009-02-04fix typo in DocumentationGuanqun Lu1-1/+1
2009-02-04apply: fix access to an uninitialized mode variable, found by valgrindJohannes Schindelin1-1/+1
2009-02-04filter-branch: Fix fatal error on bare repositoriesEric Kidd2-13/+16
2009-02-04builtin-remote: make rm() use properly named variable to hold return valueJay Soffian1-5/+5
2009-02-02grep: pass -I (ignore binary) down to external grepJunio C Hamano1-0/+2
2009-01-31merge: fix out-of-bounds memory accessRené Scharfe1-3/+6
2009-01-29GIT 1.6.1.2v1.6.1.2Junio C Hamano3-2/+41
2009-01-29avoid 31-bit truncation in write_loose_objectJeff King1-1/+2
2009-01-29add -u: do not fail to resolve a path as deletedJunio C Hamano2-1/+69
2009-01-29builtin-apply.c: do not set bogus mode in check_preimage() for deleted pathJunio C Hamano1-1/+1
2009-01-29mailinfo: tests for RFC2047 examplesKirill Smelkov14-0/+100
2009-01-29mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U Thor)'Kirill Smelkov5-1/+11
2009-01-28Fix submodule squashing into unrelated commitJohannes Schindelin2-6/+5
2009-01-28rebase -i squashes submodule changes into unrelated commitJunio C Hamano1-0/+26
2009-01-28git: use run_command() to execute dashed externalsJeff King1-4/+13
2009-01-28run_command(): help callers distinguish errorsJeff King1-0/+1