summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-07-02GIT 1.5.2.3v1.5.2.3Junio C Hamano3-2/+29
2007-06-30Correct the name of NO_R_TO_GCC_LINKER in the comment describing it.Matt Kraai1-3/+3
2007-06-30git-remote: document -nSam Vilain1-0/+7
2007-06-30repack: improve documentation on -a optionSam Vilain1-4/+7
2007-06-28Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano3-12/+26
2007-06-27git-gui: Don't require a .pvcsrc to create Tools/Migrate menu hackgitgui-0.7.4Shawn O. Pearce1-2/+1
2007-06-27git-gui: Don't nice git blame on MSYS as nice is not supportedShawn O. Pearce1-1/+5
2007-06-26config: Change output of --get-regexp for valueless keysFrank Lichtenheld2-2/+12
2007-06-26config: Complete documentation of --get-regexpFrank Lichtenheld1-0/+2
2007-06-26cleanup merge-base test scriptSam Vilain1-12/+18
2007-06-26Fix zero-object version-2 packsLinus Torvalds1-1/+4
2007-06-26Ignore submodule commits when fetching over dumb protocolsSven Verdoolaege1-0/+3
2007-06-22git-gui: Don't require $DISPLAY just to get --versionShawn O. Pearce2-7/+8
2007-06-20git-gui: Bind Tab/Shift-Tab to cycle between panes in blameShawn O. Pearce1-1/+5
2007-06-20git-gui: Correctly install to /usr/bin on CygwinShawn O. Pearce1-1/+7
2007-06-16GIT 1.5.2.2v1.5.2.2Junio C Hamano3-2/+63
2007-06-16Documentation: adjust to AsciiDoc 8Junio C Hamano5-4/+14
2007-06-15Avoid diff cost on "git log -z"Junio C Hamano1-1/+2
2007-06-15git-branch --track: fix tracking branch computation.Junio C Hamano2-30/+53
2007-06-15$EMAIL is a last resort fallback, as it's system-wide.Junio C Hamano1-2/+2
2007-06-15merge-recursive: refuse to merge binary filesJohannes Schindelin2-0/+20
2007-06-15Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin4-17/+11
2007-06-15Add a local implementation of hstrerror for the system which do not have itAlex Riesen3-0/+31
2007-06-15Generated spec file to be ignored is named git.spec and not git-core.specJakub Narebski1-1/+1
2007-06-12Merge branch 'ar/clone' into maintJunio C Hamano2-1/+47
2007-06-12Merge branch 'sv/objfixes' into maintJunio C Hamano2-1/+9
2007-06-12Unquote From line from patch before comparing with given from address.Kristian Høgsberg1-1/+2
2007-06-12git-cherry: Document 'limit' command-line optionLuiz Fernando N. Capitulino1-0/+3
2007-06-12Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano7-13/+28
2007-06-11git-gui: Save geometry before the window layout is damagedShawn O. Pearce6-9/+26
2007-06-11git-gui: Give amend precedence to HEAD over MERGE_MSGShawn O. Pearce1-1/+2
2007-06-11git-gui: Include 'war on whitespace' fixes from git.gitShawn O. Pearce2-3/+0
2007-06-11Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano5-219/+825
2007-06-10tutorial: use "project history" instead of "changelog" in headerJ. Bruce Fields1-2/+2
2007-06-10Documentation: user-manual todoJ. Bruce Fields1-0/+4
2007-06-10user-manual: add a missing section IDJ. Bruce Fields1-0/+1
2007-06-10Fix typo in remote branch example in git user manualGerrit Pape1-1/+1
2007-06-10user-manual: quick-start updatesJ. Bruce Fields1-5/+5
2007-06-09Make command description imperative statement, not third-person present.william pursell3-3/+3
2007-06-08checkout: do not get confused with ambiguous tag/branch namesJunio C Hamano2-1/+42
2007-06-08git-gui: Changed blame header bar background to match main windowgitgui-0.7.3Shawn O. Pearce1-7/+7
2007-06-06Fix clone to setup the origin if its name ends with .gitAlex Riesen2-1/+47
2007-06-06Don't assume tree entries that are not dirs are blobsSam Vilain2-1/+9
2007-06-06git-cvsimport: Make sure to use $git_dir always instead of .git sometimesMichael Milligan1-3/+3
2007-06-06fix documentation of unpack-objects -nSam Vilain1-2/+2
2007-06-06Accept dates before 2000/01/01 when specified as seconds since the epochJohannes Sixt1-2/+4
2007-06-06git-gui: Favor the original annotations over the recent onesShawn O. Pearce1-9/+13
2007-06-06git-gui: Improve our labeling of blame annotation typesShawn O. Pearce1-4/+6
2007-06-06git-gui: Use three colors for the blame viewer backgroundShawn O. Pearce1-19/+61
2007-06-06git-gui: Jump to original line in blame viewerShawn O. Pearce1-13/+42
2007-06-06git-gui: Display both commits in our tooltipsShawn O. Pearce1-58/+72
2007-06-06git-gui: Run blame twice on the same file and display both outputsShawn O. Pearce1-63/+113
2007-06-06git-gui: Display the "Loading annotation..." message in italicShawn O. Pearce3-1/+12
2007-06-06git-gui: Rename fields in blame viewer to better descriptionsShawn O. Pearce1-58/+58
2007-06-06git-gui: Label the uncommitted blame history entryShawn O. Pearce1-0/+2
2007-06-06git-gui: Switch internal blame structure to Tcl listsShawn O. Pearce1-30/+39
2007-06-06git-gui: Cleanup redundant column management in blame viewerShawn O. Pearce1-75/+46
2007-06-06git-gui: Better document our blame variablesShawn O. Pearce1-32/+34
2007-06-06git-gui: Remove unused commit_list from blame viewerShawn O. Pearce1-4/+1
2007-06-06git-gui: Automatically expand the line number column as neededShawn O. Pearce1-0/+7
2007-06-06git-gui: Make the line number column slightly wider in blameShawn O. Pearce1-1/+1
2007-06-06git-gui: Use lighter colors in blame viewShawn O. Pearce1-2/+3
2007-06-06git-gui: Remove unnecessary space between columns in blame viewerShawn O. Pearce1-1/+10
2007-06-06git-gui: Remove the loaded column from the blame viewerShawn O. Pearce1-27/+3
2007-06-06git-gui: Clip the commit summaries in the blame history menuShawn O. Pearce1-0/+3
2007-06-06git-gui: Use a label instead of a button for the back buttonShawn O. Pearce1-2/+6
2007-06-06git-gui: Show original filename in blame tooltipShawn O. Pearce1-0/+7
2007-06-06git-gui: Combine blame groups only if commit and filename matchShawn O. Pearce1-3/+9
2007-06-06git-gui: Allow digging through history in blame viewerShawn O. Pearce1-30/+188
2007-06-06git-gui: Display a progress bar during blame annotation gatheringShawn O. Pearce1-8/+20
2007-06-06git-gui: Allow the user to control the blame/commit split pointShawn O. Pearce1-25/+79
2007-06-06git-gui: Show author initials in blame groupsShawn O. Pearce1-11/+47
2007-06-06git-gui: Space the commit group continuation out in blame viewShawn O. Pearce1-3/+3
2007-06-06git-gui: Cleanup minor style nitShawn O. Pearce1-1/+1
2007-06-06git-gui: Remove unnecessary reshow of blamed commitShawn O. Pearce1-6/+0
2007-06-06git-gui: Highlight the blame commit header from everything elseShawn O. Pearce1-5/+23
2007-06-06git-gui: Display tooltips in blame viewerShawn O. Pearce1-1/+125
2007-06-06git-gui: Use arror cursor in blame viewer file dataShawn O. Pearce1-0/+3
2007-06-06git-gui: Simplify consecutive lines that come from the same commitShawn O. Pearce1-3/+22
2007-06-06git-gui: Improve the coloring in blame viewerShawn O. Pearce1-46/+30
2007-06-06git-gui: Remove empty blank line at end of blameShawn O. Pearce1-4/+9
2007-06-06git-gui: Cleanup blame::new widget initializationShawn O. Pearce1-39/+38
2007-06-06git-gui: Add a 4 digit commit abbreviation to the blame viewerShawn O. Pearce1-2/+40
2007-06-06New selection indication and softer colorsMatthijs Melchior1-10/+8
2007-06-02Revert "Make the installation target of git-gui a little less chatty"Shawn O. Pearce1-14/+6
2007-06-02git-gui: Verify Tcl/Tk is new enough for our needsShawn O. Pearce1-0/+16
2007-06-02git-gui: Attach font_ui to all spinbox widgetsShawn O. Pearce1-1/+1
2007-06-02GIT 1.5.2.1v1.5.2.1Junio C Hamano3-2/+55
2007-06-02Use =20 when rfc2047 encoding spaces.Kristian Høgsberg2-8/+12
2007-06-02Create a new manpage for the gitignore format, and reference it elsewhereJosh Triplett8-101/+145
2007-06-02Documentation: robustify asciidoc GIT_VERSION replacementJeff King2-5/+3
2007-06-01git-gui: Don't quit when we destroy a child widgetShawn O. Pearce1-1/+1
2007-06-01Make the installation target of git-gui a little less chattyAlex Riesen1-6/+14
2007-05-31git-gui: Allow as few as 0 lines of diff contextShawn O. Pearce3-5/+5
2007-05-31Merge branch 'maint-1.5.1' into maintJunio C Hamano4-15/+69
2007-05-30git-config: Improve documentation of git-config file handlingFrank Lichtenheld1-7/+59
2007-05-30git-config: Various small fixes to asciidoc documentationFrank Lichtenheld1-4/+6
2007-05-30git-gui: Allow creating a branch when none existsShawn O. Pearce1-6/+8
2007-05-30decode_85(): fix missing return.Jerald Fitzjerald1-1/+1
2007-05-30fix signed range problems with hex conversionsLinus Torvalds2-3/+3
2007-05-29cvsserver: Fix some typos in asciidoc documentationFrank Lichtenheld1-2/+2
2007-05-29cvsserver: Note that CVS_SERVER can also be specified as method variableFrank Lichtenheld1-1/+11
2007-05-29cvsserver: Correct inetd.conf example in asciidoc documentationFrank Lichtenheld1-3/+5
2007-05-28user-manual: fixed typo in exampleSteffen Prohaska1-1/+1
2007-05-28Add test case for $Id$ expanded in the repositoryAndy Parkins1-0/+36
2007-05-28Merge branch 'maint-1.5.1' into maintJunio C Hamano2-7/+11
2007-05-28git-svn: avoid md5 calculation entirely if SVN doesn't provide oneEric Wong1-6/+10
2007-05-28Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2-10/+19
2007-05-28Makefile: Remove git-fsck and git-verify-pack from PROGRAMSNguyen Thai Ngoc Duy1-2/+2
2007-05-28Fix stupid typo in lookup_tag()Johan Herland1-1/+1
2007-05-27git-gui: Guess our share/git-gui/lib path at runtime if possiblegitgui-0.7.2Shawn O. Pearce2-4/+16
2007-05-26Merge branch 'maint-1.5.1' into maintJunio C Hamano10-47/+115
2007-05-26Fix git-svn to handle svn not reporting the md5sum of a file, and test.James Y Knight2-1/+46
2007-05-26Fix mishandling of $Id$ expanded in the repository copy in convert.cAndy Parkins1-2/+37
2007-05-26More echo "$user_message" fixes.Jeff King3-6/+6
2007-05-26Add tests for the last two fixes.Junio C Hamano1-3/+22
2007-05-26git-commit: use printf '%s\n' instead of echo on user-supplied stringsJunio C Hamano1-4/+4
2007-05-25git-am: use printf instead of echo on user-supplied stringsJeff King1-2/+2
2007-05-25Documentation: Add definition of "evil merge" to GIT GlossaryJakub Narebski1-0/+4
2007-05-25Replace the last 'dircache's by 'index'Jakub Narebski2-2/+2
2007-05-25Documentation: Clean up links in GIT GlossaryJakub Narebski1-29/+29
2007-05-24Merge branch 'master' of git://repo.or.cz/git/fastimport into maintJunio C Hamano1-10/+71
2007-05-24Merge branch 'maint-1.5.1' into maintJunio C Hamano2-0/+5
2007-05-24fix memory leak in parse_object when check_sha1_signature failsCarlos Rica1-0/+1
2007-05-24name-rev: tolerate clock skew in committer datesJunio C Hamano1-0/+4
2007-05-24Correct key bindings to Control-<foo>Shawn O. Pearce1-6/+3
2007-05-24Update bash completion for git-config optionsShawn O. Pearce1-2/+12
2007-05-24Teach bash completion about recent log long optionsShawn O. Pearce1-2/+2
2007-05-24Teach bash completion about 'git remote update'Shawn O. Pearce1-2/+14
2007-05-23Merge branch 'maint' of git://repo.or.cz/git/fastimport into maintJunio C Hamano2-30/+66
2007-05-24Update bash completion header documentationShawn O. Pearce1-1/+14
2007-05-23Merge branch 'maint-1.5.1' into maintJunio C Hamano1-1/+1
2007-05-24Remove a duplicate --not option in bash completionShawn O. Pearce1-1/+1
2007-05-24Teach bash completion about git-shortlogShawn O. Pearce1-0/+23
2007-05-24Hide the plumbing diff-{files,index,tree} from bash completionShawn O. Pearce1-3/+3
2007-05-24Fix possible coredump with fast-import --import-marksShawn O. Pearce2-5/+36
2007-05-24Refactor fast-import branch creation from existing commitShawn O. Pearce1-27/+31
2007-05-23fast-import: Fix crash when referencing already existing objectsSimon Hausmann1-1/+1
2007-05-23fast-import: Fix uninitialized variableSimon Hausmann1-0/+1
2007-05-23Documentation: fix git-config.xml generationJames Bowes1-1/+1
2007-05-23Use git-for-each-ref to check whether the origin branch exists.Stephan Springl1-5/+5
2007-05-23Merge branch 'maint-1.5.1' into maintJunio C Hamano1-0/+7
2007-05-22Document branch.autosetupmerge.Paolo Bonzini1-0/+7
2007-05-22git-gui: Tighten internal pattern match for lib/ directoryShawn O. Pearce1-1/+1
2007-05-21git-cvsserver: fix disabling service via per-method configJunio C Hamano1-5/+3
2007-05-21Merge branch 'maint-1.5.1' into maintJunio C Hamano6-2/+54
2007-05-21git-status: respect core.excludesFileJohannes Schindelin4-0/+39
2007-05-21SubmittingPatches: mention older C compiler compatibilityJohannes Schindelin1-0/+13
2007-05-21git-daemon: don't ignore pid-file write failureJim Meyering1-2/+2
2007-05-21Update bash completion to ignore some more plumbing commandsJonas Fonseca1-0/+3
2007-05-20Merge branch 'maint-1.5.1' into maintJunio C Hamano6-18/+48
2007-05-20annotate: make it work from subdirectories.Junio C Hamano1-1/+1
2007-05-20git-config: Correct asciidoc documentation for --int/--boolFrank Lichtenheld1-8/+9
2007-05-20t1300: Add tests for git-config --bool --getFrank Lichtenheld1-0/+34
2007-05-20unpack-trees.c: verify_uptodate: remove dead codeSven Verdoolaege1-4/+0
2007-05-20Use PATH_MAX instead of TEMPFILE_PATH_LENFernando J. Pereda1-4/+2
2007-05-20branch: fix segfault when resolving an invalid HEADJonas Fonseca1-1/+2
2007-05-20GIT 1.5.2v1.5.2Junio C Hamano3-22/+26
2007-05-20git-cvsserver: exit with 1 upon "I HATE YOU"Junio C Hamano1-1/+1
2007-05-20Merge branch 'maint' to synchronize with 1.5.1.6Junio C Hamano6-59/+212
2007-05-20GIT 1.5.1.6v1.5.1.6Junio C Hamano4-9/+48
2007-05-19Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maintJunio C Hamano3-52/+159
2007-05-19git-svn: don't minimize-url when doing an init that tracks multiple pathsEric Wong1-0/+5
2007-05-19git-svn: avoid crashing svnserve when creating new directoriesEric Wong1-0/+2
2007-05-19user-manual: Add section on ignoring filesJohan Herland1-2/+69
2007-05-19user-manual: finding commits referencing given file contentJ. Bruce Fields1-0/+16
2007-05-19user-manual: discourage shared repositoryJ. Bruce Fields1-0/+21
2007-05-19tutorial: revise index introductionJ. Bruce Fields1-49/+45
2007-05-19tutorials: add user-manual linksJ. Bruce Fields2-1/+8
2007-05-18Merge branch 'maint'Junio C Hamano11-10/+24
2007-05-18Documentation: Reformatted SYNOPSIS for several commandsMatthias Kestenholz6-9/+19
2007-05-18Documentation: Added [verse] to SYNOPSIS where necessaryMatthias Kestenholz5-1/+5
2007-05-18Documentation/git.txt: Update links to older documentation pages.Junio C Hamano1-34/+25
2007-05-18gitweb: Fix "Use of uninitialized value" warning in git_feedJakub Narebski1-1/+2
2007-05-18Merge branch 'sp/cvsexport'Junio C Hamano1-15/+30
2007-05-18Add link to 1.5.1.5 release notes.Junio C Hamano1-1/+3
2007-05-18Merge 1.5.1.5 inJunio C Hamano8-900/+1061
2007-05-18GIT v1.5.1.5v1.5.1.5Junio C Hamano2-3/+14
2007-05-18Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maintJunio C Hamano6-896/+1046
2007-05-18gitweb: Remove redundant $searchtype setupPetr Baudis1-7/+0
2007-05-18Documentation: git-rev-list's "patterns"Petr Baudis1-2/+2
2007-05-18Fix crlf attribute handling to match documentationAndy Parkins1-2/+2
2007-05-18git-archive: convert archive entries like checkouts doRené Scharfe4-8/+26
2007-05-17user-manual: reorganize public git repo discussionJ. Bruce Fields1-40/+50
2007-05-17user-manual: listing commits reachable from some refs not othersJ. Bruce Fields1-0/+48
2007-05-17user-manual: introduce gitJ. Bruce Fields1-0/+3
2007-05-17user-manual: add a "counting commits" exampleJ. Bruce Fields1-0/+19
2007-05-17user-manual: move howto/using-topic-branches into manualJ. Bruce Fields2-297/+296
2007-05-17user-manual: move howto/make-dist.txt into user manualJ. Bruce Fields2-52/+42
2007-05-17Documentation: remove howto's now incorporated into manualJ. Bruce Fields2-174/+0
2007-05-17user-manual: move quick-start to an appendixJ. Bruce Fields1-239/+245
2007-05-17glossary: expand and clarify some definitions, prune cross-referencesJ. Bruce Fields1-94/+134
2007-05-17user-manual: revise birdseye-view chapterJ. Bruce Fields1-28/+18
2007-05-17gitweb: Allow arbitrary strings to be dug with pickaxePetr Baudis1-2/+4
2007-05-17gitweb: Add support for grep searchesPetr Baudis2-2/+125
2007-05-17gitweb: Normalize searchbar font sizePetr Baudis1-1/+2
2007-05-17Merge branch 'maint'Junio C Hamano2-1/+10
2007-05-17Document core.excludesfile for git-addMichael Hendricks1-0/+9
2007-05-17gitweb: Fix error in git_patchset_body for deletion in merge commitJakub Narebski1-1/+2
2007-05-17Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2-4/+44