summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test_bitmap_walk: free bitmap with bitmap_freesb/test-bitmap-free-at-endJeff King2015-05-221-1/+1
* pack-bitmap.c: fix a memleakStefan Beller2015-04-121-0/+2
* Git 2.3.5v2.3.5Junio C Hamano2015-03-313-2/+6
* Merge branch 'ss/pull-rebase-preserve' into maintJunio C Hamano2015-03-312-4/+5
|\
| * docs: clarify what git-rebase's "-p" / "--preserve-merges" doesss/pull-rebase-preserveSebastian Schuberth2015-03-301-1/+3
| * docs: clarify "preserve" option wording for git-pullSebastian Schuberth2015-03-261-3/+2
* | Merge branch 'jc/report-path-error-to-dir' into maintJunio C Hamano2015-03-314-44/+44
|\ \
| * | report_path_error(): move to dir.cjc/report-path-error-to-dirJunio C Hamano2015-03-244-44/+44
| |/
* | Merge branch 'ph/push-doc-cas' into maintJunio C Hamano2015-03-311-8/+6
|\ \
| * | git-push.txt: clean up force-with-lease wordingph/push-doc-casPhil Hord2015-03-261-8/+6
| |/
* | Prepare for 2.3.5Junio C Hamano2015-03-282-1/+42
* | Merge branch 'sg/completion-gitcomp-nl-for-refs' into maintJunio C Hamano2015-03-281-2/+2
|\ \
| * | completion: use __gitcomp_nl() for completing refssg/completion-gitcomp-nl-for-refsSZEDER Gábor2015-03-221-2/+2
* | | Merge branch 'jk/simplify-csum-file-sha1fd-check' into maintJunio C Hamano2015-03-281-7/+3
|\ \ \
| * | | sha1fd_check: die when we cannot open the filejk/simplify-csum-file-sha1fd-checkJeff King2015-03-191-7/+3
| | |/ | |/|
* | | Merge branch 'tg/test-index-v4' into maintJunio C Hamano2015-03-281-3/+12
|\ \ \
| * | | t1700: make test pass with index-v4tg/test-index-v4Thomas Gummerer2015-03-201-3/+12
* | | | Merge branch 'nd/doc-git-index-version' into maintJunio C Hamano2015-03-281-1/+2
|\ \ \ \
| * | | | git.txt: list index versions in plain Englishnd/doc-git-index-versionNguyễn Thái Ngọc Duy2015-03-241-1/+2
| | |/ / | |/| |
* | | | Merge branch 'ct/prompt-untracked-fix' into maintJunio C Hamano2015-03-282-1/+12
|\ \ \ \
| * | | | git prompt: use toplevel to find untracked filesct/prompt-untracked-fixCody A Taylor2015-03-152-1/+12
| |/ / /
* | | | Merge branch 'ws/grep-quiet-no-pager' into maintJunio C Hamano2015-03-281-1/+1
|\ \ \ \
| * | | | grep: fix "--quiet" overwriting current outputws/grep-quiet-no-pagerWilhelm Schuermann2015-03-191-1/+1
| |/ / /
* | | | Merge branch 'jc/submitting-patches-mention-send-email' into maintJunio C Hamano2015-03-281-0/+5
|\ \ \ \
| * | | | SubmittingPatches: encourage users to use format-patch and send-emailjc/submitting-patches-mention-send-emailJunio C Hamano2015-03-151-0/+5
| |/ / /
* | | | Merge branch 'jk/cleanup-failed-clone' into maintJunio C Hamano2015-03-281-5/+6
|\ \ \ \
| * | | | clone: drop period from end of die_errno messagejk/cleanup-failed-cloneJeff King2015-03-191-1/+1
| * | | | clone: initialize atexit cleanup handler earlierJeff King2015-03-191-4/+5
| |/ / /
* | | | Merge branch 'jk/fetch-pack' into maintJunio C Hamano2015-03-283-13/+22
|\ \ \ \
| * | | | fetch-pack: remove dead assignment to ref->new_sha1jk/fetch-packJeff King2015-03-191-3/+0
| * | | | fetch_refs_via_pack: free extra copy of refsJeff King2015-03-191-3/+5
| * | | | filter_ref: make a copy of extra "sought" entriesJeff King2015-03-192-6/+12
| * | | | filter_ref: avoid overwriting ref->old_sha1 with garbageJeff King2015-03-191-1/+5
* | | | | Merge branch 'tg/fix-check-order-with-split-index' into maintJunio C Hamano2015-03-281-19/+23
|\ \ \ \ \
| * | | | | read-cache: fix reading of split indextg/fix-check-order-with-split-indexThomas Gummerer2015-03-201-19/+23
| | |_|/ / | |/| | |
* | | | | Merge branch 'jk/prune-with-corrupt-refs' into maintJunio C Hamano2015-03-287-68/+147
|\ \ \ \ \
| * | | | | refs.c: drop curate_packed_refsjk/prune-with-corrupt-refsJeff King2015-03-202-67/+2
| * | | | | repack: turn on "ref paranoia" when doing a destructive repackJeff King2015-03-202-3/+7
| * | | | | prune: turn on ref_paranoia flagJeff King2015-03-202-2/+3
| * | | | | refs: introduce a "ref paranoia" flagJeff King2015-03-204-0/+25
| * | | | | t5312: test object deletion code paths in a corrupted repositoryJeff King2015-03-201-0/+114
| | |_|_|/ | |/| | |
* | | | | 2.3.2 release notes: typofixThomas Ackermann2015-03-281-1/+1
* | | | | Merge branch 'jk/tag-h-column-is-a-listing-option' into maintJunio C Hamano2015-03-271-2/+2
|\ \ \ \ \
| * | | | | tag: fix some mis-organized options in "-h" listingjk/tag-h-column-is-a-listing-optionJeff King2015-03-121-2/+2
* | | | | | Merge branch 'jk/smart-http-hide-refs' into maintJunio C Hamano2015-03-272-6/+21
|\ \ \ \ \ \
| * | | | | | upload-pack: do not check NULL return of lookup_unknown_objectjk/smart-http-hide-refsJeff King2015-03-121-2/+0
| * | | | | | upload-pack: fix transfer.hiderefs over smart-httpJeff King2015-03-122-4/+21
* | | | | | | Merge branch 'js/completion-ctags-pattern-substitution-fix' into maintJunio C Hamano2015-03-271-1/+1
|\ \ \ \ \ \ \
| * | | | | | | contrib/completion: escape the forward slash in __git_match_ctagjs/completion-ctags-pattern-substitution-fixJohn Szakmeister2015-03-141-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Update mailmap to spell out "Alexander Kuleshov"Junio C Hamano2015-03-271-0/+1