summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-11-11Merge branch 'maint'Libravatar Junio C Hamano3-2/+4
2007-11-11push: teach push to pass --verbose option to transport layerLibravatar Steffen Prohaska3-2/+9
2007-11-11push: mention --verbose option in documentationLibravatar Steffen Prohaska1-2/+2
2007-11-11Simplify strchrnul() compat codeLibravatar Andreas Ericsson3-23/+7
2007-11-11fix index-pack with packs >4GB containing deltas on 32-bit machinesLibravatar Nicolas Pitre1-1/+1
2007-11-11git-hash-object should honor config variablesLibravatar Nicolas Pitre1-0/+2
2007-11-11--format=pretty: avoid calculating expensive expansions twiceLibravatar René Scharfe1-0/+32
2007-11-11add strbuf_adddup()Libravatar René Scharfe2-0/+8
2007-11-11--pretty=format: parse commit message only onceLibravatar René Scharfe1-42/+82
2007-11-10gitweb: correct month in date display for atom feedsLibravatar Vincent Zanotti1-1/+1
2007-11-10test-lib.sh: move error line after error() declarationLibravatar Michele Ballabio1-5/+10
2007-11-10for-each-ref: fix setup of option-parsing for --sortLibravatar Lars Hjemli2-1/+23
2007-11-10Merge branch 'maint'Libravatar Junio C Hamano1-3/+3
2007-11-10core-tutorial.txt: Fix git-show-branch example and its descriptionLibravatar Sergei Organov1-2/+15
2007-11-10Fix memory leak in traverse_commit_listLibravatar Shawn O. Pearce1-0/+7
2007-11-10git-commit: a bit more testsLibravatar Junio C Hamano1-0/+69
2007-11-10git-add: make the entry stat-clean after re-adding the same contentsLibravatar Junio C Hamano4-3/+8
2007-11-10ce_match_stat, run_diff_files: use symbolic constants for readabilityLibravatar Junio C Hamano8-34/+57
2007-11-09print warning/error/fatal messages in one shotLibravatar Nicolas Pitre1-3/+3
2007-11-09builtin-blame: set up the work_tree before the first file accessLibravatar Johannes Schindelin2-2/+9
2007-11-09add a howto document about corrupted blob recoveryLibravatar Nicolas Pitre1-0/+134
2007-11-09Documentation: remove documentation for removed tools.Libravatar Junio C Hamano4-169/+0
2007-11-09Make check-docs target detect removed commandsLibravatar Junio C Hamano1-3/+27
2007-11-09Documentation: lost-found is now deprecated.Libravatar Junio C Hamano1-7/+11
2007-11-09rebase: operate on a detached HEADLibravatar Johannes Schindelin2-6/+57
2007-11-09--pretty=format: on-demand format expansionLibravatar René Scharfe3-123/+180
2007-11-09Add strchrnul()Libravatar René Scharfe4-6/+28
2007-11-09git-cvsimport: fix handling of user name when it is not set in CVSROOTLibravatar Gordon Hopper1-1/+2
2007-11-09Update draft release notes for 1.5.4Libravatar Junio C Hamano1-2/+24
2007-11-09Merge branch 'maint'Libravatar Junio C Hamano11-46/+68
2007-11-09git-bisect.sh: Fix sed script to work with AIX and BSD sed.Libravatar Ralf Wildenhues1-1/+2
2007-11-09Start preparing for 1.5.3.6Libravatar Junio C Hamano2-1/+22
2007-11-09git-send-email: Change the prompt for the subject of the initial message.Libravatar Benoit Sigoure1-1/+1
2007-11-08SubmittingPatches: improve the 'Patch:' section of the checklistLibravatar Sergei Organov1-5/+4
2007-11-08instaweb: Minor cleanups and fixes for potential problemsLibravatar Jonas Fonseca1-9/+8
2007-11-08stop t1400 hiding errors in testsLibravatar Alex Riesen1-1/+1
2007-11-08git-am: -i does not take a string parameter.Libravatar Junio C Hamano1-1/+1
2007-11-08Makefile: add missing dependency on wt-status.hLibravatar Junio C Hamano1-0/+1
2007-11-08refresh_index_quietly(): express "optional" nature of index writing betterLibravatar Junio C Hamano1-9/+5
2007-11-08Fix sed string regex escaping in module_name.Libravatar Ralf Wildenhues1-1/+1
2007-11-08Avoid a few unportable, needlessly nested "...`...".Libravatar Ralf Wildenhues2-4/+4
2007-11-08nicer display of thin pack completionLibravatar Nicolas Pitre3-11/+19
2007-11-08Style: place opening brace of a function definition at column 1Libravatar Junio C Hamano8-10/+20
2007-11-08contrib/hooks/post-receive-email: remove cruft, $committer is not usedLibravatar Gerrit Pape1-4/+0
2007-11-08hooks--update: decline deleting tags or branches by default, add config optionsLibravatar Gerrit Pape1-2/+31
2007-11-08hooks--update: fix test for properly set up project description fileLibravatar Gerrit Pape1-2/+2
2007-11-08sh-setup: don't let eval output to be shell-expanded.Libravatar Pierre Habouzit2-6/+9
2007-11-08git-mailsplit: with maildirs not only process cur/, but also new/Libravatar Gerrit Pape1-16/+22
2007-11-07git-sh-setup: fix parseopt `eval` string underquotingLibravatar Junio C Hamano1-5/+6
2007-11-07Merge branch 'jc/clean-config'Libravatar Junio C Hamano4-9/+22