summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-12-15Git 1.7.2.5v1.7.2.5Junio C Hamano9-19/+111
2010-12-15Git 1.7.1.4v1.7.1.4Junio C Hamano8-19/+104
2010-12-15Git 1.7.0.9v1.7.0.9Junio C Hamano7-19/+96
2010-12-15Git 1.6.6.3v1.6.6.3Junio C Hamano6-19/+88
2010-12-15Git 1.6.5.9v1.6.5.9Junio C Hamano5-18/+64
2010-12-15Git 1.6.4.5v1.6.4.5Junio C Hamano3-2/+22
2010-12-15gitweb: Introduce esc_attr to escape attributes of HTML elementsJakub Narebski1-15/+22
2010-12-02Git 1.7.2.4v1.7.2.4Junio C Hamano5-2/+32
2010-12-02Git 1.7.1.3v1.7.1.3Junio C Hamano4-2/+22
2010-12-02Git 1.7.0.8v1.7.0.8Junio C Hamano3-2/+12
2010-12-01Merge branch 'maint-1.7.1' into maint-1.7.2Junio C Hamano2-2/+7
2010-12-01Merge branch 'maint-1.7.0' into maint-1.7.1Junio C Hamano2-2/+7
2010-12-01add: introduce add.ignoreerrors synonym for add.ignore-errorsJonathan Nieder2-2/+7
2010-12-01bash: Match lightweight tags in promptknittl1-1/+1
2010-12-01git-commit.txt: (synopsis): move -i and -o before "--"Jari Aalto1-2/+2
2010-09-12t3101: modernise styleJunio C Hamano1-62/+64
2010-09-11compat/nedmalloc: don't force NDEBUG on the rest of gitRené Scharfe1-1/+6
2010-09-10config.txt: fix placement of diff.noprefixMark Lodato1-2/+3
2010-09-09xdiff-interface.c: always trim trailing space from xfuncname matchesBrandon Casey1-3/+2
2010-09-09diff.c: call regfree to free memory allocated by regcomp when necessaryBrandon Casey1-1/+4
2010-09-06revert: Fix trivial comment style issueElijah Newren1-1/+0
2010-09-06cache_tree_free: Fix small memory leakElijah Newren1-1/+3
2010-09-06Merge branch 'xx/trivial' into maintJunio C Hamano3-11/+11
2010-09-05tag.c: whitespace breakages fixJunio C Hamano1-9/+9
2010-09-05Fix whitespace issue in object.cJared Hance1-4/+4
2010-09-05t5505: add missing &&Jens Lehmann1-1/+1
2010-09-03Git 1.7.2.3v1.7.2.3Junio C Hamano3-9/+3
2010-09-03builtin/merge_recursive.c: Add an usage string and make use of it.Thiago Farina1-1/+4
2010-09-01Prepare for 1.7.2.3Junio C Hamano2-1/+47
2010-09-01Merge branch 'gp/pack-refs-remove-empty-dirs' into maintJunio C Hamano2-0/+38
2010-09-01Merge branch 'sg/rerere-gc-old-still-used' into maintJunio C Hamano4-11/+41
2010-09-01Merge branch 'np/maint-huge-delta-generation' into maintJunio C Hamano1-1/+8
2010-09-01Merge branch 'dj/fetch-tagopt' into maintJunio C Hamano4-7/+56
2010-09-01Merge branch 'da/fix-submodule-sync-superproject-config' into maintJunio C Hamano2-1/+5
2010-09-01Merge branch 'en/rebase-against-rebase-fix' into maintJunio C Hamano2-0/+71
2010-08-29Merge branch 'maint-1.7.1' into maintJunio C Hamano1-5/+5
2010-08-29t0003: add missing && at end of linesMatthieu Moy1-5/+5
2010-08-26for-each-ref: fix objectname:short bugJay Soffian1-1/+2
2010-08-25tree-walk: Correct bitrotted comment about tree_entry()Elijah Newren1-1/+4
2010-08-25Fix 'git log' early pager startup error caseLinus Torvalds2-9/+4
2010-08-24parse-options: clarify PARSE_OPT_NOARG descriptionJonathan Nieder1-1/+1
2010-08-24t3302 (notes): Port to SolarisJonathan Nieder1-1/+1
2010-08-22Typos in code comments, an error message, documentationRalf Wildenhues17-26/+26
2010-08-21fix >4GiB source delta assertion failureNicolas Pitre1-1/+8
2010-08-21t7403: add missing &&'sJens Lehmann1-2/+2
2010-08-21Tell ignore file about generate files in /gitweb/staticMark Rada1-1/+1
2010-08-20Merge branch 'jc/maint-follow-rename-fix' into maintJunio C Hamano5-18/+41
2010-08-20Merge branch 'jn/maint-plug-leak' into maintJunio C Hamano3-3/+13
2010-08-20Merge branch 'jn/fix-abbrev' into maintJunio C Hamano5-4/+3
2010-08-20Merge branch 'vs/doc-spell' into maintJunio C Hamano9-16/+18
2010-08-20Merge branch 'jn/rebase-rename-am' into maintJunio C Hamano5-202/+345
2010-08-20Merge branch 'jn/doc-pull' into maintJunio C Hamano1-11/+54
2010-08-20Merge branch 'bc/use-more-hardlinks-in-install' into maintJunio C Hamano1-3/+12
2010-08-20Merge branch 'tr/rfc-reset-doc' into maintJunio C Hamano1-169/+178
2010-08-20xmalloc: include size in the failure messageMatthieu Moy1-1/+2
2010-08-19Git 1.7.2.2v1.7.2.2Junio C Hamano4-3/+26
2010-08-19Merge branch 'tr/xsize-bits' into maintJunio C Hamano1-0/+2
2010-08-19Merge branch 'jc/sha1-name-find-fix' into maintJunio C Hamano1-10/+11
2010-08-18Merge branch 'sp/fix-smart-http-deadlock-on-error' into maintJunio C Hamano1-2/+3
2010-08-18submodule sync: Update "submodule.<name>.url"David Aguilar2-1/+5
2010-08-15log: test for regression introduced in v1.7.2-rc0~103^2~2Ævar Arnfjörð Bjarmason1-1/+13
2010-08-14fetch: allow command line --tags to override configDaniel Johnson4-7/+56
2010-08-13diff --follow: do call diffcore_std() as necessaryJunio C Hamano4-16/+27
2010-08-13diff --follow: do not waste cycles while recursingJunio C Hamano1-1/+1
2010-08-12pull --rebase: Avoid spurious conflicts and reapplying unnecessary patchesElijah Newren2-2/+11
2010-08-12t5520-pull: Add testcases showing spurious conflicts from git pull --rebaseElijah Newren1-0/+62
2010-08-12push: mention "git pull" in error message for non-fast forwardsMatthieu Moy1-2/+2
2010-08-12Standardize do { ... } while (0) styleJonathan Nieder4-10/+10
2010-08-12t/t7003: replace \t with literal tab in sed expressionBrandon Casey1-1/+1
2010-08-12index-pack: Don't follow replace refs.Nelson Elhage2-0/+8
2010-08-11post-receive-email: remove spurious commas in email subjectMatthieu Moy1-1/+1
2010-08-11fast-import: export correctly marks larger than 2^20-1Raja R Harinath2-1/+58
2010-08-11t/lib-git-svn.sh: use $PERL_PATH for perl, not perl from $PATHÆvar Arnfjörð Bjarmason1-3/+2
2010-08-11write-tree: Avoid leak when index refers to an invalid objectJonathan Nieder1-1/+3
2010-08-11read-tree: stop leaking tree objectsJonathan Nieder1-1/+6
2010-08-11core: Stop leaking ondisk_cache_entrysJonathan Nieder1-1/+4
2010-08-11diff: strip extra "/" when stripping prefixJakub Narebski2-2/+69
2010-08-09gitweb: clarify search results page when no matching commit foundJonathan Nieder1-4/+5
2010-08-09Documentation: add a FILES section for show-refJonathan Nieder1-1/+7
2010-08-09Makefile: add missing dependency on http.hJonathan Nieder1-1/+1
2010-08-09Makefile: add missing dependencies on url.hJonathan Nieder1-0/+1
2010-08-09Documentation/git-log: Clarify --full-diffMichael J Gruber1-0/+3
2010-08-09git-rebase: fix typo when parsing --force-rebaseWilly Tarreau1-1/+1
2010-08-09imap-send: Fix sprintf usageÆvar Arnfjörð Bjarmason1-4/+8
2010-08-09prune: allow --dry-run for -n and --verbose for -vRené Scharfe2-3/+4
2010-08-09notes: allow --dry-run for -n and --verbose for -vRené Scharfe2-2/+5
2010-08-09Document -B<n>[/<m>], -M<n> and -C<n> variants of -B, -M and -CMatthieu Moy2-6/+31
2010-08-09Documentation: cite git-am from git-applyBrad King1-0/+10
2010-08-09t7003: fix subdirectory-filter testThomas Rast1-1/+2
2010-08-06smart-http: Don't deadlock on server failureShawn O. Pearce1-2/+3
2010-08-06Allow "check-ref-format --branch" from subdirectoryJonathan Nieder2-0/+19
2010-08-06check-ref-format: handle subcommands in separate functionsJonathan Nieder1-17/+25
2010-08-05pretty-options.txt: match --format's documentation with implementation.Matthieu Moy1-1/+1
2010-08-03Merge branch 'sv/maint-diff-q-clear-fix' into maintJunio C Hamano1-1/+0
2010-08-03Merge branch 'rr/svn-fe' into maintJunio C Hamano3-2/+3
2010-08-03Merge branch 'pt/git-gui' into maintJunio C Hamano9-33/+112
2010-08-03contrib/svn-fe: Add the svn-fe target to .gitignoreRamkumar Ramachandra1-0/+1
2010-08-03contrib/svn-fe: Fix IncludePathRamkumar Ramachandra2-2/+2
2010-08-02Documentation: flesh out “git pull” descriptionJonathan Nieder1-11/+54
2010-08-02sha1_name.c: fix parsing of ":/token" syntaxJunio C Hamano1-10/+11
2010-08-02Merge branch 'ab/tap' into maintJunio C Hamano1-4/+3
2010-08-02test-lib: Remove 3 year old no-op --no-python optionÆvar Arnfjörð Bjarmason1-3/+0
2010-08-02test-lib: Ignore --quiet under a TAP harnessÆvar Arnfjörð Bjarmason1-1/+3
2010-08-02Merge git://repo.or.cz/git-gui into pt/git-guiJunio C Hamano9-33/+112
2010-08-02Documentation/rev-parse: quoting is required with --parseoptThomas Rast1-2/+5
2010-08-02Documentation: reporting bugsJunio C Hamano1-0/+7
2010-08-02Fix DIFF_QUEUE_CLEAR refactoringJunio C Hamano1-1/+0
2010-08-02git-gui: fix size and position of window panes on startupPat Thoyts1-18/+37
2010-08-02git-gui: mc cannot be used before msgcat has been loadedPat Thoyts1-1/+1
2010-07-30git-gui: use textconv filter for diff and blameClément Poulain4-4/+51
2010-07-30git-gui: Avoid using the <<Copy>> binding as a menu accelerator on win32Pat Thoyts1-3/+8
2010-07-30git-gui: fix shortcut creation on cygwinHeiko Voigt1-2/+2
2010-07-30git-gui: fix PATH environment for mingw development environmentHeiko Voigt1-2/+3
2010-07-30git-gui: fix usage of _gitworktree when creating shortcut for windowsHeiko Voigt1-2/+2
2010-07-30git-gui: fix "Explore Working Copy" for Windows againMarkus Heidelberg1-1/+1
2010-07-28xsize_t: check whether we lose bitsThomas Rast1-0/+2
2010-07-28Fix git rebase --continue to work with touched filesDavid D. Kilzer2-0/+44
2010-07-28Document ls-files -t as semi-obsolete.Matthieu Moy1-2/+10
2010-07-27Git 1.7.2.1v1.7.2.1Junio C Hamano4-3/+29
2010-07-27Sync with 1.7.1.2Junio C Hamano5-3/+54
2010-07-27Git 1.7.1.2v1.7.1.2Junio C Hamano3-2/+13
2010-07-27Sync with 1.7.0 seriesJunio C Hamano4-2/+44
2010-07-27Git 1.7.0.7v1.7.0.7Junio C Hamano4-3/+20
2010-07-27examples/commit: use --abbrev for commit summaryJonathan Nieder1-1/+1
2010-07-27checkout, commit: remove confusing assignments to rev.abbrevJonathan Nieder2-2/+0
2010-07-27archive: abbreviate substituted commit ids againJonathan Nieder2-1/+2
2010-07-27config --get --path: check for unset $HOMEJonathan Nieder2-1/+25
2010-07-27commit: remove full stop from usage help for -uStephen Boyd1-1/+1
2010-07-27Clarify help message when no remote is specified in fetch/pull.Matthieu Moy1-1/+2
2010-07-27Makefile: add check-docs exception for gitrevisionsThomas Rast1-0/+1
2010-07-27Fix 'git' wrapper usage stringThomas Rast1-2/+2
2010-07-25Documentation/git-push: Explain status output in more detailThomas Rast1-10/+23
2010-07-25Document receive.denyDeleteCurrentThomas Rast1-0/+4
2010-07-25Cast execl*() NULL sentinels to (char *)Thomas Rast1-6/+6
2010-07-25git-read-tree.txt: acknowledge the directory matching bug in sparse checkoutNguyễn Thái Ngọc Duy1-0/+7
2010-07-25INSTALL: configure /etc/xml/catalog to build docs on CygwinJon Seymour1-0/+33
2010-07-25t3700-add: fix dependence on stdout and stderr bufferingJohannes Sixt1-3/+6
2010-07-25git-rebase--interactive.sh: use printf instead of echo to print commit messageBrandon Casey2-7/+13
2010-07-25Add a google-chrome option for web--browseNathan W. Panike1-3/+3
2010-07-25Merge branch 'maint-1.7.1' into maintJunio C Hamano1-1/+4
2010-07-25Makefile: make hard/symbolic links for non-builtins tooBrandon Casey1-3/+6
2010-07-25Makefile: link builtins residing in bin directory to main git binary tooBrandon Casey1-0/+6
2010-07-25Merge branch 'maint-1.7.0' into maint-1.7.1Junio C Hamano1-1/+4
2010-07-25Merge branch 'maint-1.6.6' into maint-1.7.0Junio C Hamano4-3/+26
2010-07-25Merge branch 'maint-1.6.5' into maint-1.6.6Junio C Hamano4-3/+26
2010-07-25request-pull.txt: Document -p optionStephen Boyd1-1/+4
2010-07-25Merge branch 'maint-1.6.4' into maint-1.6.5Junio C Hamano3-2/+22
2010-07-25Check size of path buffer before writing into itGreg Brockman1-0/+2
2010-07-23rebase: protect against diff.renames configurationJunio C Hamano2-2/+24
2010-07-23t3400 (rebase): whitespace cleanupJonathan Nieder1-90/+92
2010-07-23Teach "apply --index-info" to handle rename patchesJunio C Hamano2-2/+47
2010-07-23t4150 (am): futureproof against failing testsJonathan Nieder1-1/+47
2010-07-23t4150 (am): style fixJonathan Nieder2-108/+136
2010-07-23git-instaweb: Don't assume Apache executable is named apache2Dan McGee1-5/+14
2010-07-23git-instaweb: Fix Apache environment variable passingDan McGee1-2/+5
2010-07-23git-instaweb: Fix custom apache log placementDan McGee1-1/+1
2010-07-21Git 1.7.2v1.7.2Junio C Hamano3-9/+10
2010-07-21tests: correct "does reflog exist?" testsJunio C Hamano2-49/+11
2010-07-21t/: work around one-shot variable assignment with test_must_failBrandon Casey3-8/+40
2010-07-21t/README: correct an exception when breaking a && chain in testsJonathan Nieder1-4/+4
2010-07-20Documentation: spelling fixesVille Skyttä9-16/+18
2010-07-20t/{t5541,lib-httpd}: replace problematic '!()' notation with test_must_failBrandon Casey2-2/+2
2010-07-20t/t3700: convert two uses of negation operator '!' to use test_must_failBrandon Casey1-2/+2
2010-07-20Merge branch 'maint'Junio C Hamano2-2/+6
2010-07-20t/README: clarify test_must_fail descriptionBrandon Casey1-0/+8
2010-07-20Check size of path buffer before writing into itGreg Brockman1-0/+2
2010-07-19Merge branch 'maint'Junio C Hamano2-3/+10
2010-07-19update-server-info: Shorten read_pack_info_file()Ralf Thielow1-3/+0
2010-07-19git add: Add --ignore-missing to SYNOPSISÆvar Arnfjörð Bjarmason1-1/+2
2010-07-19git submodule add: Remove old docs about implicit -fÆvar Arnfjörð Bjarmason1-4/+0
2010-07-19git submodule add: Require the new --force option to add ignored pathsJens Lehmann3-15/+35
2010-07-19Merge branch 'jl/add-n-ignore-missing'Junio C Hamano5-6/+47
2010-07-19Documentation: Explain git-mergetool's use of temporary filesDavid Aguilar1-0/+10
2010-07-19Documentation/reset: move "undo permanently" example behind "make topic"Thomas Rast1-13/+13
2010-07-19Documentation/reset: reorder examples to match descriptionThomas Rast1-23/+23
2010-07-19Documentation/reset: promote 'examples' one section upThomas Rast1-107/+109
2010-07-19Documentation/reset: separate options by modeThomas Rast1-26/+33
2010-07-19Documentation/git-reset: reorder modes for soft-mixed-hard progressionThomas Rast1-6/+6
2010-07-19git-svn: write memoized data explicitly to avoid Storable bugSergey Vlasov1-0/+16
2010-07-16Merge branch 'jc/diff-merge-base-multi'Junio C Hamano1-13/+0
2010-07-16Only run aggregate-results over actual countsThomas Rast2-2/+2
2010-07-16Add a sample user for the svndump libraryJonathan Nieder4-0/+147
2010-07-16diff A...B: do not limit the syntax too narrowlyJunio C Hamano1-13/+0
2010-07-15Merge branch 'jn/paginate-fix'Junio C Hamano2-46/+200
2010-07-15Merge branch 'wp/merge-tree-fix'Junio C Hamano2-1/+259
2010-07-15Merge branch 'js/merge-rr-fix'Junio C Hamano2-3/+3
2010-07-15Merge branch 'jc/diff-merge-base-multi'Junio C Hamano1-8/+23
2010-07-15Merge branch 'ns/merge-recursive-uptodate'Junio C Hamano1-1/+1
2010-07-15Merge branch 'jn/tests'Junio C Hamano1-47/+42
2010-07-15Merge branch 'eb/doc-log-manpage'Junio C Hamano1-6/+9
2010-07-15Merge branch 'jn/grep-open'Junio C Hamano2-0/+16
2010-07-15Merge branch 'mg/revision-doc'Junio C Hamano20-222/+257
2010-07-15Merge branch 'jk/maint-status-keep-index-timestamp'Junio C Hamano1-5/+11
2010-07-15Merge branch 'jc/rebase-i-commit-msg-fix'Junio C Hamano2-9/+28
2010-07-15Merge branch 'ab/submodule-add-f'Junio C Hamano3-3/+29
2010-07-15Merge branch 'bc/maint-makefile-fixes'Junio C Hamano1-5/+5
2010-07-15Merge branch 'maint'Junio C Hamano3-2/+13
2010-07-15Documentation: add submodule.* to the big configuration variable listJonathan Nieder1-0/+9
2010-07-15gitmodules.5: url can be a relative pathJonathan Nieder1-0/+3
2010-07-15gitweb: fix esc_urlPavan Kumar Sunkara1-2/+1