summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge branch 'eb/quilt'Junio C Hamano2006-05-193-1/+180
|\ \ \ \
| * | | | Implement a --dry-run option to git-quiltimportEric W. Biederman2006-05-182-7/+25
| * | | | Implement git-quiltimportEric W. Biederman2006-05-183-1/+162
* | | | | Merge branch 'jc/grep'Junio C Hamano2006-05-190-0/+0
|\ \ \ \ \
| * | | | | Revert "builtin-grep: workaround for non GNU grep."Junio C Hamano2006-05-172-30/+3
| * | | | | builtin-grep: workaround for non GNU grep.Junio C Hamano2006-05-172-3/+30
| | |_|/ / | |/| | |
* | | | | Merge branch 'lt/grep'Junio C Hamano2006-05-193-60/+75
|\ \ \ \ \
| * | | | | builtin-grep: workaround for non GNU grep.Linus Torvalds2006-05-171-3/+20
| * | | | | Merge branch 'ew/pretty-fmt'Junio C Hamano2006-05-171-14/+24
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jc/apply'Junio C Hamano2006-05-172-57/+55
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | / / | | | |_|/ / | | |/| | |
| | * | | | git-am: use apply --cachedJunio C Hamano2006-05-151-36/+2
| | * | | | apply --cached: apply a patch without using working tree.Junio C Hamano2006-05-151-20/+52
| | * | | | apply --numstat: show new name, not old name.Junio C Hamano2006-05-151-1/+1
* | | | | | Merge branch 'ts/doctar'Junio C Hamano2006-05-192-3/+27
|\ \ \ \ \ \
| * | | | | | Documentation/Makefile: create tarballs for the man pages and html filesTilman Sauerbeck2006-05-182-3/+27
| | |_|_|/ / | |/| | | |
* | | | | | Allow pickaxe and diff-filter options to be used by git log.Sean2006-05-191-0/+7