summaryrefslogtreecommitdiffstats
path: root/t/t3307-notes-man.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-28mmap_limit: introduce GIT_MMAP_LIMIT to allow testing expected mmap sizeSteffen Prohaska1-1/+17
2014-08-28memory_limit: use git_env_ulong() to parse GIT_ALLOC_LIMITSteffen Prohaska2-8/+9
2014-08-28config.c: add git_env_ulong() to parse environment variableSteffen Prohaska2-0/+17
2014-08-22convert: drop arguments other than 'path' from would_convert_to_git()Steffen Prohaska2-4/+3
2014-08-16Git 2.1v2.1.0Junio C Hamano2-1/+6
2014-08-13tests: fix negated test_i18ngrep callsJohannes Sixt3-6/+6
2014-08-08Git 2.1-rc2v2.1.0-rc2Junio C Hamano1-1/+1
2014-08-08gitk: Updated Bulgarian translation (302t,0f,0u)Alexander Shopov1-323/+329
2014-08-08gitk: Add keybinding to switch to parent commitMax Kirillov1-0/+12
2014-08-07Release notes: grammatical fixesMarc Branchaud1-55/+53
2014-08-07various contrib: Fix links in man pagesStefan Beller3-3/+3
2014-08-05RelNotes: no more check_ref_format micro-optimizationJunio C Hamano1-6/+0
2014-08-04Git 2.1.0-rc1v2.1.0-rc1Junio C Hamano1-1/+1
2014-07-31git-push: fix link in man pageTony Finch1-1/+1
2014-07-30Update draft release notes to 2.1Junio C Hamano1-3/+5
2014-07-30Git 2.0.4v2.0.4Junio C Hamano4-3/+9
2014-07-30add documentation for writing config filesTanay Abhra1-1/+30
2014-07-30commit --amend: test specifies authorship but forgets to checkFabian Ruch1-0/+1
2014-07-28t4013: test diff-tree's --stdin commit formattingJeff King1-0/+10
2014-07-28t1402: check for refs ending with a dotJeff King1-0/+1
2014-07-28Revert "Merge branch 'dt/refs-check-refname-component-sse'"Junio C Hamano4-250/+18
2014-07-28Revert "Merge branch 'dt/refs-check-refname-component-sse-fix'"Junio C Hamano2-13/+5
2014-07-28diff-tree: avoid lookup_unknown_objectJeff King1-3/+1
2014-07-28object_as_type: set commit indexJeff King1-0/+2
2014-07-28alloc: factor out commit indexJeff King2-2/+8
2014-07-28add object_as_type helper for casting objectsJeff King7-43/+25
2014-07-28parse_object_buffer: do not set object typeJeff King1-2/+0
2014-07-28move setting of object->type to alloc_* functionsJeff King8-12/+13
2014-07-28alloc: write out allocator definitionsJeff King1-11/+27
2014-07-28alloc.c: remove the alloc_raw_commit_node() functionRamsay Jones1-18/+29
2014-07-28Git 2.1.0-rc0v2.1.0-rc0Junio C Hamano2-1/+23
2014-07-25t9814: fix misconversion from test $a -o $b to test $a || test $bJunio C Hamano1-2/+8
2014-07-24apply: avoid possible bogus pointerJeff King1-1/+1
2014-07-24fix memory leak parsing core.commentcharJeff King1-5/+5
2014-07-24transport: fix leaks in refs_from_alternate_cbJeff King1-2/+3
2014-07-24free ref string returned by dwim_refJeff King3-1/+5
2014-07-24receive-pack: don't copy "dir" parameterJeff King1-2/+2
2014-07-23Git 2.0.3v2.0.3Junio C Hamano4-3/+21
2014-07-23.mailmap: combine Stefan Beller's emailsStefan Beller1-0/+1
2014-07-23git.1: switch homepage for statsStefan Beller1-1/+1
2014-07-22completion: complete `git push --force-with-lease=`John Keeping1-1/+21
2014-07-22completion: add some missing options to `git push`John Keeping1-0/+1
2014-07-22completion: complete "unstuck" `git push --recurse-submodules`John Keeping1-0/+5
2014-07-22Documentation: fix missing text for rev-parse --verifybrian m. carlson1-1/+1
2014-07-21Ninth batch for 2.1Junio C Hamano1-0/+4
2014-07-21replace: add test for --graft with a mergetagChristian Couder1-0/+22
2014-07-21replace: check mergetags when using --graftChristian Couder1-0/+47
2014-07-21replace: add test for --graft with signed commitChristian Couder1-0/+24
2014-07-21replace: remove signature when using --graftChristian Couder3-0/+41
2014-07-21contrib: add convert-grafts-to-replace-refs.shChristian Couder2-1/+31