aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Expand)AuthorFilesLines
2023-11-26replay: introduce new builtinElijah Newren1-0/+1
2023-08-04gitignore: ignore clangd .cache directorybrian m. carlson1-0/+1
2023-02-06add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"Ævar Arnfjörð Bjarmason1-1/+0
2023-01-23Merge branch 'ab/test-env-helper'Junio C Hamano1-1/+0
2023-01-14env-helper: move this built-in to "test-tool env-helper"Ævar Arnfjörð Bjarmason1-1/+0
2022-12-14Merge branch 'dd/git-bisect-builtin'Junio C Hamano1-1/+0
2022-11-23Merge branch 'ab/coccicheck-incremental'Junio C Hamano1-0/+1
2022-11-15bisect; remove unused "git-bisect.sh" and ".gitignore" entryÆvar Arnfjörð Bjarmason1-1/+0
2022-11-02Makefile: have "coccicheck" re-run if flags changeÆvar Arnfjörð Bjarmason1-0/+1
2022-10-27Merge branch 'js/cmake-updates'Junio C Hamano1-0/+1
2022-10-19cmake: avoid editing t/test-lib.shJohannes Schindelin1-0/+1
2022-10-07Merge branch 'ac/fuzzers'Junio C Hamano1-3/+0
2022-09-19version: fix builtin linking & documentationVictoria Dye1-0/+1
2022-09-19fuzz: reorganise the path for existing oss-fuzz fuzzersArthur Chan1-3/+0
2022-09-02scalar: include in standard Git build & installationVictoria Dye1-0/+1
2022-08-12builtin/diagnose.c: create 'git diagnose' builtinVictoria Dye1-0/+1
2022-07-06Makefile & .gitignore: ignore & clean "git.res", not "*.res"Ævar Arnfjörð Bjarmason1-1/+1
2022-05-26Makefile: have "make pot" not "reset --hard"Ævar Arnfjörð Bjarmason1-0/+1
2022-03-25fsmonitor--daemon: add a built-in fsmonitor daemonJeff Hostetler1-0/+1
2022-01-07hook: add 'run' subcommandEmily Shaffer1-0/+1
2021-10-18Merge branch 'js/retire-preserve-merges'Junio C Hamano1-1/+0
2021-10-13Merge branch 'ab/make-sparse-for-real'Junio C Hamano1-0/+1
2021-09-27hook-list.h: add a generated list of hooks, like config-list.hÆvar Arnfjörð Bjarmason1-0/+1
2021-09-22Makefile: make the "sparse" target non-.PHONYÆvar Arnfjörð Bjarmason1-0/+1
2021-09-07rebase: drop support for `--preserve-merges`Johannes Schindelin1-1/+0
2021-05-10Merge branch 'ls/subtree'Junio C Hamano1-0/+1
2021-04-28.gitignore: ignore 'git-subtree' as a build artifactLuke Shumaker1-0/+1
2021-04-19parallel-checkout: make it truly parallelMatheus Tavares1-0/+1
2020-12-08Merge branch 'fc/random-cleanup'Junio C Hamano1-3/+0
2020-12-03Merge branch 'ab/retire-parse-remote'Junio C Hamano1-1/+0
2020-12-02gitignore: remove entry for git serveRené Scharfe1-1/+0
2020-12-02gitignore: drop duplicate entry for git-sh-i18nJeff King1-1/+0
2020-12-01.gitignore: remove dangling fileFelipe Contreras1-1/+0
2020-11-18Merge branch 'ds/maintenance-part-3'Junio C Hamano1-0/+1
2020-11-16parse-remote: remove this now-unused libraryÆvar Arnfjörð Bjarmason1-1/+0
2020-10-05Merge branch 'js/cmake-vs'Junio C Hamano1-0/+1
2020-09-25Merge branch 'ds/maintenance-part-1'Junio C Hamano1-0/+1
2020-09-25for-each-repo: run subcommands on configured reposDerrick Stolee1-0/+1
2020-09-25cmake: ignore files generated by CMake as run in Visual StudioJohannes Schindelin1-0/+1
2020-09-18Merge branch 'pb/clang-json-compilation-database'Junio C Hamano1-0/+2
2020-09-17maintenance: create basic maintenance runnerDerrick Stolee1-0/+1
2020-09-06Makefile: add support for generating JSON compilation databasePhilippe Blain1-0/+2
2020-08-13drop vcs-svn experimentJeff King1-1/+0
2020-05-01Merge branch 'es/bugreport'Junio C Hamano1-0/+2
2020-04-16bugreport: add tool to generate debugging infoEmily Shaffer1-0/+1
2020-04-16help: move list_config_help to builtin/helpEmily Shaffer1-0/+1
2020-03-05stash: remove the stash.useBuiltin settingThomas Gummerer1-1/+0
2019-11-22sparse-checkout: create builtin with 'list' subcommandDerrick Stolee1-0/+1
2019-10-07Merge branch 'dl/honor-cflags-in-hdr-check'Junio C Hamano1-0/+1
2019-09-30Merge branch 'js/visual-studio'Junio C Hamano1-1/+0
2019-09-28Makefile: emulate compile in $(HCO) target betterDenton Liu1-0/+1
2019-09-05.gitignore: stop ignoring `.manifest` filesJohannes Schindelin1-1/+0
2019-08-02Merge branch 'js/visual-studio'Junio C Hamano1-2/+6
2019-07-29.gitignore: ignore Visual Studio's temporary/generated filesJohannes Schindelin1-0/+3
2019-07-29.gitignore: touch up the entries regarding Visual StudioPhilip Oakley1-2/+3
2019-07-25Merge branch 'ab/test-env'Junio C Hamano1-0/+1
2019-07-09Merge branch 'jh/msvc'Junio C Hamano1-0/+5
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano1-0/+2
2019-06-25msvc: ignore .dll and incremental compile outputJeff Hostetler1-0/+5
2019-06-21env--helper: new undocumented builtin wrapping git_env_*()Ævar Arnfjörð Bjarmason1-0/+1
2019-05-15rebase: fold git-rebase--common into the -p backendJohannes Schindelin1-1/+0
2019-05-15.gitignore: there is no longer a built-in `git-rebase--interactive`Johannes Schindelin1-1/+0
2019-05-15Drop unused git-rebase--am.shJohannes Schindelin1-1/+0
2019-05-09Merge branch 'js/misc-doc-fixes'Junio C Hamano1-1/+0
2019-05-07checkout: split part of it to new command 'restore'Nguyễn Thái Ngọc Duy1-0/+1
2019-04-22Merge branch 'ps/stash-in-c'Junio C Hamano1-0/+1
2019-04-15remote-testgit: move it into the support directory for t5801Johannes Schindelin1-1/+0
2019-04-02checkout: split part of it to new command 'switch'Nguyễn Thái Ngọc Duy1-0/+1
2019-03-20rebase: remove the rebase.useBuiltin settingÆvar Arnfjörð Bjarmason1-1/+0
2019-03-07stash: optionally use the scripted version againJohannes Schindelin1-0/+1
2019-03-07stash: convert `stash--helper.c` into `stash.c`Paul-Sebastian Ungureanu1-1/+0
2019-03-07stash: convert apply to builtinJoel Teichroeb1-0/+1
2019-02-06Merge branch 'sg/travis-specific-cc'Junio C Hamano1-0/+1
2019-02-06Merge branch 'en/rebase-merge-on-sequencer'Junio C Hamano1-1/+0
2019-01-17.gitignore: ignore external debug symbols from GCC on macOSSZEDER Gábor1-0/+1
2019-01-15commit-graph, fuzz: add fuzzer for commit-graphJosh Steadmon1-0/+1
2019-01-07rebase: implement --merge via the interactive machineryElijah Newren1-1/+0
2018-11-02Merge branch 'ag/rebase-i-in-c'Junio C Hamano1-1/+0
2018-11-02Merge branch 'pk/rebase-in-c'Junio C Hamano1-0/+2
2018-10-15fuzz: add fuzz testing for packfile indices.Josh Steadmon1-0/+1
2018-10-15fuzz: add basic fuzz testing target.Josh Steadmon1-0/+2
2018-10-09rebase -i: move rebase--helper modes to rebase--interactiveAlban Gruin1-1/+0
2018-10-09rebase -i: remove git-rebase--interactive.shAlban Gruin1-1/+0
2018-10-09rebase -i: implement the main part of interactive rebase as a builtinAlban Gruin1-0/+1
2018-08-20Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano1-1/+2
2018-08-20Merge branch 'js/range-diff'Junio C Hamano1-0/+1
2018-08-13Introduce `range-diff` to compare iterations of a topic branchJohannes Schindelin1-0/+1
2018-08-06rebase: refactor common shell functions into their own filePratik Karki1-0/+1
2018-08-06rebase: start implementing it as a builtinPratik Karki1-0/+1
2018-07-30contrib: add a script to initialize VS Code configurationJohannes Schindelin1-0/+1
2018-07-20multi-pack-index: add builtinDerrick Stolee1-1/+2
2018-06-25Merge branch 'ag/rebase-p'Junio C Hamano1-0/+1
2018-06-01Merge branch 'nd/command-list'Junio C Hamano1-1/+1
2018-06-01rebase: introduce a dedicated backend for --preserve-mergesAlban Gruin1-0/+1
2018-05-10Remove common-cmds.hNguyễn Thái Ngọc Duy1-1/+0
2018-05-10generate-cmds.sh: export all commands to command-list.hNguyễn Thái Ngọc Duy1-0/+1
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano1-0/+1
2018-05-08Merge branch 'dj/runtime-prefix'Junio C Hamano1-0/+1
2018-04-11Makefile: generate Perl header from template fileDan Jacques1-0/+1
2018-04-02commit-graph: create git-commit-graph builtinDerrick Stolee1-0/+1
2018-03-15serve: introduce git-serveBrandon Williams1-0/+1
2017-02-09rebase--helper: add a builtin helper for interactive rebasesJohannes Schindelin1-0/+1
2017-01-25relink: retire the commandJohannes Schindelin1-1/+0
2017-01-17Merge branch 'bb/unicode-9.0' into maintJunio C Hamano1-1/+0
2016-12-13update_unicode.sh: move it into contrib/update-unicodeBeat Bolli1-1/+0
2016-04-15test helpers: move test-* to t/helper/ subdirectoryNguyễn Thái Ngọc Duy1-33/+0
2016-02-08gitignore: ignore generated test-fake-ssh executableJohannes Schindelin1-0/+1
2015-09-03submodule: rewrite `module_list` shell function in CStefan Beller1-0/+1
2015-08-19Merge 'hv/submodule-config' to 'sb/submodule-helper'Junio C Hamano1-0/+1
2015-08-19submodule: implement a config API for lookup of .gitmodules valuesHeiko Voigt1-0/+1
2015-07-13Merge branch 'nd/multiple-work-trees'Junio C Hamano1-0/+1
2015-06-29worktree: new place for "git prune --worktrees"Nguyễn Thái Ngọc Duy1-0/+1
2015-03-12t7063: tests for untracked cacheNguyễn Thái Ngọc Duy1-0/+1
2014-10-20Merge branch 'cc/interpret-trailers'Junio C Hamano1-0/+1
2014-10-14Merge branch 'rs/sha1-array-test'Junio C Hamano1-0/+1
2014-10-13trailer: add interpret-trailers commandChristian Couder1-0/+1
2014-10-01sha1-array: add test-sha1-array and basic testsRené Scharfe1-0/+1
2014-07-29test-config: add tests for the config_set APITanay Abhra1-0/+1
2014-07-16Merge branch 'nd/split-index'Junio C Hamano1-0/+1
2014-07-15.gitignore: "git-verify-commit" is a generated fileØyvind A. Holm1-0/+1
2014-06-13t1700: new tests for split-index modeNguyễn Thái Ngọc Duy1-0/+1
2014-06-06Merge branch 'tb/unicode-6.3-zero-width'Junio C Hamano1-0/+1
2014-05-12utf8: make it easier to auto-update git_wcwidth()Torsten Bögershausen1-0/+1
2014-02-27Merge branch 'kb/fast-hashmap'Junio C Hamano1-0/+1
2014-02-24.gitignore: test-hashmap is a generated fileJonathan Nieder1-0/+1
2013-12-12Merge branch 'jk/remove-deprecated'Junio C Hamano1-4/+0
2013-11-18Makefile: rebuild perl scripts when perl paths changeJonathan Nieder1-0/+1
2013-11-12peek-remote: remove deprecated alias of ls-remoteJohn Keeping1-1/+0
2013-11-12lost-found: remove deprecated commandJohn Keeping1-1/+0
2013-11-12tar-tree: remove deprecated commandJohn Keeping1-1/+0
2013-11-12repo-config: remove deprecated alias for "git config"John Keeping1-1/+0
2013-09-09Merge branch 'jc/url-match'Junio C Hamano1-0/+1
2013-08-05config: parse http.<url>.<variable> using urlmatchKyle J. McKay1-0/+1
2013-07-22Merge branch 'es/check-mailmap'Junio C Hamano1-0/+1
2013-07-13builtin: add git-check-mailmap commandEric Sunshine1-0/+1
2013-07-01Merge branch 'jc/topo-author-date-sort'Junio C Hamano1-0/+1
2013-06-20Merge branch 'rs/discard-index-discard-array'Junio C Hamano1-0/+1
2013-06-11prio-queue: priority queue of pointers to structsJunio C Hamano1-0/+1
2013-06-09read-cache: add simple performance testRené Scharfe1-0/+1
2013-06-04Provide a Windows version resource for the git executables.Pat Thoyts1-0/+1
2013-04-28git-remote-testgit: build it to run under $SHELL_PATHJunio C Hamano1-0/+1
2013-01-23Merge branch 'as/check-ignore'Junio C Hamano1-0/+1
2013-01-10Merge branch 'nd/wildmatch'Junio C Hamano1-0/+1
2013-01-06Merge branch 'cc/no-gitk-build-dependency'Junio C Hamano1-2/+1
2013-01-06add git-check-ignore sub-commandAdam Spiers1-0/+1
2012-12-18Makefile: detect when PYTHON_PATH changesChristian Couder1-0/+1
2012-12-18Makefile: remove tracking of TCLTK_PATHChristian Couder1-2/+0
2012-11-29Rename git-remote-testgit to git-remote-testpyFelipe Contreras1-1/+1
2012-10-25Merge branch 'fa/remote-svn'Jeff King1-0/+1
2012-10-15Integrate wildmatch to gitNguyễn Thái Ngọc Duy1-0/+1
2012-10-07Add git-remote-testsvn to MakefileFlorian Achleitner1-0/+1
2012-09-17Merge branch 'mh/string-list'Junio C Hamano1-0/+1
2012-09-14Merge branch 'rj/test-regex' into maint-1.7.11Junio C Hamano1-0/+1
2012-09-12string_list: add two new functions for splitting stringsMichael Haggerty1-0/+1
2012-09-11Merge branch 'rj/test-regex'Junio C Hamano1-0/+1
2012-09-02test-regex: Add a test to check for a bug in the regex routinesRamsay Jones1-0/+1
2012-07-15Merge branch 'jn/makefile-cleanup'Junio C Hamano1-0/+3
2012-07-09Makefile: update scripts when build-time parameters changeJeff King1-0/+1
2012-07-09Makefile: split prefix flags from GIT-CFLAGSJeff King1-0/+1
2012-07-09Makefile: split GIT_USER_AGENT from GIT-CFLAGSJeff King1-0/+1
2012-06-25add 'git credential' plumbing commandJavier Roucher Iglesias1-1/+1
2012-05-03Merge branch 'nd/columns'Junio C Hamano1-0/+1
2012-04-27Add column layout skeleton and git-columnNguyễn Thái Ngọc Duy1-0/+1
2012-04-24Merge branch 'hv/submodule-recurse-push'Junio C Hamano1-0/+1
2012-04-23Merge branch 'rs/commit-list-sort-in-batch'Junio C Hamano1-0/+1
2012-04-11add mergesort() for linked listsRené Scharfe1-0/+1
2012-04-09git-p4: move to toplevelPete Wyckoff1-0/+1
2012-03-30Teach revision walking machinery to walk multiple times sequenciallyHeiko Voigt1-0/+1
2012-01-27Merge branch 'svn-fe' of git://repo.or.cz/git/jrn into jn/svn-feJunio C Hamano1-3/+0
2011-12-19Merge branch 'tr/cache-tree'Junio C Hamano1-0/+1
2011-12-12credentials: add "store" helperJeff King1-0/+1
2011-12-11credentials: add "cache" helperJeff King1-0/+2
2011-12-11introduce credentials APIJeff King1-0/+1
2011-12-06Add test-scrap-cache-treeThomas Rast1-0/+1
2011-06-22Makefile: Track changes to LDFLAGS and relink when necessaryFredrik Kuivinen1-0/+1
2011-05-26Merge branch 'jn/gitweb-js'Junio C Hamano1-0/+1
2011-05-26Merge branch 'db/svn-fe-code-purge' into svn-feJonathan Nieder1-3/+0
2011-05-24gitweb: Split JavaScript for maintability, combining on buildJakub Narebski1-0/+1
2011-05-14git-sh-i18n.sh: add no-op gettext() and eval_gettext() wrappersÆvar Arnfjörð Bjarmason1-0/+1
2011-05-14git-sh-i18n--envsubst: our own envsubst(1) for eval_gettext()Ævar Arnfjörð Bjarmason1-0/+2
2011-04-28Merge branch 'mz/rebase'Junio C Hamano1-0/+2
2011-04-03Remove old binaries from .gitignoreDan McGee1-2/+0
2011-03-22vcs-svn: drop obj_poolDavid Barr1-1/+0
2011-03-22vcs-svn: drop treapDavid Barr1-1/+0
2011-03-22vcs-svn: drop string_poolDavid Barr1-1/+0
2011-02-13gitignore: add test-mktemp to ignore listÆvar Arnfjörð Bjarmason1-0/+1
2011-02-10rebase: extract am code to new source fileMartin von Zweigbergk1-0/+1
2011-02-10rebase: extract merge code to new source fileMartin von Zweigbergk1-0/+1
2010-12-28Merge branch 'nd/setup'Junio C Hamano1-0/+1
2010-12-27setup_work_tree: adjust relative $GIT_WORK_TREE after moving cwdNguyễn Thái Ngọc Duy1-0/+1
2010-10-13git-remote-extIlari Liusvaara1-0/+1
2010-10-13git-remote-fdIlari Liusvaara1-0/+1
2010-09-04Merge branch 'ab/test-2'Junio C Hamano1-0/+6
2010-08-31Merge branch 'jn/svn-fe'Junio C Hamano1-0/+5
2010-08-21Tell ignore file about generate files in /gitweb/staticMark Rada1-1/+1
2010-08-18Makefile: Add cover_db_html targetÆvar Arnfjörð Bjarmason1-0/+1
2010-08-18Makefile: Add cover_db targetÆvar Arnfjörð Bjarmason1-0/+1
2010-08-18gitignore: Ignore files generated by "make coverage"Ævar Arnfjörð Bjarmason1-0/+4
2010-08-14SVN dump parserDavid Barr1-0/+1
2010-08-14Add stream helper libraryDavid Barr1-0/+1