summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* xdiff/xemit.c (xdl_find_func): Elide trailing white space in a context header.Jim Meyering2006-10-231-1/+1
* git-clone: honor --quietJim Meyering2006-10-231-1/+2
* Documentation for the [remote] configSanti Béjar2006-10-232-0/+20
* prune-packed: Fix uninitialized variable.Alexandre Julliard2006-10-231-1/+1
* pager: default to LESS=FRSX not LESS=FRSJunio C Hamano2006-10-221-1/+1
* Make prune also run prune-packedJ. Bruce Fields2006-10-223-6/+8
* git-vc: better installation instructionsKarl Hasselström2006-10-221-1/+4
* gitweb: Do not esc_html $basedir argument to git_print_tree_entryJakub Narebski2006-10-221-3/+6
* gitweb: Whitespace cleanup - tabs are for indent, spaces are for align (2)Jakub Narebski2006-10-221-30/+30
* Fix usagestring for git-branchLars Hjemli2006-10-221-1/+1
* git-merge: show usage if run without argumentsRene Scharfe2006-10-221-0/+2
* Fix typo in show-index.cv1.4.3.1Lars Hjemli2006-10-201-1/+1