summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lt/dirwalk'Junio C Hamano2006-05-2413-550/+896
|\
| * Add builtin "git rm" commandLinus Torvalds2006-05-195-73/+157
| * Move pathspec matching from builtin-add.c into dir.cLinus Torvalds2006-05-193-81/+84
| * Prevent bogus paths from being added to the index.Linus Torvalds2006-05-183-64/+67
| * builtin-add: fix unmatched pathspec warnings.Junio C Hamano2006-05-181-1/+1
| * Remove old "git-add.sh" remnantsLinus Torvalds2006-05-172-58/+2
| * builtin-add: warn on unmatched pathspecsLinus Torvalds2006-05-171-19/+58
| * Do "git add" as a builtinLinus Torvalds2006-05-174-1/+231
| * Clean up git-ls-file directory walking library interfaceLinus Torvalds2006-05-173-24/+28
| * libify git-ls-files directory traversalLinus Torvalds2006-05-174-336/+376
* | --summary output should print immediately after stats.Sean2006-05-231-1/+4
* | git-svn: ignore expansion of svn:keywordsEric Wong2006-05-235-60/+254
* | git-svn: starting a 1.1.0-pre development versionEric Wong2006-05-231-1/+1
* | cvsimport: set up commit environment in perl instead of using envJeff King2006-05-231-7/+6
* | cvsimport: do not barf on creation of an empty file.Junio C Hamano2006-05-231-1/+1
* | Add git-quiltimport to .gitignore.Peter Eriksen2006-05-231-0/+1
* | cvsimport: introduce _fetchfile() method and used a 1M buffer to read()Martin Langhoff2006-05-231-17/+19
* | cvsimport: cleanup commit functionJeff King2006-05-231-86/+64
* | cvsimport: use git-update-index --index-infoJeff King2006-05-231-23/+13
* | git status: skip empty directories, and add -u to show all untracked filesMatthias Lederhofer2006-05-231-3/+14
* | cvsimport: repack every kilo-commits.Linus Torvalds2006-05-231-1/+5
* | cvsimport: introduce -L<imit> option to workaround memory leaksMartin Langhoff2006-05-231-2/+6
* | Install git builtins into gitexecdir rather than bindir.Sean2006-05-221-1/+8
* | Change GIT-VERSION-GEN to call git commands with "git" not "git-".Sean2006-05-221-2/+2
* | cvsimport: replace anonymous sub ref with a normal subMartin Langhoff2006-05-221-3/+3
* | cvsimport: minor fixupsMartin Langhoff2006-05-221-0/+3
* | Problem: 'trap...exit' causes error message when /bin/sh is ash.Yakov Lerner2006-05-221-2/+2
* | Avoid segfault in diff --stat rename output.Sean2006-05-221-1/+1
* | Tutorial #2: broken link fix.Junio C Hamano2006-05-221-1/+1
* | git help: remove whatchanged from list of common commandsMartin Waitz2006-05-221-1/+0
* | diff: minor option combination fix.Junio C Hamano2006-05-221-0/+8
* | tutorial-2: typofix in examples.Junio C Hamano2006-05-211-2/+2
* | tutorial: add discussion of index file, object databaseJ. Bruce Fields2006-05-213-6/+414
* | tutorial: expanded discussion of commit historyJ. Bruce Fields2006-05-211-53/+112
* | tutorial: replace "whatchanged" by "log"J. Bruce Fields2006-05-211-6/+6
* | NO_INET_NTOP and compat/inet_ntop.c for some systems (e.g. old Cygwin).Yakov Lerner2006-05-212-0/+203
* | remove superflous "const"Alex Riesen2006-05-211-1/+1
* | checkdiff_consume: strtol parameter fix.Junio C Hamano2006-05-211-1/+1
* | Elaborate on why ':' is a bad idea in a ref name.Shawn Pearce2006-05-211-0/+2
* | Reference git-check-ref-format in git-branch.Shawn Pearce2006-05-212-1/+7
* | diff family: add --check optionJohannes Schindelin2006-05-212-1/+115
* | Document that "git add" only adds non-ignored files.Santi2006-05-201-1/+4
* | Merge branch 'js/fetchconfig'Junio C Hamano2006-05-192-4/+59
|\ \
| * | Add a conversion tool to migrate remote information into the configJohannes Schindelin2006-05-041-0/+35
| * | fetch, pull: ask config for remote informationJohannes Schindelin2006-05-041-4/+24
* | | Fix build procedure for builtin-init-dbJunio C Hamano2006-05-191-1/+1
* | | Merge branch 'jc/read-tree-safety'Junio C Hamano2006-05-195-31/+88
|\ \ \
| * | | read-tree -m -u: do not overwrite or remove untracked working tree files.Junio C Hamano2006-05-175-31/+88
| | |/ | |/|
* | | Merge branch 'jc/apply'Junio C Hamano2006-05-191-4/+6
|\ \ \
| * | | apply --cached: do not check newly added file in the working treeJunio C Hamano2006-05-171-4/+6