summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documentation: let asciidoc align related optionsMarkus Heidelberg2009-01-181-1/+4
* githooks.txt: add missing wordStephan Beyer2009-01-181-1/+1
* builtin-commit.c: do not remove COMMIT_EDITMSGStephan Beyer2009-01-181-1/+0
* t3404: Add test case for auto-amending only edited commits after "edit"Stephan Beyer2009-01-151-0/+17
* t3404: Add test case for aborted --continue after "edit"Stephan Beyer2009-01-151-0/+15
* t3501: check that commits are actually doneStephan Beyer2009-01-151-0/+2
* fix handling of multiple untracked files for git mv -kMichael J Gruber2009-01-142-1/+2
* add test cases for "git mv -k"Michael J Gruber2009-01-141-0/+25
* fast-import: Cleanup mode setting.Felipe Contreras2009-01-141-3/+4
* Git.pm: call Error::Simple() properlyJay Soffian2009-01-141-2/+2
* Avoid spurious error messages on error mistakes.Pierre Habouzit2009-01-131-1/+1
* contrib/examples/README: give an explanation of the status of these filesjidanni@jidanni.org2009-01-131-0/+3
* Merge branch 'maint-1.5.6' into maint-1.6.0Junio C Hamano2009-01-071-1/+1
|\
| * README: tutorial.txt is now called gittutorial.txtJoey Hess2009-01-071-1/+1
* | doc/git-fsck: change the way for getting heads' SHA1sMarkus Heidelberg2008-12-211-1/+2
* | GIT 1.6.0.6v1.6.0.6Junio C Hamano2008-12-206-38/+67
|\|
| * GIT 1.5.6.6v1.5.6.6Junio C Hamano2008-12-175-37/+33
| |\
| | * GIT 1.5.5.6v1.5.5.6Junio C Hamano2008-12-174-37/+23
| | |\
| | | * GIT 1.5.4.7v1.5.4.7Junio C Hamano2008-12-172-1/+11
| | | * gitweb: do not run "git diff" that is PorcelainJunio C Hamano2008-12-171-36/+2
* | | | fast-import: make tagger information optionalJunio C Hamano2008-12-202-11/+33
* | | | fast-export: deal with tag objects that do not have a taggerJohannes Schindelin2008-12-203-5/+42
* | | | SubmittingPatches: mention the usage of real name in Signed-off-by: linesMiklos Vajna2008-12-201-0/+3
* | | | git-mergetool: properly handle "git mergetool -- filename"David Aguilar2008-12-201-0/+1
* | | | git-send-email: handle email address with quoted commaWu Fengguang2008-12-201-3/+8
* | | | Documentation: fix typos, grammar, asciidoc syntaxMarkus Heidelberg2008-12-2013-25/+25
* | | | fast-import: close pack before unlinking itJohannes Schindelin2008-12-161-1/+3
* | | | pager: do not dup2 stderr if it is already redirectedJunio C Hamano2008-12-151-1/+2
* | | | git-show: do not segfault when showing a bad tagJunio C Hamano2008-12-152-1/+27
* | | | git-config.txt: fix a typoJim Meyering2008-12-131-1/+1
* | | | fsck: reduce stack footprintLinus Torvalds2008-12-111-7/+31
* | | | make sure packs to be replaced are closed beforehandNicolas Pitre2008-12-113-0/+33
* | | | work around Python warnings from AsciiDocJunio C Hamano2008-12-101-9/+9
* | | | git-svn: Make following parents atomicDeskin Miller2008-12-092-4/+54
* | | | GIT 1.6.0.5v1.6.0.5Junio C Hamano2008-12-081-15/+28
* | | | "git diff <tree>{3,}": do not reverse order of argumentsMatt McCutchen2008-12-073-3/+31
* | | | tag: delete TAG_EDITMSG only on successful tagJeff King2008-12-071-8/+20
* | | | gitweb: Make project specific override for 'grep' feature workJakub Narebski2008-12-071-0/+1
* | | | http.c: use 'git_config_string' to get 'curl_http_proxy'Miklos Vajna2008-12-071-7/+4
* | | | fetch-pack: Avoid memcpy() with src==dstThomas Rast2008-12-071-1/+2
* | | | Merge branch 'jk/maint-commit-v-strip' into maintJunio C Hamano2008-12-032-3/+78
|\ \ \ \
| * | | | commit: Fix stripping of patch in verbose mode.Jeff King2008-11-122-3/+78
* | | | | xdiff: give up scanning similar lines earlyDavide Libenzi2008-12-031-2/+13
* | | | | Merge branch 'bc/maint-keep-pack' into maintJunio C Hamano2008-12-039-36/+137
|\ \ \ \ \
| * | | | | repack: only unpack-unreachable if we are deleting redundant packsBrandon Casey2008-11-153-10/+22
| * | | | | t7700: test that 'repack -a' packs alternate packed objectsBrandon Casey2008-11-131-0/+16
| * | | | | pack-objects: extend --local to mean ignore non-local loose objects tooBrandon Casey2008-11-123-2/+5
| * | | | | sha1_file.c: split has_loose_object() into local and non-local counterpartsBrandon Casey2008-11-122-6/+14
| * | | | | t7700: demonstrate mishandling of loose objects in an alternate ODBBrandon Casey2008-11-121-0/+19
| * | | | | builtin-gc.c: use new pack_keep bitfield to detect .keep file existenceBrandon Casey2008-11-121-11/+1