summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-04-30GIT v1.5.1.3v1.5.1.3Junio C Hamano2-7/+15
2007-04-30send-email documentation: clarify --smtp-serverJari Aalto1-3/+4
2007-04-30git.7: Mention preformatted html doc locationJari Aalto1-0/+4
2007-04-30Clarify SubmittingPatches ChecklistJari Aalto1-1/+9
2007-04-30git-svn: Add 'find-rev' commandAdam Roben2-12/+12
2007-04-30Fix symlink handling in git-svn, related to PerlIOJunio C Hamano1-2/+2
2007-04-29http.c: Fix problem with repeated calls of http_initJulian Phillips1-0/+1
2007-04-29Add missing reference to GIT_COMMITTER_DATE in git-commit-tree documentationJosh Triplett2-0/+2
2007-04-29Fix import-tars fix.Junio C Hamano1-1/+1
2007-04-29Update .mailmap with "Michael"Junio C Hamano1-0/+1
2007-04-29Do not barf on too long action descriptionJunio C Hamano1-4/+1
2007-04-28Merge branch 'maint' of git://repo.or.cz/git/fastimport into maintJunio C Hamano2-0/+3
2007-04-28Catch empty pathnames in trees during fsckShawn O. Pearce1-0/+6
2007-04-28Merge commit 'jc/maint' into gfi-maintShawn O. Pearce31-71/+268
2007-04-28Don't allow empty pathnames in fast-importShawn O. Pearce1-0/+2
2007-04-28import-tars: be nice to wrong directory modesJohannes Schindelin1-0/+1
2007-04-27git-svn: Added 'find-rev' commandAdam Roben2-0/+29
2007-04-27git shortlog documentation: add long options and fix a typoMichele Ballabio1-4/+4
2007-04-26Update git-http-fetch documentationAndrew Ruder1-0/+4
2007-04-26Update git-local-fetch documentationAndrew Ruder1-0/+14
2007-04-26Update git-http-push documentationAndrew Ruder1-2/+11
2007-04-26Update -L documentation for git-blame/git-annotateAndrew Ruder1-2/+22
2007-04-26Update git-grep documentationAndrew Ruder1-4/+15
2007-04-26Update git-fmt-merge documentationAndrew Ruder1-1/+24
2007-04-26Document additional options for git-fetchAndrew Ruder1-5/+12
2007-04-26Removing -n option from git-diff-files documentationAndrew Ruder2-3/+3
2007-04-25Start preparing for 1.5.1.3Junio C Hamano2-1/+39
2007-04-25Sanitize @to recipients.Robin H. Johnson1-0/+1
2007-04-25git-svn: Ignore usernames in URLs in find_by_urlAdam Roben1-0/+4
2007-04-25Document --dry-run and envelope-sender for git-send-email.Robin H. Johnson1-0/+9
2007-04-25Allow users to optionally specify their envelope sender.Robin H. Johnson1-1/+9
2007-04-25Ensure clean addresses are always used with Net::SMTPRobin H. Johnson1-4/+5
2007-04-25Validate @recipients before using it for sendmail and Net::SMTP.Robin H. Johnson1-1/+2
2007-04-25Perform correct quoting of recipient names.Robin H. Johnson1-5/+14
2007-04-25Change the scope of the $cc variable as it is not needed outside of send_mess...Robin H. Johnson1-4/+3
2007-04-25Debugging cleanup improvementsRobin H. Johnson1-4/+6
2007-04-25Prefix Dry- to the message status to denote dry-runs.Robin H. Johnson1-2/+2
2007-04-25Document --dry-run parameter to send-email.Robin H. Johnson1-0/+2
2007-04-25git-svn: Don't rely on $_ after making a function callAdam Roben1-5/+5
2007-04-25Fix handle leak in write_treeAlex Riesen1-1/+5
2007-04-25Actually handle some-low memory conditionsShawn O. Pearce2-11/+11
2007-04-24Remove usernames from all commit messages, not just when using svmpropsAdam Roben1-1/+4
2007-04-24applymbox & quiltimport: typofix.Junio C Hamano2-2/+2
2007-04-24Create a sysconfdir variable, and use it for ETC_GITCONFIGJosh Triplett1-2/+7
2007-04-23Documentation/git-reset.txt: suggest git commit --amend in example.Gerrit Pape1-0/+2
2007-04-23Build RPM with ETC_GITCONFIG=/etc/gitconfigJunio C Hamano1-0/+2
2007-04-23Ignore all man sections as they are generated files.Brian Gernhardt1-2/+1
2007-04-23Fix typo in git-am: s/Was is/Was it/Josh Triplett1-1/+1
2007-04-23Reverse the order of -b and --track in the man page.Brian Gernhardt1-1/+1
2007-04-23dir.c(common_prefix): Fix two bugsJohannes Schindelin2-1/+8
2007-04-21GIT 1.5.1.2v1.5.1.2Junio C Hamano2-8/+21
2007-04-21perl: install private Error.pm if the site version is older than our ownEric Wong1-1/+1
2007-04-20git-clone: fix dumb protocol transport to clone from pack-pruned refJunio C Hamano1-1/+1
2007-04-18Update git-config documentationAndrew Ruder2-11/+15
2007-04-18Fix unmatched emphasis tag in git-tutorialAndrew Ruder1-1/+1
2007-04-18Update git-cherry-pick documentationAndrew Ruder1-1/+1
2007-04-18Update git-archive documentationAndrew Ruder1-1/+4
2007-04-18fix up strtoul_ui error handlingAndy Whitcroft2-2/+2
2007-04-18git-tar-tree: complete deprecation conversion messageSam Vilain1-1/+1
2007-04-18git-shortlog: Fix two formatting errors in asciidoc documentationFrank Lichtenheld1-1/+3
2007-04-18Fix overwriting of files when applying contextually independent diffsAlex Riesen2-2/+34
2007-04-18git-svn: don't allow globs to match regular filesEric Wong2-0/+6
2007-04-17Use const qualifier for 'sha1' parameter in delete_ref functionCarlos Rica2-2/+2
2007-04-17Start preparing for 1.5.1.2Junio C Hamano2-1/+38
2007-04-17Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano1-4/+6
2007-04-17git-svn: quiet some warnings when run only with --version/--helpEric Wong1-2/+2
2007-04-17git-svn: respect lower bound of -r/--revision when following parentEric Wong1-1/+4
2007-04-16Have sample update hook not refuse deleting a branch through push.Gerrit Pape1-1/+6
2007-04-16variable $projectdesc needs to be set before checking against unchanged default.Gerrit Pape1-0/+1
2007-04-16Update git-annotate/git-blame documentationAndrew Ruder4-67/+85
2007-04-16Update git-apply documentationAndrew Ruder1-6/+7
2007-04-16Update git-applymbox documentationAndrew Ruder1-4/+10
2007-04-16Update git-am documentationAndrew Ruder1-9/+16
2007-04-16user-manual: use detached head when rewriting historyJ. Bruce Fields1-7/+8
2007-04-16user-manual: start revising "internals" chapterJ. Bruce Fields1-18/+20
2007-04-16user-manual: detached HEADJ. Bruce Fields1-2/+42
2007-04-16user-manual: fix discussion of default cloneJ. Bruce Fields1-3/+3
2007-04-16Documentation: clarify track/no-track option.J. Bruce Fields1-4/+8
2007-04-16Documentation: clarify git-checkout -f, minor editingJ. Bruce Fields1-4/+5
2007-04-16Documentation: minor edits of git-lost-found manpageJ. Bruce Fields1-12/+11
2007-04-15Document -g (--walk-reflogs) option of git-logAlex Riesen1-0/+5
2007-04-14sscanf/strtoul: parse integers robustlyJim Meyering4-18/+22
2007-04-14Merge git://git2.kernel.org/pub/scm/gitk/gitk into maintJunio C Hamano1-14/+38
2007-04-14git-blame: Fix overrun in fake_working_tree_commit()Michael Spang1-1/+1
2007-04-14git-quiltimport complaining yet still workingLinus Torvalds1-2/+2
2007-04-13config.txt: Fix grammatical error in description of http.noEPSVFrank Lichtenheld1-1/+1
2007-04-13config.txt: Change pserver to server in description of gitcvs.*Frank Lichtenheld1-2/+2
2007-04-13config.txt: Document core.autocrlfFrank Lichtenheld1-0/+10
2007-04-13config.txt: Document gitcvs.allbinaryFrank Lichtenheld1-0/+7
2007-04-13Do not default to --no-index when given two directories.Junio C Hamano1-10/+26
2007-04-13Use rev-list --reverse in git-rebase.shAlex Riesen1-2/+1
2007-04-12handle_options in git wrapper miscounts the options it handled.Matthias Lederhofer1-0/+1
2007-04-11GIT 1.5.1.1v1.5.1.1Junio C Hamano2-8/+23
2007-04-11cvsserver: Fix handling of diappeared files on updateFrank Lichtenheld1-0/+1
2007-04-11fsck: do not complain on detached HEAD.Junio C Hamano1-8/+16
2007-04-11(encode_85, decode_85): Mark source buffer pointer as "const".Jim Meyering2-4/+4
2007-04-09Documentation: show-ref: document --exclude-existingJulian Phillips1-0/+16
2007-04-09cvsexportcommit -p : fix the usage of git-apply -C.Tomash Brechko1-3/+8
2007-04-08Add Documentation/cmd-list.made to .gitignoreJunio C Hamano1-0/+1
2007-04-08git-svn: fix log command to avoid infinite loop on long commit messagesEric Wong1-2/+9
2007-04-08git-svn: dcommit/rebase confused by patches with git-svn-id: linesEric Wong1-20/+21
2007-04-08git-svn: bail out on incorrect command-line optionsEric Wong1-1/+4
2007-04-07Prepare for 1.5.1.1Junio C Hamano2-1/+47
2007-04-07cvsserver: small corrections to asciidoc documentationFrank Lichtenheld1-4/+4
2007-04-06Documentation: tighten dependency for git.{html,txt}Junio C Hamano2-4/+17
2007-04-06Makefile: iconv() on Darwin has the old interfaceArjen Laarhoven1-0/+1
2007-04-06t5300-pack-object.sh: portability issue using /usr/bin/statArjen Laarhoven1-5/+6
2007-04-06t3200-branch.sh: small language nitArjen Laarhoven1-1/+1
2007-04-06usermanual.txt: some capitalization nitsArjen Laarhoven1-4/+4
2007-04-06Make builtin-branch.c handle the git config fileLars Hjemli2-10/+6
2007-04-06rename_ref(): only print a warning when config-file update failsLars Hjemli1-1/+1
2007-04-06Distinguish branches by more than case in tests.Brian Gernhardt1-3/+3
2007-04-06Avoid composing too long "References" header.YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2007-04-06cvsimport: Improve formating consistencyFrank Lichtenheld1-3/+3
2007-04-06cvsimport: Reorder options in documentation for better understandingFrank Lichtenheld1-27/+27
2007-04-06cvsimport: Improve usage error reportingFrank Lichtenheld1-4/+6
2007-04-06cvsimport: Improve documentation of CVSROOT and CVS module determinationFrank Lichtenheld1-2/+6
2007-04-06cvsimport: sync usage lines with existing optionsFrank Lichtenheld2-5/+8
2007-04-05Fix lseek(2) calls with args 2 and 3 swappedDana How2-2/+2
2007-04-05Honor -p<n> when applying git diffsShawn O. Pearce2-2/+27
2007-04-05Fix dependency of common-cmds.hJunio C Hamano1-1/+1
2007-04-05Fix renaming branch without config fileGeert Bosch2-2/+12
2007-04-05DESTDIR support for git/contrib/emacsVille Skyttä1-2/+2
2007-04-05gitweb: Fix bug in "blobdiff" view for split (e.g. file to symlink) patchesJakub Narebski1-2/+4
2007-04-05Document --left-right option to rev-list.Brian Gernhardt2-0/+32
2007-04-05Revert "builtin-archive: use RUN_SETUP"René Scharfe3-1/+7
2007-04-04rename contrib/hooks/post-receieve-email to contrib/hooks/post-receive-email.Gerrit Pape1-0/+0
2007-04-04rerere: make sorting really stable.Junio C Hamano2-6/+10
2007-04-04Fix t4200-rerere for white-space from "wc -l"Brian Gernhardt1-2/+2
2007-04-04git-gui: Brown paper bag fix division by 0 in blameShawn O. Pearce1-4/+6
2007-04-03GIT 1.5.1v1.5.1Junio C Hamano3-16/+187
2007-04-03Merge 1.5.0.7 inJunio C Hamano3-4/+44
2007-04-03GIT 1.5.0.7v1.5.0.7Junio C Hamano3-2/+20
2007-04-03Documentation: A few minor fixes to Git User's ManualJakub Narebski1-10/+10
2007-04-03Plug memory leak in index-pack collision checking codepath.Nicolas Pitre1-0/+1
2007-04-03rerere should not repeat the earlier hunks in later onesJunio C Hamano2-4/+26
2007-04-02Hopefully final update to the draft Release Notes, preparing for 1.5.1Junio C Hamano1-8/+15
2007-04-01[PATCH] Improve look-and-feel of the gitk tool.Eygene Ryabinkin1-8/+15
2007-04-01[PATCH] Teach gitk to use the user-defined UI font everywhere.Eygene Ryabinkin1-6/+23
2007-03-31cvsserver: Don't lie about binary mode in asciidoc documentationFrank Lichtenheld1-3/+5
2007-03-31git-svn: fail on rebase if we are unable to find a ref to rebase againstEric Wong1-0/+3
2007-03-31Keep rename/rename conflicts of intermediate merges while doing recursive mergeAlex Riesen1-6/+31
2007-03-31contrib/workdir: add a simple script to create a working directoryJulian Phillips1-0/+57
2007-03-31Reimplement emailing part of hooks--update in contrib/hooks/post-receive-emailAndy Parkins2-0/+605
2007-03-31git-svn: avoid respewing similar error messages for missing pathsEric Wong1-5/+11
2007-03-31Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o5-6/+6
2007-03-31git-mailinfo fixes for patch mungingDon Zickus2-12/+13
2007-03-31gitweb: Support comparing blobs (files) with different namesJakub Narebski1-2/+2
2007-03-30Do not bother documenting fetch--toolJunio C Hamano1-1/+1
2007-03-30Update draft release notes for 1.5.1Junio C Hamano1-1/+6
2007-03-29Merge branch 'maint'Junio C Hamano2-9/+9
2007-03-29git-quiltimport /bin/sh-ism fixFrancis Daly1-1/+1
2007-03-29Bisect: Improve error message in "bisect_next_check".Christian Couder1-7/+9
2007-03-29Merge branch 'master' of git://repo.or.cz/git/mergetool.gitJunio C Hamano2-81/+87
2007-03-29mergetool: Clean up description of files and prompts for merge resolutionsTheodore Ts'o1-12/+15
2007-03-29mergetool: Make git-rm quiet when resolving a deleted file conflictTheodore Ts'o1-1/+1
2007-03-29mergetool: Add support for Apple Mac OS X's opendiff commandTheodore Ts'o1-2/+14
2007-03-29mergetool: Fix abort command when resolving symlinks and deleted filesTheodore Ts'o1-4/+4
2007-03-29mergetool: Remove spurious error message if merge.tool config option not setTheodore Ts'o1-1/+1
2007-03-29mergetool: factor out common codeTheodore Ts'o1-42/+36
2007-03-29mergetool: portability fix: don't use reserved word functionTheodore Ts'o1-5/+5
2007-03-29mergetool: portability fix: don't assume true is in /binTheodore Ts'o1-2/+2
2007-03-29mergetool: Don't error out in the merge case where the local file is deletedTheodore Ts'o1-6/+5
2007-03-29mergetool: Replace use of "echo -n" with printf(1) to be more portableTheodore Ts'o1-14/+12
2007-03-29Fix minor formatting issue in man page for git-mergetoolTheodore Ts'o1-5/+5
2007-03-29git-upload-pack: make sure we close unused pipe endsH. Peter Anvin1-0/+1
2007-03-29Documentation/git-rev-parse.txt: fix example in SPECIFYING RANGES.Gerrit Pape1-8/+8
2007-03-29Documentation/git-svnimport.txt: fix typo.Gerrit Pape1-1/+1
2007-03-28GIT 1.5.1-rc3v1.5.1-rc3Junio C Hamano1-1/+1
2007-03-28Update main git.html page to point at 1.5.0.6 documentationJunio C Hamano1-1/+3
2007-03-28Merge branch 'maint' to synchronize with 1.5.0.6Junio C Hamano3-3/+28
2007-03-28GIT 1.5.0.6v1.5.0.6Junio C Hamano3-2/+24
2007-03-28commit: fix pretty-printing of messages with "\nencoding "Jeff King1-2/+5
2007-03-28t4118: be nice to non-GNU sedJohannes Schindelin1-1/+2
2007-03-28t/t6006: add tests for a slightly more complex commit messagesJeff King1-0/+42
2007-03-28Fix "--pretty=format:" encoding itemJeff King1-1/+2
2007-03-28Fix "--pretty=format:" for parent related items.Junio C Hamano2-8/+12
2007-03-28http-fetch: remove path_len from struct alt_base, it was computed but never usedGerrit Pape1-17/+3
2007-03-28http-fetch: don't use double-slash as directory separator in URLsGerrit Pape3-11/+14
2007-03-28git-commit: "read-tree -m HEAD" is not the right way to read-tree quicklyJunio C Hamano1-1/+1
2007-03-27Add some basic tests of rev-list --pretty=formatJeff King1-0/+108
2007-03-27git-upload-pack: make sure we close unused pipe endsH. Peter Anvin1-0/+1
2007-03-27--pretty=format: fix broken %ct and %at interpolationJeff King1-1/+1
2007-03-27use xrealloc in help.cJames Bowes1-11/+1
2007-03-27read-tree: use xcallocJames Bowes1-1/+1
2007-03-27Fix "getaddrinfo()" bugletLinus Torvalds1-1/+3
2007-03-27Makefile: remove test-chmtime program in target clean.Gerrit Pape1-1/+1
2007-03-27gitweb: Cleanup and uniquify die_error callsJakub Narebski1-3/+3
2007-03-27sha1_file.c (write_sha1_file): Detect close failureJunio C Hamano1-1/+2
2007-03-27git.el: Display some information about the HEAD commit.Alexandre Julliard1-2/+20
2007-03-27Document git-log --first-parentJunio C Hamano1-0/+5
2007-03-27Bisect: add checks at the beginning of "git bisect run".Christian Couder1-0/+8
2007-03-27sha1_file.c (write_sha1_from_fd): Detect close failure.Jim Meyering1-1/+2
2007-03-27git-rm: don't remove newly added file without -fJeff King1-14/+4
2007-03-25Bisect: Use "git-show-ref --verify" when reseting.Christian Couder1-1/+1
2007-03-25gitweb: Add example of config file and how to generate projects list to gitwe...Jakub Narebski1-2/+43
2007-03-25GIT 1.5.1-rc2v1.5.1-rc2Junio C Hamano2-14/+41
2007-03-25git-svn: fix rel_path() when not connected to the repository rootEric Wong1-2/+4
2007-03-25use xmalloc in git.c and help.cJames Bowes2-2/+2
2007-03-25Merge branch 'jc/fpl'Junio C Hamano2-5/+12