summaryrefslogtreecommitdiffstats
path: root/t/t4017-diff-retval.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-12Define NO_MEMMEM of FreeBSD as it lacks the functionRobert Boone1-0/+1
2007-09-12stash: end index commit log with a newlineJean-Luc Herren1-1/+1
2007-09-12git-commit: Disallow amend if it is going to produce an empty non-merge commitDmitry V. Levin1-1/+1
2007-09-12git-send-email.perl: Add angle brackets to In-Reply-To if necessaryDavid Kastrup1-1/+2
2007-09-12Fix a test failure (t9500-*.sh) on cygwinRamsay Jones1-5/+13
2007-09-10archive - leakfix for format_subst()Junio C Hamano1-0/+1
2007-09-10Make --no-thin the default in git-push to save server resourcesShawn O. Pearce1-1/+1
2007-09-10fix doc for --compression argument to pack-objectsNicolas Pitre1-6/+2
2007-09-10git-tag -s must fail if gpg cannot sign the tag.Carlos Rica2-4/+21
2007-09-09git-svn: understand grafts when doing dcommitEric Wong1-8/+3
2007-09-09git-diff: don't squelch the new SHA1 in submodule diffsSven Verdoolaege2-4/+21
2007-09-09Define NO_MEMMEM on Darwin as it lacks the functionShawn O. Pearce1-0/+1
2007-09-08git-svn: fix "Malformed network data" with svn:// serversEric Wong1-1/+13
2007-09-08(cvs|svn)import: Ask git-tag to overwrite old tags.Michael Smith2-2/+2
2007-09-08git-rebase: fix -C optionJ. Bruce Fields1-1/+0
2007-09-08git-rebase: support --whitespace=<option>J. Bruce Fields2-3/+11
2007-09-08Documentation / grammer nitMike Ralphson1-1/+1
2007-09-07archive: rename attribute specfile to export-substRené Scharfe3-19/+19
2007-09-07archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLD...René Scharfe3-8/+53
2007-09-07add memmem()René Scharfe3-0/+46
2007-09-06Include a git-push example for creating a remote branchShawn O. Pearce1-0/+6
2007-09-06Cleanup unnecessary file modifications in t1400-update-refShawn O. Pearce1-2/+0
2007-09-06Makefile: Add cache-tree.h to the headers listDmitry V. Levin1-1/+1
2007-09-06Don't allow contrib/workdir/git-new-workdir to trash existing dirsShawn O. Pearce1-0/+6
2007-09-06git-apply: do not read past the end of bufferJunio C Hamano2-1/+60
2007-09-05Function for updating refs.Carlos Rica5-29/+46
2007-09-04Remove unused function convert_sha1_file()René Scharfe2-16/+0
2007-09-04archive: specfile support (--pretty=format: in archive files)René Scharfe6-3/+98
2007-09-04Export format_commit_message()Ren,bi(B Scharfe2-4/+6
2007-09-03git-p4: Added support for automatically importing newly appearing perforce br...Simon Hausmann1-2/+74
2007-09-03git-p4: Cleanup; moved the (duplicated) code for turning a branch into a git ...Simon Hausmann1-17/+11
2007-09-03git-p4: Cleanup; moved the code for the initial #head or revision import into...Simon Hausmann1-42/+45
2007-09-03git-p4: Cleanup; Turn self.revision into a function local variable (it's not ...Simon Hausmann1-9/+9
2007-09-03git-p4: Cleanup; moved the code to import a list of p4 changes using fast-imp...Simon Hausmann1-69/+71
2007-09-03git-p4: Cleanup; moved the code for getting a sorted list of p4 changes for a...Simon Hausmann1-9/+14
2007-09-03git-p4: After submission to p4 always synchronize from p4 again (into refs/re...Simon Hausmann1-2/+9
2007-09-03git-p4: Always call 'p4 sync ...' before submitting to Perforce.Simon Hausmann1-3/+2
2007-09-03send-email: Add support for SSL and SMTP-AUTHDouglas Stockwell2-27/+109
2007-09-03Start 1.5.4 cycleJunio C Hamano3-2/+16
2007-09-03GIT 1.5.3.1: obsolete git-p4 in RPM spec file.v1.5.3.1Junio C Hamano5-3/+17
2007-09-03Typofix: 1.5.3 release notesJunio C Hamano1-1/+1
2007-09-02GIT 1.5.3v1.5.3Junio C Hamano1-7/+21
2007-09-01Mention -m as an abbreviation for --mergeRobin Rosenberg1-2/+2
2007-09-01Update my contact address as the maintainer.Junio C Hamano2-2/+3
2007-09-01Documentation: minor AsciiDoc mark-up fixes.Junio C Hamano2-14/+14
2007-09-01URL: allow port specification in ssh:// URLsLuben Tuikov2-2/+32
2007-09-01Avoid one-or-more (\+) non BRE in sed scripts.Junio C Hamano2-5/+2
2007-09-01rebase -m: Fix incorrect short-logs of already applied commits.Johannes Sixt2-5/+52
2007-09-01git-diff: resurrect the traditional empty "diff --git" behaviourJunio C Hamano4-7/+45
2007-09-01git-tag: Fix -l option to use better shell style globs.Carlos Rica2-20/+11