aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | Builtin git-tar-tree.Peter Eriksen2006-05-23
| * | | | | | | Builtin git-ls-tree.Peter Eriksen2006-05-23
| * | | | | | | Builtin git-ls-files.Peter Eriksen2006-05-23
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'jc/fetch-sorted'Junio C Hamano2006-05-24
|\ \ \ \ \ \ \
| * | | | | | | fetch-pack: output refs in the order they were given on the command line.Junio C Hamano2006-05-22
* | | | | | | | Merge branch 'lt/dirwalk'Junio C Hamano2006-05-24
|\ \ \ \ \ \ \ \
| * | | | | | | | Add builtin "git rm" commandLinus Torvalds2006-05-19
| * | | | | | | | Move pathspec matching from builtin-add.c into dir.cLinus Torvalds2006-05-19
| * | | | | | | | Prevent bogus paths from being added to the index.Linus Torvalds2006-05-18
| * | | | | | | | builtin-add: fix unmatched pathspec warnings.Junio C Hamano2006-05-18
| * | | | | | | | Remove old "git-add.sh" remnantsLinus Torvalds2006-05-17
| * | | | | | | | builtin-add: warn on unmatched pathspecsLinus Torvalds2006-05-17
| * | | | | | | | Do "git add" as a builtinLinus Torvalds2006-05-17
| * | | | | | | | Clean up git-ls-file directory walking library interfaceLinus Torvalds2006-05-17
| * | | | | | | | libify git-ls-files directory traversalLinus Torvalds2006-05-17
* | | | | | | | | --summary output should print immediately after stats.Sean2006-05-23
* | | | | | | | | git-svn: ignore expansion of svn:keywordsEric Wong2006-05-23
* | | | | | | | | git-svn: starting a 1.1.0-pre development versionEric Wong2006-05-23
* | | | | | | | | cvsimport: set up commit environment in perl instead of using envJeff King2006-05-23
* | | | | | | | | cvsimport: do not barf on creation of an empty file.Junio C Hamano2006-05-23
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Add git-quiltimport to .gitignore.Peter Eriksen2006-05-23
* | | | | | | | cvsimport: introduce _fetchfile() method and used a 1M buffer to read()Martin Langhoff2006-05-23
* | | | | | | | cvsimport: cleanup commit functionJeff King2006-05-23
* | | | | | | | cvsimport: use git-update-index --index-infoJeff King2006-05-23
* | | | | | | | git status: skip empty directories, and add -u to show all untracked filesMatthias Lederhofer2006-05-23
* | | | | | | | cvsimport: repack every kilo-commits.Linus Torvalds2006-05-23
* | | | | | | | cvsimport: introduce -L<imit> option to workaround memory leaksMartin Langhoff2006-05-23
* | | | | | | | Install git builtins into gitexecdir rather than bindir.Sean2006-05-22
* | | | | | | | Change GIT-VERSION-GEN to call git commands with "git" not "git-".Sean2006-05-22
* | | | | | | | cvsimport: replace anonymous sub ref with a normal subMartin Langhoff2006-05-22
* | | | | | | | cvsimport: minor fixupsMartin Langhoff2006-05-22
* | | | | | | | Problem: 'trap...exit' causes error message when /bin/sh is ash.Yakov Lerner2006-05-22
* | | | | | | | Avoid segfault in diff --stat rename output.Sean2006-05-22
* | | | | | | | Tutorial #2: broken link fix.Junio C Hamano2006-05-22
* | | | | | | | git help: remove whatchanged from list of common commandsMartin Waitz2006-05-22
| |/ / / / / / |/| | | | | |
* | | | | | | diff: minor option combination fix.Junio C Hamano2006-05-22
* | | | | | | tutorial-2: typofix in examples.Junio C Hamano2006-05-21
* | | | | | | tutorial: add discussion of index file, object databaseJ. Bruce Fields2006-05-21
* | | | | | | tutorial: expanded discussion of commit historyJ. Bruce Fields2006-05-21
* | | | | | | tutorial: replace "whatchanged" by "log"J. Bruce Fields2006-05-21
* | | | | | | NO_INET_NTOP and compat/inet_ntop.c for some systems (e.g. old Cygwin).Yakov Lerner2006-05-21
* | | | | | | remove superflous "const"Alex Riesen2006-05-21
* | | | | | | checkdiff_consume: strtol parameter fix.Junio C Hamano2006-05-21
* | | | | | | Elaborate on why ':' is a bad idea in a ref name.Shawn Pearce2006-05-21
* | | | | | | Reference git-check-ref-format in git-branch.Shawn Pearce2006-05-21
| |_|_|_|_|/ |/| | | | |
* | | | | | diff family: add --check optionJohannes Schindelin2006-05-21
* | | | | | Document that "git add" only adds non-ignored files.Santi2006-05-20
| |/ / / / |/| | | |
* | | | | Merge branch 'js/fetchconfig'Junio C Hamano2006-05-19
|\ \ \ \ \
| * | | | | Add a conversion tool to migrate remote information into the configJohannes Schindelin2006-05-04
| * | | | | fetch, pull: ask config for remote informationJohannes Schindelin2006-05-04