aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'mm/commit-template-squelch-advice-messages'Junio C Hamano2013-09-20
|\
| * commit: disable status hints when writing to COMMIT_EDITMSGMatthieu Moy2013-09-12
| * wt-status: turn advice_status_hints into a field of wt_statusMatthieu Moy2013-09-12
| * commit: factor status configuration is a helper functionMatthieu Moy2013-09-12
* | Merge branch 'bk/refs-multi-update'Junio C Hamano2013-09-20
|\ \
| * | update-ref: add test cases covering --stdin signatureBrad King2013-09-11
| * | update-ref: support multiple simultaneous updatesBrad King2013-09-09
| * | refs: add update_refs for multiple simultaneous updatesBrad King2013-09-04
| * | refs: add function to repack without multiple refsBrad King2013-09-04
| * | refs: factor delete_ref loose ref step into a helperBrad King2013-09-04
| * | refs: factor update_ref steps into helpersBrad King2013-09-04
| * | refs: report ref type from lock_any_ref_for_updateBrad King2013-08-30
| * | reset: rename update_refs to reset_refsBrad King2013-08-30
| |/
* | Merge branch 'nr/git-cd-to-a-directory'Junio C Hamano2013-09-20
|\ \
| * | t0056: "git -C" test updatesNazri Ramliy2013-09-19
| * | git: run in a directory given with -C optionNazri Ramliy2013-09-09
| |/
* | Merge branch 'mm/rebase-continue-freebsd-WB'Junio C Hamano2013-09-20
|\ \
| * | rebase: fix run_specific_rebase's use of "return" on FreeBSDMatthieu Moy2013-09-09
* | | Merge branch 'jh/checkout-auto-tracking'Junio C Hamano2013-09-20
|\ \ \
| * | | t3200: fix failure on case-insensitive filesystemsEric Sunshine2013-09-17
| * | | branch.c: Relax unnecessary requirement on upstream's remote ref namePer Cederqvist2013-09-09
| * | | t3200: Add test demonstrating minor regression in 41c21f2Johan Herland2013-09-09
| * | | Refer to branch.<name>.remote/merge when documenting --trackJohan Herland2013-09-09
| * | | t3200: Minor fix when preparing for tracking failureJohan Herland2013-09-09
| * | | t2024: Fix &&-chaining and a couple of typosJohan Herland2013-09-09
* | | | Merge branch 'bc/http-backend-allow-405'Junio C Hamano2013-09-20
|\ \ \ \
| * | | | http-backend: provide Allow header for 405Brian M. Carlson2013-09-12
* | | | | Merge branch 'np/lookup-object-hashing'Junio C Hamano2013-09-20
|\ \ \ \ \
| * | | | | lookup_object: remove hashtable_index() and optimize hash_obj()Nicolas Pitre2013-09-11
| | |_|_|/ | |/| | |
* | | | | Merge branch 'hu/cherry-pick-previous-branch'Junio C Hamano2013-09-20
|\ \ \ \ \
| * | | | | cherry-pick: allow "-" as abbreviation of '@{-1}'Hiroshige Umino2013-09-09
* | | | | | Merge branch 'mm/status-without-comment-char'Junio C Hamano2013-09-20
|\ \ \ \ \ \
| * | | | | | t7508: avoid non-portable sed expressionEric Sunshine2013-09-17
| * | | | | | status: add missing blank line after list of "other" filesMatthieu Moy2013-09-06
| * | | | | | tests: don't set status.displayCommentPrefix file-wideMatthieu Moy2013-09-06
| * | | | | | status: disable display of '#' comment prefix by defaultMatthieu Moy2013-09-06
| * | | | | | submodule summary: ignore --for-status optionMatthieu Moy2013-09-06
| * | | | | | wt-status: use argv_array APIMatthieu Moy2013-09-06
| * | | | | | builtin/stripspace.c: fix broken indentationMatthieu Moy2013-09-06
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'rh/peeling-tag-to-tag'Junio C Hamano2013-09-20
|\ \ \ \ \ \
| * | | | | | peel_onion: do not assume length of x_type globalsJeff King2013-09-03
| * | | | | | peel_onion(): add support for <rev>^{tag}Richard Hansen2013-09-03
| |/ / / / /
* | | | | | Merge branch 'jx/branch-vv-always-compare-with-upstream'Junio C Hamano2013-09-20
|\ \ \ \ \ \
| * | | | | | status: always show tracking branch even no changeJiang Xin2013-08-26
| * | | | | | branch: report invalid tracking branch as goneJiang Xin2013-08-26
* | | | | | | Merge branch 'nd/fetch-into-shallow'Junio C Hamano2013-09-20
|\ \ \ \ \ \ \
| * | | | | | | Add testcase for needless objects during a shallow fetchMatthijs Kooijman2013-08-28
| * | | | | | | list-objects: mark more commits as edges in mark_edges_uninterestingNguyễn Thái Ngọc Duy2013-08-28
| * | | | | | | list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy2013-08-28
| * | | | | | | upload-pack: delegate rev walking in shallow fetch to pack-objectsNguyễn Thái Ngọc Duy2013-08-28