aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* for-each-ref: add '--contains' optionKarthik Nayak2015-08-03
* ref-filter: implement '--contains' optionKarthik Nayak2015-08-03
* parse-options.h: add macros for '--contains' optionKarthik Nayak2015-08-03
* parse-option: rename parse_opt_with_commit()Karthik Nayak2015-08-03
* for-each-ref: add '--merged' and '--no-merged' optionsKarthik Nayak2015-08-03
* ref-filter: implement '--merged' and '--no-merged' optionsKarthik Nayak2015-08-03
* ref-filter: add parse_opt_merge_filter()Karthik Nayak2015-08-03
* for-each-ref: add '--points-at' optionKarthik Nayak2015-08-03
* ref-filter: implement '--points-at' optionKarthik Nayak2015-08-03
* tag: libify parse_opt_points_at()Karthik Nayak2015-08-03
* t6302: for-each-ref tests for ref-filter APIsKarthik Nayak2015-08-03
* ref-filter: make 'ref_array_item' use a FLEX_ARRAY for refnameKarthik Nayak2015-08-03
* for-each-ref: introduce filter_refs()Karthik Nayak2015-08-03
* ref-filter: move code from 'for-each-ref'Karthik Nayak2015-08-03
* ref-filter: add 'ref-filter.h'Karthik Nayak2015-06-15
* for-each-ref: rename variables called sort to sortingKarthik Nayak2015-06-15
* for-each-ref: rename some functions and make them publicKarthik Nayak2015-06-15
* for-each-ref: introduce 'ref_array_clear()'Karthik Nayak2015-06-15
* for-each-ref: introduce new structures for better organisationKarthik Nayak2015-06-15
* for-each-ref: rename 'refinfo' to 'ref_array_item'Karthik Nayak2015-06-15
* for-each-ref: clean up codeKarthik Nayak2015-06-15
* for-each-ref: extract helper functions out of grab_single_ref()Karthik Nayak2015-06-15
* Second half of seventh batchJunio C Hamano2015-06-11
* Merge branch 'tb/complete-sequencing'Junio C Hamano2015-06-11
|\
| * completion: suggest sequencer commands for revertThomas Braun2015-06-01
* | Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Junio C Hamano2015-06-11
|\ \
| * | suppress errors on missing UNINTERESTING linksJeff King2015-06-01
| * | silence broken link warnings with revs->ignore_missing_linksJeff King2015-06-01
| * | add quieter versions of parse_{tree,commit}Jeff King2015-06-01
* | | Merge branch 'pt/pull-tests'Junio C Hamano2015-06-11
|\ \ \
| * | | t5520: check reflog action in fast-forward mergePaul Tan2015-05-29
| * | | t5521: test --dry-run does not make any changesPaul Tan2015-05-29
| * | | t5520: test --rebase failure on unborn branch with indexPaul Tan2015-05-29
| * | | t5520: test --rebase with multiple branchesPaul Tan2015-05-29
| * | | t5520: test work tree fast-forward when fetch updates headPaul Tan2015-05-29
| * | | t5520: test for failure if index has unresolved entriesPaul Tan2015-05-29
| * | | t5520: test no merge candidates casesPaul Tan2015-05-18
| * | | t5520: prevent field splitting in content comparisonsPaul Tan2015-05-18
* | | | Merge branch 'sb/glossary-submodule'Junio C Hamano2015-06-11
|\ \ \ \
| * | | | glossary: add "remote", "submodule", "superproject"Stefan Beller2015-05-29
| | |_|/ | |/| |
* | | | Merge branch 'sb/submodule-doc-intro'Junio C Hamano2015-06-11
|\ \ \ \
| * | | | submodule doc: reorder introductory paragraphsStefan Beller2015-05-28
| |/ / /
* | | | Merge branch 'jk/diagnose-config-mmap-failure'Junio C Hamano2015-06-11
|\ \ \ \
| * | | | xmmap(): drop "Out of memory?"Junio C Hamano2015-05-28
| * | | | config.c: rewrite ENODEV into EISDIR when mmap failsJeff King2015-05-28
| * | | | config.c: avoid xmmap error messagesJeff King2015-05-28
| * | | | config.c: fix mmap leak when writing configJeff King2015-05-28
| * | | | read-cache.c: drop PROT_WRITE from mmap of indexJeff King2015-05-28
| | |_|/ | |/| |
* | | | Merge branch 'mt/p4-depotFile-at-version'Junio C Hamano2015-06-11
|\ \ \ \
| * | | | p4: retrieve the right revision of the file in UTF-16 codepathMiguel Torroja2015-05-27