summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-cvsserver: read from git with -z to get non-ASCII pathnames.v1.4.3.5Junio C Hamano2006-11-111-28/+35
* path-list: fix path-list-insert return valueJunio C Hamano2006-11-111-1/+1
* git-rebase: Use --ignore-if-in-upstream option when executing git-format-patch.Robert Shearman2006-11-091-1/+1
* git-svn: fix dcommit losing changes when out-of-date from svnEric Wong2006-11-094-4/+102
* git-svn: don't die on rebuild when --upgrade is specifiedEric Wong2006-11-091-1/+1
* git-svn: avoid printing filenames of files we're not trackingEric Wong2006-11-091-5/+4
* Nicer error messages in case saving an object to db goes wrongPetr Baudis2006-11-091-9/+12
* remove an unneeded testTero Roponen2006-11-071-2/+0
* Documentation: Transplanting branch with git-rebase --ontoJakub Narebski2006-11-061-8/+57
* merge-recursive implicitely depends on trust_executable_bitAlex Riesen2006-11-061-0/+1
* adjust_shared_perm: chmod() only when needed.Junio C Hamano2006-11-051-1/+1
* Fix git-runstatus for repositories containing a file named HEADJeff King2006-11-051-8/+3
* Remove unsupported C99 style struct initializers in git-archive.v1.4.3.4Shawn O. Pearce2006-11-042-13/+12
* Remove SIMPLE_PROGRAMS and make git-daemon a normal program.Shawn O. Pearce2006-11-041-12/+2
* Use ULONG_MAX rather than implicit cast of -1.Shawn O. Pearce2006-11-041-1/+1
* apply: handle "traditional" creation/deletion diff correctly.Junio C Hamano2006-11-041-2/+6
* git-clone documentation didn't mention --origin as equivalent of -oAndy Parkins2006-11-021-0/+1
* Minor grammar fixes for git-diff-index.txtAndy Parkins2006-11-021-2/+2
* link_temp_to_file: call adjust_shared_perm() only when we created the directoryJohannes Schindelin2006-11-021-2/+1
* pack-objects doesn't create random pack namesNicolas Pitre2006-11-011-3/+2
* link_temp_to_file: don't leave the path truncated on adjust_shared_perm failureJunio C Hamano2006-10-311-1/+3
* revision traversal: --unpacked does not limit commit list anymore.Junio C Hamano2006-10-301-1/+1
* Continue traversal when rev-list --unpacked finds a packed commit.Jan Harkes2006-10-301-8/+6
* Use memmove instead of memcpy for overlapping areasEdgar Toernig2006-10-301-1/+1
* quote.c: ensure the same quoting across platforms.Junio C Hamano2006-10-301-1/+1
* Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"Junio C Hamano2006-10-302-0/+7
* gitweb: Check git base URLs before generating URL from itJakub Narebski2006-10-271-1/+1
* Documentation: add git in /etc/services.Christian Couder2006-10-272-0/+14
* Documentation: add upload-archive service to git-daemon.Christian Couder2006-10-271-0/+5
* git-cherry: document limit and add diagramRene Scharfe2006-10-261-2/+17
* Merge branch 'jc/combined' into maintJunio C Hamano2006-10-262-11/+53
|\
| * combine-diff: honour --no-commit-idJunio C Hamano2006-10-261-3/+3
| * combine-diff: fix hunk_comment_line logic.Junio C Hamano2006-10-261-1/+5
| * combine-diff: a few more finishing touches.Junio C Hamano2006-10-262-8/+46
* | diff-format.txt: Correct information about pathnames quoting in patch formatJakub Narebski2006-10-261-2/+4
|/
* Documentation: clarify refname disambiguation rules.Junio C Hamano2006-10-261-4/+21
* diff-format.txt: Combined diff format documentation supplementJakub Narebski2006-10-261-8/+68
* Remove --syslog in git-daemon inetd documentation examples.Christian Couder2006-10-252-6/+4
* Documentation: updates to "Everyday GIT"J. Bruce Fields2006-10-251-31/+12
* Documentation/SubmittingPatches: 3+1 != 6v1.4.3.3Junio C Hamano2006-10-251-1/+1
* xdiff: Match GNU diff behaviour when deciding hunk comment worthiness of linesPetr Baudis2006-10-251-2/+1
* Update cherry documentation.Junio C Hamano2006-10-252-4/+5
* Refer to git-rev-parse:Specifying Revisions from git.txtJunio C Hamano2006-10-251-0/+3
* git-fetch.sh printed protocol fixTuncer Ayaz2006-10-251-1/+2
* RPM package re-classification.Junio C Hamano2006-10-251-6/+6
* Documentation: note about contrib/.Junio C Hamano2006-10-241-0/+5
* git-svn: fix symlink-to-file changes when using command-line svn 1.4.0Eric Wong2006-10-241-3/+6
* Set $HOME for selftestsGerrit Pape2006-10-241-1/+2
* gitweb: Fix setting $/ in parse_commit()v1.4.3.2Petr Baudis2006-10-231-2/+1
* daemon: do not die on older clients.Junio C Hamano2006-10-231-1/+5