summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-25Merge branch 'ar/batch-cat'Junio C Hamano
2008-05-25Merge branch 'cc/bisect'Junio C Hamano
2008-05-25Merge branch 'ap/svn'Junio C Hamano
2008-05-25Merge branch 'js/cvsexportcommit'Junio C Hamano
2008-05-25Merge branch 'js/ignore-submodule'Junio C Hamano
2008-05-25Merge branch 'mo/cvsserver'Junio C Hamano
2008-05-25mailsplit: minor clean-up in read_line_with_nul()Junio C Hamano
2008-05-25mailinfo: apply the same fix not to lose NULs in BASE64 and QP codepathsJunio C Hamano
2008-05-25mailsplit and mailinfo: gracefully handle NUL charactersJohannes Schindelin
2008-05-25http-push: remove remote locks on exit signalsClemens Buchacher
2008-05-25Reset the signal being handledClemens Buchacher
2008-05-25Make git-cvsimport remove ['s from tags, as bad_ref_char doesn't allow them.Paul Oliver
2008-05-25get_revision(): honor the topo_order flag for boundary commitsAdam Simpkins
2008-05-25Fix output of "git log --graph --boundary"Adam Simpkins
2008-05-25log --graph --left-right: show left/right information in place of '*'Adam Simpkins
2008-05-25graph API: don't print branch lines for uninteresting merge parentsAdam Simpkins
2008-05-25graph API: fix graph mis-alignment after uninteresting commitsAdam Simpkins
2008-05-25Documentation: convert tutorials to man pagesChristian Couder
2008-05-25CodingGuidelines: Add a note to avoid assignments inside if()Miklos Vajna
2008-05-25Remove redundant code, eliminate one static variableHeikki Orsila
2008-05-24"git diff": do not ignore index without --no-indexJunio C Hamano
2008-05-24diff-files: do not play --no-index gamesJunio C Hamano
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano
2008-05-24Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2008-05-23Merge branch 'pb/push'Junio C Hamano
2008-05-23Merge branch 'bc/repack'Junio C Hamano
2008-05-23Merge branch 'sp/ignorecase'Junio C Hamano
2008-05-23Merge branch 'maint'Junio C Hamano
2008-05-23Add log.date config variableHeikki Orsila
2008-05-23Merge branch 'maint-1.5.4' into maintv1.5.5.2Junio C Hamano
2008-05-23rev-parse --symbolic-full-name: don't print '^' if SHA1 is not a refJohannes Sixt
2008-05-23Make git add -n and git -u -n output consistentGustaf Hendeby
2008-05-23change quoting in test t1006-cat-file.shMichele Ballabio
2008-05-23builtin-cat-file.c: use parse_options()Michele Ballabio
2008-05-23git-svn: Speed up fetchAdam Roben
2008-05-23Git.pm: Add hash_and_insert_object and cat_blobAdam Roben
2008-05-23Git.pm: Add command_bidi_pipe and command_close_bidi_pipeAdam Roben
2008-05-23git-hash-object: Add --stdin-paths optionAdam Roben
2008-05-23Add more tests for git hash-objectAdam Roben
2008-05-23Move git-hash-object tests from t5303 to t1007Adam Roben
2008-05-23Updated status to show 'Not currently on any branch' in redChris Parsons
2008-05-23Add test for cloning with "--reference" repo being a subset of source repoJohan Herland
2008-05-23Add a test for another combination of --referenceJohan Herland
2008-05-23Test that --reference actually suppresses fetching referenced objectsDaniel Barkalow
2008-05-23Add missing "short" alternative to --date in rev-list-options.txtHeikki Orsila
2008-05-23git-show.txt: Not very stubby these days.Jon Loeliger
2008-05-23Clarify repack -n documentationShawn O. Pearce
2008-05-23pull --rebase: exit early when the working directory is dirtyJohannes Schindelin
2008-05-23gitweb: Convert string to internal form before chopping in chop_strAnders Waldenborg
2008-05-23bisect: use a detached HEAD to bisectChristian Couder