summaryrefslogtreecommitdiffstats
path: root/git-merge-one-file.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2006-11-13Catch errors when writing an index that contains invalid objects.Johannes Sixt2-0/+24
2006-11-13test-lib.sh: A command dying due to a signal is an unexpected failure.Johannes Sixt1-1/+1
2006-11-13git-update-index(1): fix use of quoting in section titleJonas Fonseca1-2/+2
2006-11-12git-cvsserver: read from git with -z to get non-ASCII pathnames.v1.4.3.5Junio C Hamano1-28/+35
2006-11-11path-list: fix path-list-insert return valueJunio C Hamano1-1/+1
2006-11-09git-rebase: Use --ignore-if-in-upstream option when executing git-format-patch.Robert Shearman1-1/+1
2006-11-09git-svn: fix dcommit losing changes when out-of-date from svnEric Wong4-4/+102
2006-11-09git-svn: don't die on rebuild when --upgrade is specifiedEric Wong1-1/+1
2006-11-09git-svn: avoid printing filenames of files we're not trackingEric Wong1-5/+4
2006-11-09Nicer error messages in case saving an object to db goes wrongPetr Baudis1-9/+12
2006-11-08remove an unneeded testTero Roponen1-2/+0
2006-11-07Documentation: Transplanting branch with git-rebase --ontoJakub Narebski1-8/+57
2006-11-06merge-recursive implicitely depends on trust_executable_bitAlex Riesen1-0/+1
2006-11-06adjust_shared_perm: chmod() only when needed.Junio C Hamano1-1/+1
2006-11-06Fix git-runstatus for repositories containing a file named HEADJeff King1-8/+3
2006-11-05Remove unsupported C99 style struct initializers in git-archive.v1.4.3.4Shawn O. Pearce2-13/+12
2006-11-05Remove SIMPLE_PROGRAMS and make git-daemon a normal program.Shawn O. Pearce1-12/+2
2006-11-05Use ULONG_MAX rather than implicit cast of -1.Shawn O. Pearce1-1/+1
2006-11-04apply: handle "traditional" creation/deletion diff correctly.Junio C Hamano1-2/+6
2006-11-03git-clone documentation didn't mention --origin as equivalent of -oAndy Parkins1-0/+1
2006-11-03Minor grammar fixes for git-diff-index.txtAndy Parkins1-2/+2
2006-11-03link_temp_to_file: call adjust_shared_perm() only when we created the directoryJohannes Schindelin1-2/+1
2006-11-02pack-objects doesn't create random pack namesNicolas Pitre1-3/+2
2006-11-01link_temp_to_file: don't leave the path truncated on adjust_shared_perm failureJunio C Hamano1-1/+3
2006-10-31revision traversal: --unpacked does not limit commit list anymore.Junio C Hamano1-1/+1
2006-10-31Continue traversal when rev-list --unpacked finds a packed commit.Jan Harkes1-8/+6
2006-10-31Use memmove instead of memcpy for overlapping areasEdgar Toernig1-1/+1
2006-10-31quote.c: ensure the same quoting across platforms.Junio C Hamano1-1/+1
2006-10-31Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"Junio C Hamano2-0/+7
2006-10-27gitweb: Check git base URLs before generating URL from itJakub Narebski1-1/+1
2006-10-27Documentation: add git in /etc/services.Christian Couder2-0/+14
2006-10-27Documentation: add upload-archive service to git-daemon.Christian Couder1-0/+5
2006-10-27git-cherry: document limit and add diagramRene Scharfe1-2/+17
2006-10-27diff-format.txt: Correct information about pathnames quoting in patch formatJakub Narebski1-2/+4
2006-10-26combine-diff: honour --no-commit-idJunio C Hamano1-3/+3
2006-10-26combine-diff: fix hunk_comment_line logic.Junio C Hamano1-1/+5
2006-10-26combine-diff: a few more finishing touches.Junio C Hamano2-8/+46
2006-10-26Documentation: clarify refname disambiguation rules.Junio C Hamano1-4/+21
2006-10-26diff-format.txt: Combined diff format documentation supplementJakub Narebski1-8/+68
2006-10-26Remove --syslog in git-daemon inetd documentation examples.Christian Couder2-6/+4
2006-10-26Documentation: updates to "Everyday GIT"J. Bruce Fields1-31/+12
2006-10-25Documentation/SubmittingPatches: 3+1 != 6v1.4.3.3Junio C Hamano1-1/+1
2006-10-25xdiff: Match GNU diff behaviour when deciding hunk comment worthiness of linesPetr Baudis1-2/+1
2006-10-25Update cherry documentation.Junio C Hamano2-4/+5
2006-10-25Refer to git-rev-parse:Specifying Revisions from git.txtJunio C Hamano1-0/+3
2006-10-25git-fetch.sh printed protocol fixTuncer Ayaz1-1/+2
2006-10-25RPM package re-classification.Junio C Hamano1-6/+6
2006-10-25Documentation: note about contrib/.Junio C Hamano1-0/+5
2006-10-25git-svn: fix symlink-to-file changes when using command-line svn 1.4.0Eric Wong1-3/+6
2006-10-24Set $HOME for selftestsGerrit Pape1-1/+2