summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-30gitweb: add `status` headers to git_feed() responses.Libravatar W. Trevor King1-2/+4
2012-03-30string-list: document that string_list_insert() inserts unique stringsLibravatar Heiko Voigt1-1/+3
2012-03-30push: teach --recurse-submodules the on-demand optionLibravatar Heiko Voigt7-6/+179
2012-03-30Refactor submodule push check to use string list instead of integerLibravatar Heiko Voigt3-15/+35
2012-03-30Teach revision walking machinery to walk multiple times sequenciallyLibravatar Heiko Voigt10-0/+127
2012-03-30l10n: Improve zh_CN translation for Git 1.7.10-rc3Libravatar Jiang Xin1-19/+19
2012-03-28apply: free unused fragments for submodule patchLibravatar Junio C Hamano1-9/+15
2012-03-28config: remove useless assignmentLibravatar René Scharfe1-2/+0
2012-03-28Git 1.7.10-rc3Libravatar Junio C Hamano2-11/+11
2012-03-28correct a few doubled-word nits in comments and documentationLibravatar Jim Meyering4-4/+4
2012-03-28am: support --include optionLibravatar Johannes Berg2-2/+4
2012-03-28am -3: list the paths that needed 3-way fallbackLibravatar Junio C Hamano1-0/+6
2012-03-28correct spelling: an URL -> a URLLibravatar Jim Meyering8-9/+9
2012-03-27apply: free patch->resultLibravatar Junio C Hamano1-0/+1
2012-03-27apply: release memory for fn_tableLibravatar Junio C Hamano1-1/+1
2012-03-27apply: free patch->{def,old,new}_name fieldsLibravatar Junio C Hamano1-26/+39
2012-03-27apply: rename free_patch() to free_patch_list()Libravatar Junio C Hamano1-14/+19
2012-03-27l10n updates for Git 1.7.10-rc1Libravatar Junio C Hamano4-292/+310
2012-03-27tests: unset COLUMNS inherited from environmentLibravatar Zbigniew Jędrzejewski-Szmek1-1/+1
2012-03-27Add url of Swedish l10n team in TEAMS fileLibravatar Jiang Xin1-0/+1
2012-03-27l10n: Review zh_CN translation for Git 1.7.10-rc1Libravatar Jiang Xin1-250/+252
2012-03-27Update Swedish translation (724t0f0u).Libravatar Peter Krefting1-18/+23
2012-03-26teach "git branch" a --quiet optionLibravatar Jeff King2-6/+15
2012-03-26checkout: suppress tracking message with "-q"Libravatar Jeff King4-6/+8
2012-03-26clean up struct ref's nonfastforward fieldLibravatar Jeff King2-4/+3
2012-03-26Update draft release notes to 1.7.10Libravatar Junio C Hamano1-21/+7
2012-03-26Sync with 1.7.9.5Libravatar Junio C Hamano4-3/+38
2012-03-26Git 1.7.9.5Libravatar Junio C Hamano4-3/+27
2012-03-26Merge branch 'jn/maint-fast-import-empty-ls' into maintLibravatar Junio C Hamano2-0/+43
2012-03-26Merge branch 'ph/rerere-doc' into maintLibravatar Junio C Hamano1-7/+12
2012-03-26Merge branch 'ms/maint-config-error-at-eol-linecount' into maintLibravatar Junio C Hamano2-4/+40
2012-03-26grep doc: add --break / --heading / -W to synopsisLibravatar Mark Lodato1-0/+2
2012-03-26configure: be more idiomaticLibravatar Stefano Lattarini1-89/+87
2012-03-26configure: avoid some code repetitions thanks to m4_{push,pop}defLibravatar Stefano Lattarini1-12/+14
2012-03-26configure: move definitions of private m4 macros before AC_INIT invocationLibravatar Stefano Lattarini1-12/+13
2012-03-26Documentation: improve description of GIT_EDITOR and preference orderLibravatar Rodrigo Silva (MestreLion)1-0/+6
2012-03-26documentation: fix alphabetic ordered list for git-rebase man pageLibravatar Nelson Benitez Leon1-2/+5
2012-03-25combine-diff: fix loop index underflowLibravatar René Scharfe1-1/+1
2012-03-24Merge gitk changes from Paul Mackerras at git://ozlabs.org/~paulus/gitkLibravatar Junio C Hamano1-130/+282
2012-03-24gitk: Teach gitk to respect log.showrootLibravatar Marcus Karlsson1-1/+9
2012-03-23Git 1.7.10-rc2Libravatar Junio C Hamano2-2/+18
2012-03-23.mailmap: unify various old mail addresses of gitsterLibravatar Junio C Hamano1-1/+7
2012-03-23Merge branch 'am/completion-zsh-fix'Libravatar Junio C Hamano1-1/+2
2012-03-23Merge branch 'dw/gitweb-doc-grammo'Libravatar Junio C Hamano1-2/+2
2012-03-23merge-recursive: don't detect renames of empty filesLibravatar Jeff King2-0/+17
2012-03-23teach diffcore-rename to optionally ignore empty contentLibravatar Jeff King3-1/+12
2012-03-23make is_empty_blob_sha1 available everywhereLibravatar Jeff King2-10/+13
2012-03-23drop casts from users EMPTY_TREE_SHA1_BINLibravatar Jeff King3-3/+3
2012-03-23Documentation/gitweb: trivial English fixesLibravatar D Waitzman1-2/+2
2012-03-23gitk: Add menu items for comparing a commit with the marked commitLibravatar Paul Mackerras1-9/+29