aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Expand)AuthorFilesLines
2006-09-24Deprecate merge-recursive.pyJunio C Hamano1-0/+1
2006-09-24Remove upload-tar and make git-tar-tree a thin wrapper to git-archiveJunio C Hamano1-1/+0
2006-09-23Remove git-zip-treeRene Scharfe1-1/+0
2006-09-17Merge branch 'jk/diff'Junio C Hamano1-0/+1
2006-09-09Add git-upload-archiveFranck Bui-Huu1-0/+1
2006-09-09Add git-archiveFranck Bui-Huu1-0/+1
2006-09-08git-commit.sh: convert run_status to a C builtinJeff King1-0/+1
2006-09-07autoconf: Add config.cache to .gitignoreJakub Narebski1-0/+1
2006-08-27Add git-zip-tree to .gitignoreRene Scharfe1-0/+1
2006-08-27Merge branch 'js/c-merge-recursive'Junio C Hamano1-0/+1
2006-08-12Merge branch 'lt/web'Junio C Hamano1-0/+1
2006-08-08autoconf: clean temporary file mak.appendJunio C Hamano1-1/+1
2006-08-06Add gitweb.cgi to .gitignoreMatthias Kestenholz1-0/+1
2006-08-03.gitignore: git-merge-recur is a built file.Junio C Hamano1-0/+1
2006-07-30Merge branch 'jn/make'Junio C Hamano1-0/+6
2006-07-06git-svn: migrate out of contribEric Wong1-0/+1
2006-07-02autoconf: Use autoconf to write installation directories to config.mak.autogenJakub Narebski1-0/+6
2006-07-01Add git-instaweb, instantly browse the working repo with gitwebEric Wong1-0/+1
2006-06-22add GIT-CFLAGS to .gitignoreMatthias Kestenholz1-0/+1
2006-06-21Retire git-clone-packJunio C Hamano1-1/+0
2006-05-28Merge branch 'jc/cache-tree'Junio C Hamano1-0/+1
2006-05-24Built git-upload-tar should be ignored.Shawn Pearce1-0/+1
2006-05-23Add git-quiltimport to .gitignore.Peter Eriksen1-0/+1
2006-04-24Add test-dump-cache-treeJunio C Hamano1-0/+1
2006-04-05Add git-clean commandPavel Roskin1-0/+1
2006-03-26add clean and ignore rules for xdiff/Junio C Hamano1-2/+1
2006-03-10Add git-imap-send, derived from isync 1.0.1.Mike McCormack1-0/+1
2006-03-09Nicer output from 'git'Fredrik Kuivinen1-0/+1
2006-03-05gitignore: Ignore some more boring things.Mark Wooding1-0/+1
2006-02-24Add missing programs to ignore listShawn Pearce1-0/+4
2006-02-22Add new git-rm command with documentationCarl Worth1-0/+1
2006-02-07.gitignore git-rerere and config.makAndreas Ericsson1-0/+2
2006-02-05git-showJunio C Hamano1-0/+1
2006-01-11Add git-describe to .gitignore.Tom Prince1-0/+1
2006-01-05Merge fixes up to GIT 1.0.7Junio C Hamano1-0/+1
2006-01-05trivial: .gitignore precompiled python modulesAlex Riesen1-0/+1
2005-12-27Makefile: use git-describe to mark the git version.Junio C Hamano1-0/+1
2005-12-19Remove "octopus".Junio C Hamano1-1/+0
2005-11-24Rename git-config-set to git-repo-configJohannes Schindelin1-1/+1
2005-11-19Add git-config-set, a simple helper for scripts to set config variablesJohannes Schindelin1-0/+1
2005-11-14Remove git-rename. git-mv does the sameJosef Weidendorfer1-1/+0
2005-11-13Rename lost+found to lost-found.Junio C Hamano1-1/+1
2005-11-11Ignore built git-lost+found.Junio C Hamano1-0/+1
2005-11-11Rename git-pack-intersect to git-pack-redundantLukas_Sandström1-1/+1
2005-11-11Add git-pack-intersect to .gitignoreLukas_Sandström1-0/+1
2005-11-07Ignore more generated files.Junio C Hamano1-0/+4
2005-11-03Add 'ours' merge strategy.Junio C Hamano1-0/+1
2005-10-28Add more generated files to .gitignoreJohannes Schindelin1-0/+3
2005-10-20Make git-cherry-pick in target "all"Johannes Schindelin1-0/+1
2005-10-18Ignore more generated filesJohannes Schindelin1-0/+3
2005-10-16ref-format documentation.Junio C Hamano1-0/+1
2005-10-14Add new programs and stamp file to .gitignore.Tom Prince1-0/+3
2005-10-03Merge with master.kernel.org:/pub/scm/git/git.gitPeter Anvin1-0/+1
2005-10-01Add git-symbolic-refJunio C Hamano1-0/+1
2005-09-28Ignore *.exe filesPeter Anvin1-0/+1
2005-09-28[PATCH] Add new programs to .gitignore.Tom Prince1-0/+2
2005-09-24Really ignore generated distribution material.Junio C Hamano1-4/+5
2005-09-23Merge 'fixes' branch.Junio C Hamano1-0/+4
2005-09-23Ignore a bit more generated files.Junio C Hamano1-0/+4
2005-09-22Retire diff-helper.Junio C Hamano1-1/+0
2005-09-22Retire rev-tree.Junio C Hamano1-1/+0
2005-09-22Retire git-export.Junio C Hamano1-1/+0
2005-09-17Add git-send-email to .gitignoreJunio C Hamano1-0/+1
2005-09-15Be more backward compatible with git-ssh-{push,pull}.Junio C Hamano1-0/+2
2005-09-15Retire info/rev-cacheJunio C Hamano1-2/+0
2005-09-13[PATCH] Rename the 'fredrik' merge strategy to 'recursive'.Fredrik Kuivinen1-1/+1
2005-09-12Document git-grep and link it from the main git(7) page.Junio C Hamano1-0/+1
2005-09-10Add a new merge strategy by Fredrik Kuivinen.Junio C Hamano1-0/+1
2005-09-09Adjust .gitignore for big rename.Junio C Hamano1-1/+45
2005-09-07Big tool rename.Junio C Hamano1-10/+10
2005-08-26[PATCH] git bugfixes and cleanups, mainly Debian thingsTommi Virtanen1-0/+51