summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'db/remote-builtin' into jk/send-packJunio C Hamano2007-11-1417-187/+261
|\
| * Reteach builtin-ls-remote to understand remotesShawn O. Pearce2007-11-062-1/+57
| * Build in ls-remoteDaniel Barkalow2007-11-055-9/+9
| * Use built-in send-pack.Daniel Barkalow2007-11-021-41/+10
| * Build-in send-pack, with an API for other programs to call.Daniel Barkalow2007-11-025-37/+64
| * Build-in peek-remote, using transport infrastructure.Daniel Barkalow2007-11-024-30/+30
| * Miscellaneous const changes and utilitiesDaniel Barkalow2007-11-029-33/+57
* | Fix dependencies of parse-options test programAlex Riesen2007-11-141-0/+2
* | user-manual.txt: fix a few mistakesSergei Organov2007-11-141-3/+3
* | Handle broken vsnprintf implementations in strbufShawn O. Pearce2007-11-142-5/+6
* | Resurrect git-revert.sh example and add comment to builtin-revert.cJunio C Hamano2007-11-131-1/+3
* | git-clean: Fix error message if clean.requireForce is not set.Johannes Sixt2007-11-121-10/+14
* | git-svn: support for funky branch and project names over HTTP(S)Eric Wong2007-11-122-2/+62
* | Documentation: Fix references to deprecated commandsJonas Fonseca2007-11-122-7/+2
* | Merge branch 'maint'Junio C Hamano2007-11-125-2/+18
|\ \
| * \ Merge branch 'sp/maint-plug-traverse-commit-list-leak' into maintJunio C Hamano2007-11-121-0/+7
| |\ \
| | * | Fix memory leak in traverse_commit_listShawn O. Pearce2007-11-101-0/+7
| * | | for-each-ref: fix off by one read.Christian Couder2007-11-111-1/+1
| * | | git-branch: remove mention of non-existent '-b' optionJeff King2007-11-111-1/+1
| * | | git-svn: prevent dcommitting if the index is dirty.Benoit Sigoure2007-11-112-0/+9
* | | | Merge branch 'js/upload-pack'Junio C Hamano2007-11-112-115/+152
|\ \ \ \
| * | | | upload-pack: Use finish_{command,async}() instead of waitpid().Johannes Sixt2007-11-052-115/+152
* | | | | Merge branch 'js/reset'Junio C Hamano2007-11-112-44/+56
|\ \ \ \ \
| * | | | | builtin-reset: avoid forking "update-index --refresh"Johannes Schindelin2007-11-052-24/+39
| * | | | | builtin-reset: do not call "ls-files --unmerged"Johannes Schindelin2007-11-052-20/+17
| |/ / / /
* | | | | Merge branch 'js/parseopt-abbrev-fix'Junio C Hamano2007-11-113-12/+35
|\ \ \ \ \
| * | | | | parse-options: abbreviation engine fix.Johannes Schindelin2007-11-053-12/+35
| |/ / / /
* | | | | Merge branch 'maint'Junio C Hamano2007-11-113-2/+4
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | fix index-pack with packs >4GB containing deltas on 32-bit machinesNicolas Pitre2007-11-111-1/+1
| * | | | git-hash-object should honor config variablesNicolas Pitre2007-11-111-0/+2
| * | | | gitweb: correct month in date display for atom feedsVincent Zanotti2007-11-101-1/+1
* | | | | push: teach push to pass --verbose option to transport layerSteffen Prohaska2007-11-113-2/+9
* | | | | push: mention --verbose option in documentationSteffen Prohaska2007-11-111-2/+2
* | | | | test-lib.sh: move error line after error() declarationMichele Ballabio2007-11-101-5/+10
* | | | | for-each-ref: fix setup of option-parsing for --sortLars Hjemli2007-11-102-1/+23
* | | | | Merge branch 'maint'Junio C Hamano2007-11-101-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | print warning/error/fatal messages in one shotNicolas Pitre2007-11-091-3/+3
| | |/ / | |/| |
* | | | core-tutorial.txt: Fix git-show-branch example and its descriptionSergei Organov2007-11-101-2/+15
* | | | git-commit: a bit more testsJunio C Hamano2007-11-101-0/+69
* | | | builtin-blame: set up the work_tree before the first file accessJohannes Schindelin2007-11-092-2/+9
* | | | add a howto document about corrupted blob recoveryNicolas Pitre2007-11-091-0/+134
* | | | Documentation: remove documentation for removed tools.Junio C Hamano2007-11-094-169/+0
* | | | Make check-docs target detect removed commandsJunio C Hamano2007-11-091-3/+27
* | | | Documentation: lost-found is now deprecated.Junio C Hamano2007-11-091-7/+11
* | | | Update draft release notes for 1.5.4Junio C Hamano2007-11-091-2/+24
* | | | Merge branch 'maint'Junio C Hamano2007-11-0911-46/+68
|\ \ \ \ | |/ / /
| * | | Start preparing for 1.5.3.6Junio C Hamano2007-11-092-1/+22
| * | | git-send-email: Change the prompt for the subject of the initial message.Benoit Sigoure2007-11-091-1/+1
| * | | SubmittingPatches: improve the 'Patch:' section of the checklistSergei Organov2007-11-081-5/+4
| * | | instaweb: Minor cleanups and fixes for potential problemsJonas Fonseca2007-11-081-9/+8