summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit2007-11-1115-149/+155
* Use OPT_BIT in builtin-pack-refsPierre Habouzit2007-11-111-9/+3
* Use OPT_BIT in builtin-for-each-refPierre Habouzit2007-11-111-9/+10
* Use OPT_SET_INT and OPT_BIT in builtin-branchPierre Habouzit2007-11-111-28/+16
* parse-options new features.Pierre Habouzit2007-11-113-18/+59
* 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
| * | stop t1400 hiding errors in testsAlex Riesen2007-11-081-1/+1
| * | Makefile: add missing dependency on wt-status.hJunio C Hamano2007-11-081-0/+1
| * | refresh_index_quietly(): express "optional" nature of index writing betterJunio C Hamano2007-11-081-9/+5
| * | Fix sed string regex escaping in module_name.Ralf Wildenhues2007-11-081-1/+1
| * | Avoid a few unportable, needlessly nested "...`...".Ralf Wildenhues2007-11-082-4/+4
| * | git-mailsplit: with maildirs not only process cur/, but also new/Gerrit Pape2007-11-081-16/+22
* | | git-bisect.sh: Fix sed script to work with AIX and BSD sed.Ralf Wildenhues2007-11-091-1/+2
* | | Style: place opening brace of a function definition at column 1Junio C Hamano2007-11-088-10/+20
* | | contrib/hooks/post-receive-email: remove cruft, $committer is not usedGerrit Pape2007-11-081-4/+0
* | | hooks--update: decline deleting tags or branches by default, add config optionsGerrit Pape2007-11-081-2/+31
* | | hooks--update: fix test for properly set up project description fileGerrit Pape2007-11-081-2/+2
* | | Merge branch 'jc/clean-config'Junio C Hamano2007-11-074-9/+22
|\ \ \
| * | | clean: require -f to do damage by defaultJunio C Hamano2007-11-044-9/+22
* | | | Merge branch 'gp/reset-q'Junio C Hamano2007-11-072-6/+15
|\ \ \ \
| * | | | git-reset: add -q option to operate quietlyGerrit Pape2007-11-062-6/+15
| | |_|/ | |/| |