summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* for-each-ref: fix description of '--contains' in manpagekn/for-each-tag-branchSZEDER Gábor2016-03-301-1/+1
* for-each-ref: add '--contains' optionKarthik Nayak2015-08-033-0/+22
* ref-filter: implement '--contains' optionKarthik Nayak2015-08-033-1/+121
* parse-options.h: add macros for '--contains' optionKarthik Nayak2015-08-033-24/+11
* parse-option: rename parse_opt_with_commit()Karthik Nayak2015-08-034-6/+6
* for-each-ref: add '--merged' and '--no-merged' optionsKarthik Nayak2015-08-033-1/+35
* ref-filter: implement '--merged' and '--no-merged' optionsKarthik Nayak2015-08-033-4/+81
* ref-filter: add parse_opt_merge_filter()Karthik Nayak2015-08-033-0/+34
* for-each-ref: add '--points-at' optionKarthik Nayak2015-08-033-2/+30
* ref-filter: implement '--points-at' optionKarthik Nayak2015-08-033-0/+40
* tag: libify parse_opt_points_at()Karthik Nayak2015-08-033-19/+20
* t6302: for-each-ref tests for ref-filter APIsKarthik Nayak2015-08-031-0/+26
* ref-filter: make 'ref_array_item' use a FLEX_ARRAY for refnamekn/for-each-refKarthik Nayak2015-08-032-4/+5
* for-each-ref: introduce filter_refs()Karthik Nayak2015-08-033-18/+49
* ref-filter: move code from 'for-each-ref'Karthik Nayak2015-08-033-1074/+1079
* ref-filter: add 'ref-filter.h'Karthik Nayak2015-06-152-40/+67
* for-each-ref: rename variables called sort to sortingKarthik Nayak2015-06-151-14/+14
* for-each-ref: rename some functions and make them publicKarthik Nayak2015-06-151-32/+32
* for-each-ref: introduce 'ref_array_clear()'Karthik Nayak2015-06-151-0/+21
* for-each-ref: introduce new structures for better organisationKarthik Nayak2015-06-151-24/+30
* for-each-ref: rename 'refinfo' to 'ref_array_item'Karthik Nayak2015-06-151-20/+20
* for-each-ref: clean up codeKarthik Nayak2015-06-151-5/+2
* for-each-ref: extract helper functions out of grab_single_ref()Karthik Nayak2015-06-151-23/+41
* Second half of seventh batchJunio C Hamano2015-06-111-0/+28
* Merge branch 'tb/complete-sequencing'Junio C Hamano2015-06-111-0/+5
|\
| * completion: suggest sequencer commands for reverttb/complete-sequencingThomas Braun2015-06-011-0/+5
* | Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Junio C Hamano2015-06-117-9/+34
|\ \
| * | suppress errors on missing UNINTERESTING linksjk/squelch-missing-link-warning-for-unreachableJeff King2015-06-011-1/+1
| * | silence broken link warnings with revs->ignore_missing_linksJeff King2015-06-013-2/+17
| * | add quieter versions of parse_{tree,commit}Jeff King2015-06-014-6/+16
* | | Merge branch 'pt/pull-tests'Junio C Hamano2015-06-112-36/+175
|\ \ \
| * | | t5520: check reflog action in fast-forward mergept/pull-testsPaul Tan2015-05-291-3/+10
| * | | t5521: test --dry-run does not make any changesPaul Tan2015-05-291-0/+13
| * | | t5520: test --rebase failure on unborn branch with indexPaul Tan2015-05-291-0/+15
| * | | t5520: test --rebase with multiple branchesPaul Tan2015-05-291-0/+9
| * | | t5520: test work tree fast-forward when fetch updates headPaul Tan2015-05-291-0/+21
| * | | t5520: test for failure if index has unresolved entriesPaul Tan2015-05-291-0/+19
| * | | t5520: test no merge candidates casesPaul Tan2015-05-181-0/+55
| * | | t5520: prevent field splitting in content comparisonsPaul Tan2015-05-181-35/+35
* | | | Merge branch 'sb/glossary-submodule'Junio C Hamano2015-06-111-0/+16
|\ \ \ \
| * | | | glossary: add "remote", "submodule", "superproject"sb/glossary-submoduleStefan Beller2015-05-291-0/+16
| | |_|/ | |/| |
* | | | Merge branch 'sb/submodule-doc-intro'Junio C Hamano2015-06-111-28/+22
|\ \ \ \
| * | | | submodule doc: reorder introductory paragraphssb/submodule-doc-introStefan Beller2015-05-281-28/+22
| |/ / /
* | | | Merge branch 'jk/diagnose-config-mmap-failure'Junio C Hamano2015-06-114-11/+29
|\ \ \ \
| * | | | xmmap(): drop "Out of memory?"jk/diagnose-config-mmap-failureJunio C Hamano2015-05-281-1/+1
| * | | | config.c: rewrite ENODEV into EISDIR when mmap failsJeff King2015-05-281-0/+2
| * | | | config.c: avoid xmmap error messagesJeff King2015-05-283-6/+21
| * | | | config.c: fix mmap leak when writing configJeff King2015-05-281-4/+5
| * | | | read-cache.c: drop PROT_WRITE from mmap of indexJeff King2015-05-281-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'mt/p4-depotFile-at-version'Junio C Hamano2015-06-111-1/+1
|\ \ \ \