summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix' into maint-1.6.3Junio C Hamano2009-08-262-0/+15
|\
| * add -p: do not attempt to coalesce mode changesThomas Rast2009-08-152-1/+5
| * git add -p: demonstrate failure when staging both mode and hunkKirill Smelkov2009-08-151-0/+11
* | Change mentions of "git programs" to "git commands"Ori Avtalion2009-08-128-10/+10
* | Documentation: merge: one <remote> is requiredPaul Bolle2009-08-121-1/+1
* | help.c: give correct structure's size to memset()Johan Herland2009-08-121-1/+1
* | Fix typos in git-remote.txt and git-symbolic-ref.txtŠtěpán Němec2009-08-102-4/+4
* | Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2009-08-072-11/+27
|\ \
| * \ Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-08-072-11/+27
| |\ \
| | * \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-08-072-11/+27
| | |\ \
| | | * | verify-pack -v: do not report "chain length 0"Junio C Hamano2009-08-071-8/+19
| | | * | t5510: harden the way verify-pack is usedJunio C Hamano2009-08-071-3/+8
* | | | | Better usage string for reflog.Matthieu Moy2009-08-051-1/+1
* | | | | hg-to-git: don't import the unused popen2 moduleMiklos Vajna2009-08-041-1/+1
* | | | | send-email: remove debug traceErik Faye-Lund2009-08-041-1/+0
* | | | | config: Keep inner whitespace verbatimBjörn Steinbrink2009-07-312-6/+9
* | | | | GIT 1.6.3.4v1.6.3.4Junio C Hamano2009-07-283-2/+38
* | | | | config.txt: document add.ignore-errorsStephen Boyd2009-07-281-0/+5
* | | | | request-pull: allow ls-remote to notice remote.$nickname.uploadpackTom Grennan2009-07-281-1/+1
* | | | | t8005: Nobody writes Russian in shift_jisJunio C Hamano2009-07-254-17/+19
* | | | | Fix severe breakage in "git-apply --whitespace=fix"Junio C Hamano2009-07-252-5/+9
* | | | | SunOS grep does not understand -C<n> nor -eJunio C Hamano2009-07-241-0/+1
* | | | | Fix export_marks() error handling.Matthias Andree2009-07-241-4/+10
* | | | | git branch: clean up detached branch handlingLinus Torvalds2009-07-231-15/+23
* | | | | git branch: avoid unnecessary object lookupsLinus Torvalds2009-07-231-10/+14
* | | | | git branch: fix performance problemLinus Torvalds2009-07-231-5/+5
* | | | | do_one_ref(): null_sha1 check is not about broken refJunio C Hamano2009-07-221-2/+3
* | | | | Trailing whitespace and no newline fixSZEDER Gábor2009-07-222-3/+20
* | | | | diff --cc: a lost line at the beginning of the file is shown incorrectlyJunio C Hamano2009-07-222-7/+93
* | | | | combine-diff.c: fix performance problem when folding common deleted linesJunio C Hamano2009-07-221-8/+5
* | | | | checkout -f: deal with a D/F conflict entry correctlyJunio C Hamano2009-07-181-1/+1
* | | | | sha1_name.c: avoid unnecessary strbuf_releaseBrandon Casey2009-07-161-2/+0
* | | | | refs.c: release file descriptor on error returnBrandon Casey2009-07-161-1/+3
* | | | | Merge branch 'cb/maint-fetch-refspec-wo-dst' into maintJunio C Hamano2009-07-081-1/+1
|\ \ \ \ \
| * | | | | fetch: do not create ref from empty nameClemens Buchacher2009-06-181-1/+1
* | | | | | Merge branch 'cf/maint-remote-uploadpack-useconfig-fix' into maintJunio C Hamano2009-07-081-1/+1
|\ \ \ \ \ \
| * | | | | | git-remote: fix missing .uploadpack usage for show commandChris Frey2009-06-251-1/+1
* | | | | | | Documentation: update description of shell aliasesSitaram Chamarty2009-07-081-1/+3
* | | | | | | request-pull: really really disable pagerMichal Marek2009-07-011-3/+4
* | | | | | | attr: plug minor memory leakRené Scharfe2009-06-301-0/+2
* | | | | | | request-pull: really disable pagerJunio C Hamano2009-06-301-2/+2
* | | | | | | Makes some cleanup/review in gittutorialThadeu Lima de Souza Cascardo2009-06-301-12/+12
* | | | | | | Makefile: git.o depends on library headersJohannes Sixt2009-06-301-1/+1
* | | | | | | git-submodule documentation: fix foreach exampleMiklos Vajna2009-06-302-2/+4
* | | | | | | gitweb/README: fix AliasMatch in exampleGiuseppe Bilotta2009-06-271-1/+9
* | | | | | | Test grep --and/--or/--notThomas Rast2009-06-271-0/+30
* | | | | | | Test git archive --remoteThomas Rast2009-06-271-0/+4
|/ / / / / /
* | | | | | fread does not return negative on errorRoel Kluin2009-06-231-1/+1
* | | | | | t3700-add: add a POSIXPERM prerequisite to a new testJohannes Sixt2009-06-221-1/+1
* | | | | | Merge branch 'sb/maint-1.6.0-add-config-fix' into maintJunio C Hamano2009-06-222-2/+15
|\ \ \ \ \ \