summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-30ref-filter: fallback on alphabetical comparisonLibravatar Karthik Nayak2-2/+2
2015-09-25branch: add '--points-at' optionLibravatar Karthik Nayak3-2/+20
2015-09-25branch.c: use 'ref-filter' APIsLibravatar Karthik Nayak6-192/+78
2015-09-25branch.c: use 'ref-filter' data structuresLibravatar Karthik Nayak2-190/+134
2015-09-25branch: drop non-commit error reportingLibravatar Karthik Nayak1-14/+4
2015-09-23branch: move 'current' check down to the presentation layerLibravatar Karthik Nayak1-11/+9
2015-09-23branch: roll show_detached HEAD into regular ref_listLibravatar Karthik Nayak1-28/+33
2015-09-23branch: bump get_head_description() to the topLibravatar Karthik Nayak1-31/+31
2015-09-23branch: refactor width computationLibravatar Karthik Nayak1-30/+34
2015-09-17tag.c: implement '--merged' and '--no-merged' optionsLibravatar Karthik Nayak3-2/+38
2015-09-17tag.c: implement '--format' optionLibravatar Karthik Nayak3-11/+34
2015-09-17tag.c: use 'ref-filter' APIsLibravatar Karthik Nayak3-316/+53
2015-09-17tag.c: use 'ref-filter' data structuresLibravatar Karthik Nayak1-49/+57
2015-09-17ref-filter: add option to match literal patternLibravatar Karthik Nayak3-4/+40
2015-09-17ref-filter: add support to sort by versionLibravatar Karthik Nayak4-6/+51
2015-09-17ref-filter: add support for %(contents:lines=X)Libravatar Karthik Nayak5-6/+103
2015-09-17ref-filter: add option to filter out tags, branches and remotesLibravatar Karthik Nayak4-7/+81
2015-09-17ref-filter: implement an `align` atomLibravatar Karthik Nayak3-1/+202
2015-09-17ref-filter: introduce match_atom_name()Libravatar Karthik Nayak2-2/+25
2015-09-17ref-filter: introduce handler function for each atomLibravatar Karthik Nayak1-24/+30
2015-09-17utf8: add function to align a string into given strbufLibravatar Karthik Nayak2-0/+36
2015-09-17ref-filter: introduce ref_formatting_state and ref_formatting_stackLibravatar Karthik Nayak1-19/+59
2015-09-17ref-filter: move `struct atom_value` to ref-filter.cLibravatar Karthik Nayak2-4/+6
2015-09-17strtoul_ui: reject negative valuesLibravatar Matthieu Moy1-0/+3
2015-08-24Merge 'jk/git-path' into kn/for-each-tagLibravatar Junio C Hamano30-363/+465
2015-08-24Merge 'kn/for-each-tag-branch' into kn/for-each-tagLibravatar Junio C Hamano9-51/+420
2015-08-10memoize common git-path "constant" filesLibravatar Jeff King17-119/+151
2015-08-10get_repo_path: refactor path-allocationLibravatar Jeff King1-14/+29
2015-08-10find_hook: keep our own static bufferLibravatar Jeff King2-4/+11
2015-08-10refs.c: remove_empty_directories can take a strbufLibravatar Jeff King1-19/+15
2015-08-10refs.c: avoid git_path assignment in lock_ref_sha1_basicLibravatar Jeff King1-13/+19
2015-08-10refs.c: avoid repeated git_path calls in rename_tmp_logLibravatar Jeff King1-7/+14
2015-08-10refs.c: simplify strbufs in reflog setup and writingLibravatar Jeff King1-23/+15
2015-08-10path.c: drop git_path_submoduleLibravatar Jeff King2-13/+2
2015-08-10refs.c: remove extra git_path calls from read_loose_refsLibravatar Jeff King1-10/+13
2015-08-10remote.c: drop extraneous local variable from migrate_fileLibravatar Jeff King1-5/+2
2015-08-10prefer mkpathdup to mkpath in assignmentsLibravatar Jeff King2-13/+17
2015-08-10prefer git_pathdup to git_path in some possibly-dangerous casesLibravatar Jeff King6-11/+21
2015-08-10add_to_alternates_file: don't add duplicate entriesLibravatar Jeff King2-7/+45
2015-08-10t5700: modernize styleLibravatar Jeff King1-112/+81
2015-08-10cache.h: complete set of git_path_submodule helpersLibravatar Jeff King2-5/+35
2015-08-10cache.h: clarify documentation for git_path, et alLibravatar Jeff King1-5/+12
2015-08-03Sync with maintLibravatar Junio C Hamano3-4/+24
2015-08-03First batch for 2.6Libravatar Junio C Hamano3-2/+156
2015-08-03Merge branch 'es/doc-clean-outdated-tools'Libravatar Junio C Hamano2-117/+9
2015-08-03Merge branch 'jk/refspec-parse-wildcard'Libravatar Junio C Hamano5-30/+41
2015-08-03Merge branch 'da/subtree-date-confusion'Libravatar Junio C Hamano2-1/+5
2015-08-03Merge branch 'jx/do-not-crash-receive-pack-wo-head'Libravatar Junio C Hamano1-1/+1
2015-08-03Merge branch 'db/send-pack-user-signingkey'Libravatar Junio C Hamano1-0/+3
2015-08-03Merge branch 'zb/userdiff-fountain'Libravatar Junio C Hamano4-0/+9