summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GIT 1.5.1.1v1.5.1.1Junio C Hamano2007-04-112-8/+23
* cvsserver: Fix handling of diappeared files on updateFrank Lichtenheld2007-04-111-0/+1
* fsck: do not complain on detached HEAD.Junio C Hamano2007-04-111-8/+16
* (encode_85, decode_85): Mark source buffer pointer as "const".Jim Meyering2007-04-112-4/+4
* Documentation: show-ref: document --exclude-existingJulian Phillips2007-04-091-0/+16
* cvsexportcommit -p : fix the usage of git-apply -C.Tomash Brechko2007-04-091-3/+8
* Add Documentation/cmd-list.made to .gitignoreJunio C Hamano2007-04-081-0/+1
* git-svn: fix log command to avoid infinite loop on long commit messagesEric Wong2007-04-081-2/+9
* git-svn: dcommit/rebase confused by patches with git-svn-id: linesEric Wong2007-04-081-20/+21
* git-svn: bail out on incorrect command-line optionsEric Wong2007-04-081-1/+4
* Prepare for 1.5.1.1Junio C Hamano2007-04-072-1/+47
* cvsserver: small corrections to asciidoc documentationFrank Lichtenheld2007-04-071-4/+4
* Documentation: tighten dependency for git.{html,txt}Junio C Hamano2007-04-062-4/+17
* Makefile: iconv() on Darwin has the old interfaceArjen Laarhoven2007-04-061-0/+1
* t5300-pack-object.sh: portability issue using /usr/bin/statArjen Laarhoven2007-04-061-5/+6
* t3200-branch.sh: small language nitArjen Laarhoven2007-04-061-1/+1
* usermanual.txt: some capitalization nitsArjen Laarhoven2007-04-061-4/+4
* Make builtin-branch.c handle the git config fileLars Hjemli2007-04-062-10/+6
* rename_ref(): only print a warning when config-file update failsLars Hjemli2007-04-061-1/+1
* Distinguish branches by more than case in tests.Brian Gernhardt2007-04-061-3/+3
* Avoid composing too long "References" header.YOSHIFUJI Hideaki / 吉藤英明2007-04-061-1/+1
* cvsimport: Improve formating consistencyFrank Lichtenheld2007-04-061-3/+3
* cvsimport: Reorder options in documentation for better understandingFrank Lichtenheld2007-04-061-27/+27
* cvsimport: Improve usage error reportingFrank Lichtenheld2007-04-061-4/+6
* cvsimport: Improve documentation of CVSROOT and CVS module determinationFrank Lichtenheld2007-04-061-2/+6
* cvsimport: sync usage lines with existing optionsFrank Lichtenheld2007-04-062-5/+8
* Fix lseek(2) calls with args 2 and 3 swappedDana How2007-04-052-2/+2
* Honor -p<n> when applying git diffsShawn O. Pearce2007-04-052-2/+27
* Fix dependency of common-cmds.hJunio C Hamano2007-04-051-1/+1
* Fix renaming branch without config fileGeert Bosch2007-04-052-2/+12
* DESTDIR support for git/contrib/emacsVille Skyttä2007-04-051-2/+2
* gitweb: Fix bug in "blobdiff" view for split (e.g. file to symlink) patchesJakub Narebski2007-04-051-2/+4
* Document --left-right option to rev-list.Brian Gernhardt2007-04-052-0/+32
* Revert "builtin-archive: use RUN_SETUP"René Scharfe2007-04-053-1/+7
* rename contrib/hooks/post-receieve-email to contrib/hooks/post-receive-email.Gerrit Pape2007-04-041-0/+0
* rerere: make sorting really stable.Junio C Hamano2007-04-042-6/+10
* Fix t4200-rerere for white-space from "wc -l"Brian Gernhardt2007-04-041-2/+2
* GIT 1.5.1v1.5.1Junio C Hamano2007-04-033-16/+187
* Merge 1.5.0.7 inJunio C Hamano2007-04-033-4/+44
|\
| * GIT 1.5.0.7v1.5.0.7Junio C Hamano2007-04-033-2/+20
| * rerere should not repeat the earlier hunks in later onesJunio C Hamano2007-04-032-4/+26
* | Documentation: A few minor fixes to Git User's ManualJakub Narebski2007-04-031-10/+10
* | Plug memory leak in index-pack collision checking codepath.Nicolas Pitre2007-04-031-0/+1
* | Hopefully final update to the draft Release Notes, preparing for 1.5.1Junio C Hamano2007-04-021-8/+15
* | cvsserver: Don't lie about binary mode in asciidoc documentationFrank Lichtenheld2007-03-311-3/+5
* | git-svn: fail on rebase if we are unable to find a ref to rebase againstEric Wong2007-03-311-0/+3
* | Keep rename/rename conflicts of intermediate merges while doing recursive mergeAlex Riesen2007-03-311-6/+31
* | contrib/workdir: add a simple script to create a working directoryJulian Phillips2007-03-311-0/+57
* | Reimplement emailing part of hooks--update in contrib/hooks/post-receive-emailAndy Parkins2007-03-312-0/+605
* | git-svn: avoid respewing similar error messages for missing pathsEric Wong2007-03-311-5/+11